Codeblock: fixup sdl-config to sdl2-config

This commit is contained in:
Alam Ed Arias 2016-12-22 19:03:48 -05:00
parent 5c295d5733
commit b32be1b9a9
1 changed files with 8 additions and 8 deletions

View File

@ -31,7 +31,7 @@ HW3SOUND for 3D hardware sound support
<Option compiler="gcc" /> <Option compiler="gcc" />
<Compiler> <Compiler>
<Add option="-g" /> <Add option="-g" />
<Add option="`sdl-config --cflags`" /> <Add option="`sdl2-config --cflags`" />
<Add option="-DDIRECTFULLSCREEN" /> <Add option="-DDIRECTFULLSCREEN" />
<Add option="-DHAVE_SDL" /> <Add option="-DHAVE_SDL" />
<Add option="-DPARANOIA" /> <Add option="-DPARANOIA" />
@ -41,7 +41,7 @@ HW3SOUND for 3D hardware sound support
<Add option="-DHAVE_BLUA" /> <Add option="-DHAVE_BLUA" />
</Compiler> </Compiler>
<Linker> <Linker>
<Add option="`sdl-config --libs`" /> <Add option="`sdl2-config --libs`" />
<Add library="SDL_mixer" /> <Add library="SDL_mixer" />
</Linker> </Linker>
</Target> </Target>
@ -54,7 +54,7 @@ HW3SOUND for 3D hardware sound support
<Compiler> <Compiler>
<Add option="-O2" /> <Add option="-O2" />
<Add option="-g" /> <Add option="-g" />
<Add option="`sdl-config --cflags`" /> <Add option="`sdl2-config --cflags`" />
<Add option="-DDIRECTFULLSCREEN" /> <Add option="-DDIRECTFULLSCREEN" />
<Add option="-DHAVE_SDL" /> <Add option="-DHAVE_SDL" />
<Add option="-DNDEBUG" /> <Add option="-DNDEBUG" />
@ -62,7 +62,7 @@ HW3SOUND for 3D hardware sound support
<Add option="-DHAVE_BLUA" /> <Add option="-DHAVE_BLUA" />
</Compiler> </Compiler>
<Linker> <Linker>
<Add option="`sdl-config --libs`" /> <Add option="`sdl2-config --libs`" />
<Add library="SDL_mixer" /> <Add library="SDL_mixer" />
</Linker> </Linker>
</Target> </Target>
@ -74,7 +74,7 @@ HW3SOUND for 3D hardware sound support
<Option compiler="gcc" /> <Option compiler="gcc" />
<Compiler> <Compiler>
<Add option="-g" /> <Add option="-g" />
<Add option="`sdl-config --cflags`" /> <Add option="`sdl2-config --cflags`" />
<Add option="`libpng-config --cflags`" /> <Add option="`libpng-config --cflags`" />
<Add option="-DDIRECTFULLSCREEN" /> <Add option="-DDIRECTFULLSCREEN" />
<Add option="-DHAVE_SDL" /> <Add option="-DHAVE_SDL" />
@ -89,7 +89,7 @@ HW3SOUND for 3D hardware sound support
<Add option="-DHAVE_BLUA" /> <Add option="-DHAVE_BLUA" />
</Compiler> </Compiler>
<Linker> <Linker>
<Add option="`sdl-config --libs`" /> <Add option="`sdl2-config --libs`" />
<Add option="`libpng-config --libs`" /> <Add option="`libpng-config --libs`" />
<Add library="SDL_mixer" /> <Add library="SDL_mixer" />
<Add library="rt" /> <Add library="rt" />
@ -104,7 +104,7 @@ HW3SOUND for 3D hardware sound support
<Compiler> <Compiler>
<Add option="-O2" /> <Add option="-O2" />
<Add option="-g" /> <Add option="-g" />
<Add option="`sdl-config --cflags`" /> <Add option="`sdl2-config --cflags`" />
<Add option="`libpng-config --cflags`" /> <Add option="`libpng-config --cflags`" />
<Add option="-DDIRECTFULLSCREEN" /> <Add option="-DDIRECTFULLSCREEN" />
<Add option="-DHAVE_SDL" /> <Add option="-DHAVE_SDL" />
@ -117,7 +117,7 @@ HW3SOUND for 3D hardware sound support
<Add option="-DHAVE_BLUA" /> <Add option="-DHAVE_BLUA" />
</Compiler> </Compiler>
<Linker> <Linker>
<Add option="`sdl-config --libs`" /> <Add option="`sdl2-config --libs`" />
<Add option="`libpng-config --libs`" /> <Add option="`libpng-config --libs`" />
<Add library="SDL_mixer" /> <Add library="SDL_mixer" />
<Add library="rt" /> <Add library="rt" />