mirror of
https://git.do.srb2.org/KartKrew/Kart-Public.git
synced 2024-11-10 07:12:03 +00:00
Codeblock: fixup sdl-config to sdl2-config
This commit is contained in:
parent
5c295d5733
commit
b32be1b9a9
1 changed files with 8 additions and 8 deletions
16
SRB2.cbp
16
SRB2.cbp
|
@ -31,7 +31,7 @@ HW3SOUND for 3D hardware sound support
|
|||
<Option compiler="gcc" />
|
||||
<Compiler>
|
||||
<Add option="-g" />
|
||||
<Add option="`sdl-config --cflags`" />
|
||||
<Add option="`sdl2-config --cflags`" />
|
||||
<Add option="-DDIRECTFULLSCREEN" />
|
||||
<Add option="-DHAVE_SDL" />
|
||||
<Add option="-DPARANOIA" />
|
||||
|
@ -41,7 +41,7 @@ HW3SOUND for 3D hardware sound support
|
|||
<Add option="-DHAVE_BLUA" />
|
||||
</Compiler>
|
||||
<Linker>
|
||||
<Add option="`sdl-config --libs`" />
|
||||
<Add option="`sdl2-config --libs`" />
|
||||
<Add library="SDL_mixer" />
|
||||
</Linker>
|
||||
</Target>
|
||||
|
@ -54,7 +54,7 @@ HW3SOUND for 3D hardware sound support
|
|||
<Compiler>
|
||||
<Add option="-O2" />
|
||||
<Add option="-g" />
|
||||
<Add option="`sdl-config --cflags`" />
|
||||
<Add option="`sdl2-config --cflags`" />
|
||||
<Add option="-DDIRECTFULLSCREEN" />
|
||||
<Add option="-DHAVE_SDL" />
|
||||
<Add option="-DNDEBUG" />
|
||||
|
@ -62,7 +62,7 @@ HW3SOUND for 3D hardware sound support
|
|||
<Add option="-DHAVE_BLUA" />
|
||||
</Compiler>
|
||||
<Linker>
|
||||
<Add option="`sdl-config --libs`" />
|
||||
<Add option="`sdl2-config --libs`" />
|
||||
<Add library="SDL_mixer" />
|
||||
</Linker>
|
||||
</Target>
|
||||
|
@ -74,7 +74,7 @@ HW3SOUND for 3D hardware sound support
|
|||
<Option compiler="gcc" />
|
||||
<Compiler>
|
||||
<Add option="-g" />
|
||||
<Add option="`sdl-config --cflags`" />
|
||||
<Add option="`sdl2-config --cflags`" />
|
||||
<Add option="`libpng-config --cflags`" />
|
||||
<Add option="-DDIRECTFULLSCREEN" />
|
||||
<Add option="-DHAVE_SDL" />
|
||||
|
@ -89,7 +89,7 @@ HW3SOUND for 3D hardware sound support
|
|||
<Add option="-DHAVE_BLUA" />
|
||||
</Compiler>
|
||||
<Linker>
|
||||
<Add option="`sdl-config --libs`" />
|
||||
<Add option="`sdl2-config --libs`" />
|
||||
<Add option="`libpng-config --libs`" />
|
||||
<Add library="SDL_mixer" />
|
||||
<Add library="rt" />
|
||||
|
@ -104,7 +104,7 @@ HW3SOUND for 3D hardware sound support
|
|||
<Compiler>
|
||||
<Add option="-O2" />
|
||||
<Add option="-g" />
|
||||
<Add option="`sdl-config --cflags`" />
|
||||
<Add option="`sdl2-config --cflags`" />
|
||||
<Add option="`libpng-config --cflags`" />
|
||||
<Add option="-DDIRECTFULLSCREEN" />
|
||||
<Add option="-DHAVE_SDL" />
|
||||
|
@ -117,7 +117,7 @@ HW3SOUND for 3D hardware sound support
|
|||
<Add option="-DHAVE_BLUA" />
|
||||
</Compiler>
|
||||
<Linker>
|
||||
<Add option="`sdl-config --libs`" />
|
||||
<Add option="`sdl2-config --libs`" />
|
||||
<Add option="`libpng-config --libs`" />
|
||||
<Add library="SDL_mixer" />
|
||||
<Add library="rt" />
|
||||
|
|
Loading…
Reference in a new issue