Enable proper network compile for SDL windows build (nw)

This commit is contained in:
Miodrag Milanovic 2014-12-24 16:01:17 +01:00
parent fb31254e35
commit 823854ec1d

View File

@ -328,6 +328,7 @@ SDLMAIN = $(SDLOBJ)/main.o
# needed for unidasm # needed for unidasm
LDFLAGS += -Wl,--allow-multiple-definition LDFLAGS += -Wl,--allow-multiple-definition
SDL_NETWORK = pcap SDL_NETWORK = pcap
INCPATH += -I$(SRC)/lib/winpcap
# enable UNICODE # enable UNICODE
DEFS += -Dmain=utf8_main -DUNICODE -D_UNICODE DEFS += -Dmain=utf8_main -DUNICODE -D_UNICODE
@ -819,6 +820,7 @@ $(SDLOBJ)/draw13.o : $(SDLSRC)/blit13.h
#$(OSDOBJS): $(SDLSRC)/sdl.mak #$(OSDOBJS): $(SDLSRC)/sdl.mak
$(LIBOCORE): $(OSDCOREOBJS) $(LIBOCORE): $(OSDCOREOBJS)
$(LIBOSD): $(OSDOBJS) $(LIBOSD): $(OSDOBJS)