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