Previous 199869 Revisions Next

r34152 Thursday 1st January, 2015 at 22:57:25 UTC by Wilbert Pol
Fixed building of tools on OSX; patch might not be complete (nw)
[src/osd/sdl]sdl.mak

trunk/src/osd/sdl/sdl.mak
r242663r242664
498498# Compile using framework (compile using libSDL is the exception)
499499ifeq ($(SDL_LIBVER),sdl2)
500500LIBS += -F$(SDL_FRAMEWORK_PATH) -framework SDL2 -framework Cocoa -framework OpenGL -lpthread
501BASELIBS += -F$(SDL_FRAMEWORK_PATH) -framework SDL2 -framework Cocoa -framework OpenGL -lpthread
501502else
502503LIBS += -F$(SDL_FRAMEWORK_PATH) -framework SDL -framework Cocoa -framework OpenGL -lpthread
504BASELIBS += -F$(SDL_FRAMEWORK_PATH) -framework SDL -framework Cocoa -framework OpenGL -lpthread
503505endif
504506INCPATH += -F$(SDL_FRAMEWORK_PATH)
505507else


Previous 199869 Revisions Next


© 1997-2024 The MAME Team