|
|
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
This archive runs on limited infrastructure. Preserving old code on modern bandwidth. Automated agents are requested to crawl responsibly.