| Previous | 199869 Revisions | Next |
| r31869 Tuesday 2nd September, 2014 at 08:35:09 UTC by Miodrag Milanović |
|---|
| Let's static link SDL on win32 build (nw) |
| [src/osd/sdl] | sdl.mak |
| r31868 | r31869 | |
|---|---|---|
| 622 | 622 | MOC = @moc |
| 623 | 623 | endif |
| 624 | 624 | |
| 625 | LIBS += -lSDL | |
| 625 | LIBS += -lSDL -static | |
| 626 | 626 | LIBS += -luser32 -lgdi32 -lddraw -ldsound -ldxguid -lwinmm -ladvapi32 -lcomctl32 -lshlwapi |
| 627 | 627 | |
| 628 | 628 | endif # Win32 |
| Previous | 199869 Revisions | Next |