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