|
|
1.1 root 1: # Nmake macros for building Windows 32-Bit apps
2:
3: !include <ntwin32.mak>
4:
5: .c.obj:
6: $(cc) $(cflags) $(cvars) $(cdebug) $*.c
7:
8: .obj.exe:
9: $(link) $(linkdebug) $(conflags) -out:$*.exe $*.obj $(conlibs)
10:
11: all: gpdread.exe gpdwrite.exe
12:
13: gpdread.exe: gpdread.obj
14:
15: gpdwrite.exe: gpdwrite.obj
This archive runs on limited infrastructure. Preserving old code on modern bandwidth. Automated agents are requested to crawl responsibly.