Previous 199869 Revisions Next

r34185 Monday 5th January, 2015 at 02:03:49 UTC by Couriersud
Fix compiling with SDL 1.2, BASELIBS need X11 in this case. (nw)
[src/osd/sdl]sdl.mak

trunk/src/osd/sdl/sdl.mak
r242696r242697
7777# change for custom OS X installations
7878SDL_FRAMEWORK_PATH = /Library/Frameworks/
7979
80# uncomment to use SDL1.2 (depracated)
8081# SDL_LIBVER = sdl
8182
8283###########################################################################
r242696r242697
741742# Default libs
742743DEFS += -DSDLMAME_X11
743744LIBS += -lX11 -lXinerama
745ifneq ($(SDL_LIBVER),sdl2)
746BASELIBS += -lX11
747endif
744748
745749# The newer debugger uses QT
746750ifndef NO_USE_QTDEBUG


Previous 199869 Revisions Next


© 1997-2024 The MAME Team