Changed the output names of SFML libraries in projects/makefiles (sfml-xxx -> sfml2-xxx)
Fixed OpenAL include path in Linux makefiles git-svn-id: https://sfml.svn.sourceforge.net/svnroot/sfml/branches/sfml2@1555 4e206d99-4929-0410-ac5d-dfc041789085
This commit is contained in:
parent
3ba0e73719
commit
8525a7cb92
44 changed files with 252 additions and 252 deletions
|
@ -25,8 +25,8 @@
|
|||
</ResourceCompiler>
|
||||
<Linker>
|
||||
<Add option="-static-libgcc" />
|
||||
<Add library="..\..\..\lib\mingw\libsfml-audio-s-d.a" />
|
||||
<Add library="..\..\..\lib\mingw\libsfml-system-s-d.a" />
|
||||
<Add library="..\..\..\lib\mingw\libsfml2-audio-s-d.a" />
|
||||
<Add library="..\..\..\lib\mingw\libsfml2-system-s-d.a" />
|
||||
</Linker>
|
||||
</Target>
|
||||
<Target title="Release static_Win32">
|
||||
|
@ -46,8 +46,8 @@
|
|||
<Add directory="..\..\..\extlibs" />
|
||||
</ResourceCompiler>
|
||||
<Linker>
|
||||
<Add library="..\..\..\lib\mingw\libsfml-audio-s.a" />
|
||||
<Add library="..\..\..\lib\mingw\libsfml-system-s.a" />
|
||||
<Add library="..\..\..\lib\mingw\libsfml2-audio-s.a" />
|
||||
<Add library="..\..\..\lib\mingw\libsfml2-system-s.a" />
|
||||
</Linker>
|
||||
</Target>
|
||||
<Target title="Debug DLL_Win32">
|
||||
|
@ -70,8 +70,8 @@
|
|||
</ResourceCompiler>
|
||||
<Linker>
|
||||
<Add option="-static-libgcc" />
|
||||
<Add library="..\..\..\lib\mingw\libsfml-audio-d.a" />
|
||||
<Add library="..\..\..\lib\mingw\libsfml-system-d.a" />
|
||||
<Add library="..\..\..\lib\mingw\libsfml2-audio-d.a" />
|
||||
<Add library="..\..\..\lib\mingw\libsfml2-system-d.a" />
|
||||
</Linker>
|
||||
</Target>
|
||||
<Target title="Release DLL_Win32">
|
||||
|
@ -92,8 +92,8 @@
|
|||
<Add directory="..\..\..\extlibs" />
|
||||
</ResourceCompiler>
|
||||
<Linker>
|
||||
<Add library="..\..\..\lib\mingw\libsfml-audio.a" />
|
||||
<Add library="..\..\..\lib\mingw\libsfml-system.a" />
|
||||
<Add library="..\..\..\lib\mingw\libsfml2-audio.a" />
|
||||
<Add library="..\..\..\lib\mingw\libsfml2-system.a" />
|
||||
</Linker>
|
||||
</Target>
|
||||
</Build>
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue