Upgraded to the latest version of OpenAL Soft (1.11.753) on Windows
Fixed linker settings for Code::Blocks projects so that libgcc_s_dw2-1.dll is not required when compiling with gcc 4 git-svn-id: https://sfml.svn.sourceforge.net/svnroot/sfml/branches/sfml2@1432 4e206d99-4929-0410-ac5d-dfc041789085
This commit is contained in:
parent
bb414773d1
commit
914db8bce0
33 changed files with 210 additions and 57 deletions
|
@ -110,6 +110,9 @@
|
|||
<Add directory="..\..\src" />
|
||||
<Add directory="..\..\include" />
|
||||
</Compiler>
|
||||
<Linker>
|
||||
<Add option="-static-libgcc" />
|
||||
</Linker>
|
||||
<Unit filename="..\..\include\SFML\Audio\Listener.hpp" />
|
||||
<Unit filename="..\..\include\SFML\Audio\Music.hpp" />
|
||||
<Unit filename="..\..\include\SFML\Audio\Sound.hpp" />
|
||||
|
|
|
@ -117,6 +117,9 @@
|
|||
<Add directory="..\..\extlibs\headers" />
|
||||
<Add directory="..\..\include" />
|
||||
</Compiler>
|
||||
<Linker>
|
||||
<Add option="-static-libgcc" />
|
||||
</Linker>
|
||||
<Unit filename="..\..\include\SFML\Graphics\Color.hpp" />
|
||||
<Unit filename="..\..\include\SFML\Graphics\Drawable.hpp" />
|
||||
<Unit filename="..\..\include\SFML\Graphics\Font.hpp" />
|
||||
|
|
|
@ -38,6 +38,9 @@
|
|||
</Compiler>
|
||||
</Target>
|
||||
</Build>
|
||||
<Linker>
|
||||
<Add option="-static-libgcc" />
|
||||
</Linker>
|
||||
<Unit filename="..\..\src\SFML\Main\SFML_Main.cpp" />
|
||||
<Extensions>
|
||||
<code_completion />
|
||||
|
|
|
@ -109,6 +109,9 @@
|
|||
<Add directory="..\..\src" />
|
||||
<Add directory="..\..\include" />
|
||||
</Compiler>
|
||||
<Linker>
|
||||
<Add option="-static-libgcc" />
|
||||
</Linker>
|
||||
<Unit filename="..\..\include\SFML\Network\Ftp.hpp" />
|
||||
<Unit filename="..\..\include\SFML\Network\Http.hpp" />
|
||||
<Unit filename="..\..\include\SFML\Network\IPAddress.hpp" />
|
||||
|
|
|
@ -89,6 +89,9 @@
|
|||
<Add directory="..\..\src" />
|
||||
<Add directory="..\..\include" />
|
||||
</Compiler>
|
||||
<Linker>
|
||||
<Add option="-static-libgcc" />
|
||||
</Linker>
|
||||
<Unit filename="..\..\include\SFML\System\Clock.hpp" />
|
||||
<Unit filename="..\..\include\SFML\System\Err.hpp" />
|
||||
<Unit filename="..\..\include\SFML\System\Lock.hpp" />
|
||||
|
|
|
@ -106,6 +106,7 @@
|
|||
<Add directory="..\..\include" />
|
||||
</Compiler>
|
||||
<Linker>
|
||||
<Add option="-static-libgcc" />
|
||||
<Add library="libgdi32.a" />
|
||||
</Linker>
|
||||
<Unit filename="..\..\include\SFML\Window\Context.hpp" />
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue