File:  [OS/2 SDKs] / os232sdk / toolkt20 / c / samples / calc / calc.mak
Revision 1.1.1.1 (vendor branch): download - view: text, annotated - select for diffs
Thu Aug 9 12:26:30 2018 UTC (7 years, 9 months ago) by root
Branches: msft, MAIN
CVS tags: os2sdk-1990, HEAD
Microsoft OS/2 SDK 2.0 05-30-1990

#===================================================================
#
#   Calc Application Make file
#
#===================================================================
#
# Default compilation macros
#

CC  = cl386 -W3 -DLINT_ARGS -c -Gs -Zi -Owtl
LF  = /codeview /map /NOD /noi

#===================================================================
#
# Default inference rules
#
#===================================================================

.c.obj:
    $(CC) $*.c

.rc.res:
    rc -r $*.rc

#===================================================================
#
# Dependencies
#
#===================================================================

all:	calc.exe

calc.res: calc.rc calc.ico calc.h calc.dlg finger.ptr

calc.obj: calc.c calc.h

calcmath.obj: calcmath.c calc.h

calc.exe: calc.obj calcmath.obj calc.res calc.def
    link386 calc calcmath, calc, calc$(LF), os2386 libc, calc.def
    rc calc.res

unix.superglobalmegacorp.com

This archive runs on limited infrastructure. Preserving old code on modern bandwidth. Automated agents are requested to crawl responsibly.