mirror of
https://github.com/holub/mame
synced 2025-05-10 16:21:42 +03:00
Enable proper network compile for SDL windows build (nw)
This commit is contained in:
parent
fb31254e35
commit
823854ec1d
@ -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)
|
||||||
|
Loading…
Reference in New Issue
Block a user