| 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 |
| r23999 | r24000 | |
|---|---|---|
| 534 | 534 | endif |
| 535 | 535 | endif |
| 536 | 536 | |
| 537 | INCPATH += `pkg-config --cflags fontconfig` | |
| 538 | LIBS += `pkg-config --libs fontconfig` | |
| 537 | INCPATH += `pkg-config --cflags fontconfig freetype2` | |
| 538 | LIBS += `pkg-config --libs fontconfig freetype2` | |
| 539 | 539 | |
| 540 | 540 | ifeq ($(SDL_LIBVER),sdl2) |
| 541 | 541 | LIBS += -lSDL2_ttf |
| Previous | 199869 Revisions | Next |