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