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