Created DLL build configurations for samples in Code::Blocks and Visual C++ project files
Removed unused stuff from extlibs headers Removed source files from generated API documentation Removed the qt and wxwidgets samples Fixed minor warnings in Packet.cpp git-svn-id: https://sfml.svn.sourceforge.net/svnroot/sfml/branches/sfml2@1499 4e206d99-4929-0410-ac5d-dfc041789085
This commit is contained in:
parent
c0b84d3469
commit
3a17e35cac
122 changed files with 19001 additions and 33784 deletions
|
@ -6,9 +6,9 @@
|
|||
<Option pch_mode="2" />
|
||||
<Option compiler="gcc" />
|
||||
<Build>
|
||||
<Target title="Debug_Win32">
|
||||
<Target title="Debug static_Win32">
|
||||
<Option output="..\..\bin\voip-d" prefix_auto="1" extension_auto="1" />
|
||||
<Option object_output="..\..\..\Temp\codeblocks\voip\Debug_Win32" />
|
||||
<Option object_output="..\..\..\Temp\codeblocks\voip\Debug static_Win32" />
|
||||
<Option type="1" />
|
||||
<Option compiler="gcc" />
|
||||
<Compiler>
|
||||
|
@ -29,9 +29,9 @@
|
|||
<Add library="..\..\..\lib\mingw\libsfml-system-s-d.a" />
|
||||
</Linker>
|
||||
</Target>
|
||||
<Target title="Release_Win32">
|
||||
<Target title="Release static_Win32">
|
||||
<Option output="..\..\bin\voip" prefix_auto="1" extension_auto="1" />
|
||||
<Option object_output="..\..\..\Temp\codeblocks\voip\Release_Win32" />
|
||||
<Option object_output="..\..\..\Temp\codeblocks\voip\Release static_Win32" />
|
||||
<Option type="1" />
|
||||
<Option compiler="gcc" />
|
||||
<Compiler>
|
||||
|
@ -51,6 +51,53 @@
|
|||
<Add library="..\..\..\lib\mingw\libsfml-system-s.a" />
|
||||
</Linker>
|
||||
</Target>
|
||||
<Target title="Debug DLL_Win32">
|
||||
<Option output="..\..\bin\voip-d" prefix_auto="1" extension_auto="1" />
|
||||
<Option object_output="..\..\..\Temp\codeblocks\voip\Debug DLL_Win32" />
|
||||
<Option type="1" />
|
||||
<Option compiler="gcc" />
|
||||
<Compiler>
|
||||
<Add option="-Wall" />
|
||||
<Add option="-g" />
|
||||
<Add option="-O0" />
|
||||
<Add option="-DWIN32" />
|
||||
<Add option="-D_DEBUG" />
|
||||
<Add option="-D_WINDOWS" />
|
||||
<Add option="-DSFML_DYNAMIC" />
|
||||
</Compiler>
|
||||
<ResourceCompiler>
|
||||
<Add directory="..\..\..\include" />
|
||||
<Add directory="..\..\..\extlibs" />
|
||||
</ResourceCompiler>
|
||||
<Linker>
|
||||
<Add library="..\..\..\lib\mingw\libsfml-audio-d.a" />
|
||||
<Add library="..\..\..\lib\mingw\libsfml-network-d.a" />
|
||||
<Add library="..\..\..\lib\mingw\libsfml-system-d.a" />
|
||||
</Linker>
|
||||
</Target>
|
||||
<Target title="Release DLL_Win32">
|
||||
<Option output="..\..\bin\voip" prefix_auto="1" extension_auto="1" />
|
||||
<Option object_output="..\..\..\Temp\codeblocks\voip\Release DLL_Win32" />
|
||||
<Option type="1" />
|
||||
<Option compiler="gcc" />
|
||||
<Compiler>
|
||||
<Add option="-O3" />
|
||||
<Add option="-Wall" />
|
||||
<Add option="-DWIN32" />
|
||||
<Add option="-DNDEBUG" />
|
||||
<Add option="-D_WINDOWS" />
|
||||
<Add option="-DSFML_DYNAMIC" />
|
||||
</Compiler>
|
||||
<ResourceCompiler>
|
||||
<Add directory="..\..\..\include" />
|
||||
<Add directory="..\..\..\extlibs" />
|
||||
</ResourceCompiler>
|
||||
<Linker>
|
||||
<Add library="..\..\..\lib\mingw\libsfml-audio.a" />
|
||||
<Add library="..\..\..\lib\mingw\libsfml-network.a" />
|
||||
<Add library="..\..\..\lib\mingw\libsfml-system.a" />
|
||||
</Linker>
|
||||
</Target>
|
||||
</Build>
|
||||
<Compiler>
|
||||
<Add directory="..\..\..\include" />
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue