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