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:
LaurentGom 2010-03-02 08:38:45 +00:00
parent bb414773d1
commit 914db8bce0
33 changed files with 210 additions and 57 deletions

View file

@ -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" />