|
|
1.1 ! root 1: # Nmake macros for building Windows 32-Bit apps ! 2: ! 3: !include <ntwin32.mak> ! 4: ! 5: all: uconvert.exe uconvert.hlp ! 6: ! 7: ! 8: # Update the resource if necessary ! 9: uconvert.rbj: uconvert.rc uconvert.h ! 10: rc -r -fo uconvert.res uconvert.rc ! 11: cvtres -$(CPU) uconvert.res -o uconvert.rbj ! 12: ! 13: # Update the online help file if necessary. ! 14: uconvert.hlp: uconvert.hpj uconvert.rtf ! 15: if exist uconvert.PH del uconvert.PH ! 16: hc -n uconvert.hpj ! 17: ! 18: ! 19: # Update the object files if necessary ! 20: ! 21: uconvert.obj: uconvert.c uconvert.h ! 22: $(cc) $(cdebug) $(cflags) $(cvars) uconvert.c ! 23: ! 24: ! 25: install.obj: install.c install.h ! 26: $(cc) $(cdebug) $(cflags) $(cvars) install.c ! 27: ! 28: dialogs.obj: dialogs.c uconvert.h ! 29: $(cc) $(cdebug) $(cflags) $(cvars) dialogs.c ! 30: ! 31: ! 32: # Update the executable file if necessary ! 33: ! 34: uconvert.exe: uconvert.obj install.obj dialogs.obj uconvert.rbj ! 35: $(link) $(linkdebug) $(guiflags) -out:uconvert.exe \ ! 36: uconvert.obj install.obj dialogs.obj uconvert.rbj $(guilibs) advapi32.lib
This archive runs on limited infrastructure. Preserving old code on modern bandwidth. Automated agents are requested to crawl responsibly.