|
|
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: regions.exe ! 8: ! 9: # Update the object files if necessary ! 10: ! 11: regions.obj: regions.c ! 12: $(cc) $(cflags) $(cvars) regions.c ! 13: ! 14: # Update the resources if necessary ! 15: ! 16: regions.res: regions.rc regions.h ! 17: rc -r -fo regions.tmp regions.rc ! 18: cvtres -$(CPU) regions.tmp -o regions.res ! 19: del regions.tmp ! 20: ! 21: # Update the executable file if necessary. ! 22: # If so, add the resource back in. ! 23: ! 24: regions.exe: regions.obj regions.res regions.def ! 25: $(link) $(guiflags) -out:regions.exe regions.obj regions.res $(guilibs)
This archive runs on limited infrastructure. Preserving old code on modern bandwidth. Automated agents are requested to crawl responsibly.