|
|
1.1 root 1: # Nmake macros for building Windows 32-Bit apps
2:
3: !include <ntwin32.mak>
4:
5: all: ..\bin\imagehlp.dll
6:
7: .c.obj:
8: $(cc) $(cflags) $(cvars) $(cdebug) $**
9:
10: checksum.obj: checksum.c
11: $(cc) $(cflags) $(cvars) -I..\include $(cdebug) $**
12:
13: debug.obj: debug.c
14: $(cc) $(cflags) $(cvars) -I..\include $(cdebug) $**
15:
16: imagedir.obj: imagedir.c
17: $(cc) $(cflags) $(cvars) -I..\include $(cdebug) $**
18:
19: ..\lib\imagehlp.lib: checksum.obj debug.obj undecsym.obj imagedir.obj imagehlp.def
20: @if not exist ..\lib md ..\lib > null
21: $(implib) -machine:$(CPU) \
22: -def:imagehlp.def \
23: checksum.obj debug.obj undecsym.obj imagedir.obj \
24: -out:..\lib\imagehlp.lib
25:
26: ..\bin\imagehlp.dll: ..\lib\imagehlp.lib
27: @if not exist ..\bin md ..\bin > null
28: $(link) -dll -base:0x1B000000 -entry:_CRT_INIT$(DLLENTRY) -subsystem:console $(ldebug) -out:$@ $** ..\lib\imagehlp.exp $(conlibsdll)
This archive runs on limited infrastructure. Preserving old code on modern bandwidth. Automated agents are requested to crawl responsibly.