|
|
1.1 ! root 1: # Some nmake macros for building Win32 applications ! 2: ! 3: !include <ntwin32.mak> ! 4: ! 5: all: mltithrd.exe ! 6: ! 7: # Update the object file if necessary ! 8: ! 9: mltithrd.obj: mltithrd.c mltithrd.h ! 10: $(cc) $(cflags) $(cvarsmt) $(cdebug) mltithrd.c ! 11: $(cvtobj) $(cvtdebug) mltithrd.obj ! 12: ! 13: # Update the resources if necessary ! 14: ! 15: mltithrd.res: mltithrd.rc mltithrd.h ! 16: rc -r mltithrd.rc ! 17: ! 18: mltithrd.rbj: mltithrd.res ! 19: cvtres -$(CPU) mltithrd.res -o mltithrd.rbj ! 20: ! 21: # Update the executable file if necessary, and if so, add the resource back in. ! 22: ! 23: mltithrd.exe: mltithrd.obj mltithrd.rbj ! 24: $(link) $(linkdebug) $(guiflags) -out:mltithrd.exe mltithrd.obj mltithrd.rbj $(guilibsmt)
This archive runs on limited infrastructure. Preserving old code on modern bandwidth. Automated agents are requested to crawl responsibly.