|
|
1.1 root 1: # Nmake macros for building Windows 32-Bit apps
2:
3: !include <ntwin32.mak>
4:
5: INCLUDE=$(INCLUDE);$(BASEDIR)\src\network\inc;$(BASEDIR)\src\network\streams\inc
6:
7: all: wshsmple.dll
8:
9: # Update the object files if necessary
10:
11: wshsmple.obj: wshsmple.c
12: set INCLUDE=$(INCLUDE)
13: $(cc) $(cflags) $(cvarsdll) $(cdebug) wshsmple.c
14:
15:
16: # Update the import library
17:
18: wshsmple.lib: wshsmple.obj
19: lib32 -machine:$(CPU) \
20: -def:wshsmple.def \
21: wshsmple.obj \
22: -out:wshsmple.lib
23:
24: # Update the dynamic link library
25:
26: wshsmple.dll: wshsmple.lib wshsmple.obj wshsmple.def
27: link32 \
28: -base:0x1C000000 \
29: -dll \
30: -entry:_CRT_INIT$(DLLENTRY) \
31: -out:wshsmple.dll \
32: wshsmple.exp wshsmple.obj $(conlibsdll) wsock32.lib
This archive runs on limited infrastructure. Preserving old code on modern bandwidth. Automated agents are requested to crawl responsibly.