backend: add http to nmake
This commit is contained in:
parent
3e6dfd3d5a
commit
70579365c1
@ -1,5 +1,5 @@
|
|||||||
|
|
||||||
OBJS=main.obj windows.obj
|
OBJS=main.obj windows.obj http.obj
|
||||||
|
|
||||||
all: $(OBJS)
|
all: $(OBJS)
|
||||||
link /out:server.exe $(OBJS) WS2_32.lib
|
link /out:server.exe $(OBJS) WS2_32.lib
|
||||||
|
Loading…
Reference in New Issue
Block a user