|
|
1.1 root 1: # Nmake macros for building Windows 32-Bit apps
2:
3: !include <ntwin32.mak>
4:
5:
6: all: generic.exe
7:
8: # Update the resource if necessary
9: generic.res: generic.rc generic.h
10: rc -r -fo generic.tmp generic.rc
11: cvtres -$(CPU) generic.tmp -o generic.res
12: del generic.tmp
13:
14: # Update the object file if necessary
15:
16: generic.obj: generic.c generic.h
17: $(cc) $(cdebug) $(cflags) $(cvars) generic.c
18:
19: # Update the executable file if necessary, and if so, add the resource back in.
20:
21: generic.exe: generic.obj generic.res generic.def
22: $(cvtobj) $(cvtdebug) *.obj
23: $(link) $(linkdebug) $(guiflags) -out:generic.exe generic.obj generic.res $(guilibs)
This archive runs on limited infrastructure. Preserving old code on modern bandwidth. Automated agents are requested to crawl responsibly.