|
|
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: ntfonts.exe ! 8: ! 9: # Update the resource if necessary ! 10: ! 11: ntfonts.res: ntfonts.rc ntfonts.h ! 12: rc -r -fo ntfonts.tmp ntfonts.rc ! 13: cvtres -$(CPU) ntfonts.tmp -o ntfonts.res ! 14: del ntfonts.tmp ! 15: ! 16: # Update the object file if necessary ! 17: ! 18: ntfonts.obj: ntfonts.c ntfonts.h ! 19: $(cc) $(cflags) $(cvars) ntfonts.c ! 20: ! 21: allfont.obj: allfont.c ntfonts.h ! 22: $(cc) $(cflags) $(cvars) allfont.c ! 23: ! 24: dialogs.obj: dialogs.c ntfonts.h ! 25: $(cc) $(cflags) $(cvars) dialogs.c ! 26: ! 27: toolbar.obj: toolbar.c ntfonts.h ! 28: $(cc) $(cflags) $(cvars) toolbar.c ! 29: ! 30: demownd.obj: demownd.c ntfonts.h ! 31: $(cc) $(cflags) $(cvars) demownd.c ! 32: ! 33: # Update the executable file if necessary, and if so, add the resource back in. ! 34: ! 35: ntfonts.exe: ntfonts.obj ntfonts.res ntfonts.def allfont.obj dialogs.obj toolbar.obj demownd.obj ! 36: $(cvtobj) $(cvtdebug) *.obj ! 37: $(link) $(guiflags) -out:ntfonts.exe ntfonts.obj allfont.obj dialogs.obj toolbar.obj demownd.obj ntfonts.res $(guilibs)
This archive runs on limited infrastructure. Preserving old code on modern bandwidth. Automated agents are requested to crawl responsibly.