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