|
|
1.1 ! root 1: #=================================================================== ! 2: # ! 3: # Calc Application Make file ! 4: # ! 5: #=================================================================== ! 6: # ! 7: # Default compilation macros ! 8: # ! 9: ! 10: CC = cl386 -W3 -DLINT_ARGS -c -Gs -Zi -Owtl ! 11: LF = /codeview /map /NOD /noi ! 12: ! 13: #=================================================================== ! 14: # ! 15: # Default inference rules ! 16: # ! 17: #=================================================================== ! 18: ! 19: .c.obj: ! 20: $(CC) $*.c ! 21: ! 22: .rc.res: ! 23: rc -r $*.rc ! 24: ! 25: #=================================================================== ! 26: # ! 27: # Dependencies ! 28: # ! 29: #=================================================================== ! 30: ! 31: all: calc.exe ! 32: ! 33: calc.res: calc.rc calc.ico calc.h calc.dlg finger.ptr ! 34: ! 35: calc.obj: calc.c calc.h ! 36: ! 37: calcmath.obj: calcmath.c calc.h ! 38: ! 39: calc.exe: calc.obj calcmath.obj calc.res calc.def ! 40: link386 calc calcmath, calc, calc$(LF), os2386 libc, calc.def ! 41: rc calc.res
This archive runs on limited infrastructure. Preserving old code on modern bandwidth. Automated agents are requested to crawl responsibly.