Previous | 199869 Revisions | Next |
r32849 Tuesday 21st October, 2014 at 01:56:01 UTC by R. Belmont |
---|
Reverse the networking polarity in the OSD makefiles. (nw) |
[src/osd/sdl] | sdl.mak |
[src/osd/windows] | windows.mak |
r241360 | r241361 | |
---|---|---|
756 | 756 | # Network (TAP/TUN) |
757 | 757 | #------------------------------------------------- |
758 | 758 | |
759 | ifdef USE_NETWORK | |
759 | ifndef DONT_USE_NETWORK | |
760 | 760 | ifeq ($(SDL_NETWORK),taptun) |
761 | 761 | OSDOBJS += \ |
762 | 762 | $(SDLOBJ)/netdev.o \ |
r241360 | r241361 | |
---|---|---|
367 | 367 | $(OSDOBJ)/modules/sound/sdl_sound.o |
368 | 368 | endif |
369 | 369 | |
370 | ifdef USE_NETWORK | |
370 | ifndef DONT_USE_NETWORK | |
371 | 371 | OSDOBJS += \ |
372 | 372 | $(WINOBJ)/netdev.o \ |
373 | 373 | $(WINOBJ)/netdev_pcap.o |
https://github.com/mamedev/mame/commit/8482a70a1e53320080b8ac4546e74faa2deee374 |
Previous | 199869 Revisions | Next |