|
|
1.1 root 1: #===================================================================
2: #
3: # DCalc Application Make file
4: #
5: #===================================================================
6: #
7: # Default compilation macros
8: #
9:
10: CC = cl386 -c -Gs -W3 -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: dcalc.exe
32:
33: dcalc.res: dcalc.h dcalc.rc ..\calc.ico dcalc.dlg
34:
35: dcalc.obj: dcalc.h dcalc.c
36:
37: calcmath.obj: ..\calcmath.c ..\calc.h
38: $(CC) /Focalcmath.obj ..\calcmath.c
39:
40: dcalc.exe: dcalc.obj calcmath.obj dcalc.res dcalc.def
41: link386 $(LF) dcalc calcmath, dcalc, dcalc, os2386 libc, dcalc.def
42: rc dcalc.res
This archive runs on limited infrastructure. Preserving old code on modern bandwidth. Automated agents are requested to crawl responsibly.