mirror of
https://github.com/holub/mame
synced 2025-06-21 19:56:53 +03:00
Reverse the networking polarity in the OSD makefiles. (nw)
This commit is contained in:
parent
b1efba0d14
commit
8482a70a1e
@ -756,7 +756,7 @@ endif # USE_XINPUT
|
|||||||
# Network (TAP/TUN)
|
# Network (TAP/TUN)
|
||||||
#-------------------------------------------------
|
#-------------------------------------------------
|
||||||
|
|
||||||
ifdef USE_NETWORK
|
ifndef DONT_USE_NETWORK
|
||||||
ifeq ($(SDL_NETWORK),taptun)
|
ifeq ($(SDL_NETWORK),taptun)
|
||||||
OSDOBJS += \
|
OSDOBJS += \
|
||||||
$(SDLOBJ)/netdev.o \
|
$(SDLOBJ)/netdev.o \
|
||||||
|
@ -367,7 +367,7 @@ OSDOBJS += \
|
|||||||
$(OSDOBJ)/modules/sound/sdl_sound.o
|
$(OSDOBJ)/modules/sound/sdl_sound.o
|
||||||
endif
|
endif
|
||||||
|
|
||||||
ifdef USE_NETWORK
|
ifndef DONT_USE_NETWORK
|
||||||
OSDOBJS += \
|
OSDOBJS += \
|
||||||
$(WINOBJ)/netdev.o \
|
$(WINOBJ)/netdev.o \
|
||||||
$(WINOBJ)/netdev_pcap.o
|
$(WINOBJ)/netdev_pcap.o
|
||||||
|
Loading…
Reference in New Issue
Block a user