|
|
1.1 root 1: # Some nmake macros for NT Win32 building
2:
3: !include <ntwin32.mak>
4:
5:
6: all: asyn_io.exe
7:
8: asyn_io.obj: asyn_io.c
9: $(cc) $(dbflags) $(cflags) $(cvars) asyn_io.c
10:
11:
12: asyn_io.exe: asyn_io.obj
13: $(link) $(conflags) -out:asyn_io.exe asyn_io.obj $(conlibs)
This archive runs on limited infrastructure. Preserving old code on modern bandwidth. Automated agents are requested to crawl responsibly.