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