Previous 199869 Revisions Next

r36054 Sunday 22nd February, 2015 at 16:37:46 UTC by Couriersud
Fix 32bit build of sdlmame on Win32. (nw)
[/branches/kale/src/osd/sdl]sdl.mak

branches/kale/src/osd/sdl/sdl.mak
r244565r244566
734734LIBS += -lSDL2 -limm32 -lversion -lole32 -loleaut32 -lws2_32 -static
735735BASELIBS += -lSDL2 -limm32 -lversion -lole32 -loleaut32 -lws2_32 -static
736736else
737LIBS += -lSDL -static
738BASELIBS += -lSDL -static
737LIBS += -lSDL -lws2_32 -static
738BASELIBS += -lSDL -lws2_32 -static
739739endif
740740LIBS += -luser32 -lgdi32 -lddraw -ldsound -ldxguid -lwinmm -ladvapi32 -lcomctl32 -lshlwapi
741741BASELIBS += -luser32 -lgdi32 -lddraw -ldsound -ldxguid -lwinmm -ladvapi32 -lcomctl32 -lshlwapi


Previous 199869 Revisions Next


© 1997-2024 The MAME Team