|
|
1.1 root 1: # Some nmake macros for NT Win32 building
2:
3: !include <ntwin32.mak>
4:
5: all: asyn_io.exe
6:
7: asyn_io.obj: asyn_io.c
1.1.1.2 ! root 8: $(cc) $(cdebug) $(dbflags) $(cflags) $(cvars) asyn_io.c
1.1 root 9:
10:
11: asyn_io.exe: asyn_io.obj
1.1.1.2 ! root 12: $(cvtobj) $(cvtdebug) *.obj
! 13: $(link) $(linkdebug) $(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.