|
|
1.1 ! root 1: # Nmake macros for building Windows 32-Bit apps ! 2: ! 3: !include <ntwin32.mak> ! 4: ! 5: # This line allows NMAKE to work as well ! 6: ! 7: all: client.exe ! 8: ! 9: # Update the resource if necessary ! 10: ! 11: client.res: client.rc ! 12: rc -r -fo res.tmp client.rc ! 13: cvtres -$(CPU) res.tmp -o client.res ! 14: del res.tmp ! 15: ! 16: # Update the object file if necessary ! 17: ! 18: clinit.obj: clinit.c ! 19: $(cc) $(cflags) $(cvars) clinit.c ! 20: ! 21: dde.obj: dde.c ! 22: $(cc) $(cflags) $(cvars) dde.c ! 23: ! 24: ddemlcl.obj: ddemlcl.c ! 25: $(cc) $(cflags) $(cvars) ddemlcl.c ! 26: ! 27: dialog.obj: dialog.c ! 28: $(cc) $(cflags) $(cvars) dialog.c ! 29: ! 30: huge.obj: huge.c ! 31: $(cc) $(cflags) $(cvars) huge.c ! 32: ! 33: infoctrl.obj: infoctrl.c ! 34: $(cc) $(cflags) $(cvars) infoctrl.c ! 35: ! 36: mem.obj: mem.c ! 37: $(cc) $(cflags) $(cvars) mem.c ! 38: ! 39: track.obj: track.c ! 40: $(cc) $(cflags) $(cvars) track.c ! 41: ! 42: client.exe: clinit.obj dde.obj ddemlcl.obj dialog.obj huge.obj infoctrl.obj mem.obj track.obj client.res client.def ! 43: $(cvtobj) $(cvtdebug) *.obj ! 44: $(link) $(guiflags) -out:client.exe clinit.obj dde.obj ddemlcl.obj dialog.obj huge.obj infoctrl.obj mem.obj track.obj client.res $(guilibs)
This archive runs on limited infrastructure. Preserving old code on modern bandwidth. Automated agents are requested to crawl responsibly.