Previous 199869 Revisions Next

r24000 Saturday 29th June, 2013 at 01:37:47 UTC by R. Belmont
Enable Linux compile with NOWERROR=1 (nw)
[/branches/micko/src/osd/sdl]sdl.mak

branches/micko/src/osd/sdl/sdl.mak
r23999r24000
534534endif
535535endif
536536
537INCPATH += `pkg-config --cflags fontconfig`
538LIBS += `pkg-config --libs fontconfig`
537INCPATH += `pkg-config --cflags fontconfig freetype2`
538LIBS += `pkg-config --libs fontconfig freetype2`
539539
540540ifeq ($(SDL_LIBVER),sdl2)
541541LIBS += -lSDL2_ttf

Previous 199869 Revisions Next


© 1997-2024 The MAME Team