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
|
@ -10,8 +10,6 @@
|
|||
<Project filename="..\..\samples\build\codeblocks\ftp.cbp" />
|
||||
<Project filename="..\..\samples\build\codeblocks\opengl.cbp" />
|
||||
<Project filename="..\..\samples\build\codeblocks\pong.cbp" />
|
||||
<Project filename="..\..\samples\build\codeblocks\qt.cbp" />
|
||||
<Project filename="..\..\samples\build\codeblocks\wxwidgets.cbp" />
|
||||
<Project filename="..\..\samples\build\codeblocks\shader.cbp" />
|
||||
<Project filename="..\..\samples\build\codeblocks\sockets.cbp" />
|
||||
<Project filename="..\..\samples\build\codeblocks\sound.cbp" />
|
||||
|
|
|
@ -6,10 +6,10 @@
|
|||
<Option pch_mode="2" />
|
||||
<Option compiler="gcc" />
|
||||
<Build>
|
||||
<Target title="Debug_Win32">
|
||||
<Target title="Debug static_Win32">
|
||||
<Option output="..\..\lib\mingw\libsfml-main-d" prefix_auto="1" extension_auto="1" />
|
||||
<Option working_dir="" />
|
||||
<Option object_output="..\..\Temp\codeblocks\sfml-main\Debug_Win32" />
|
||||
<Option object_output="..\..\Temp\codeblocks\sfml-main\Debug static_Win32" />
|
||||
<Option type="2" />
|
||||
<Option compiler="gcc" />
|
||||
<Option createDefFile="1" />
|
||||
|
@ -22,10 +22,41 @@
|
|||
<Add option="-D_LIB" />
|
||||
</Compiler>
|
||||
</Target>
|
||||
<Target title="Release_Win32">
|
||||
<Target title="Release static_Win32">
|
||||
<Option output="..\..\lib\mingw\libsfml-main" prefix_auto="1" extension_auto="1" />
|
||||
<Option working_dir="" />
|
||||
<Option object_output="..\..\Temp\codeblocks\sfml-main\Release_Win32" />
|
||||
<Option object_output="..\..\Temp\codeblocks\sfml-main\Release static_Win32" />
|
||||
<Option type="2" />
|
||||
<Option compiler="gcc" />
|
||||
<Option createDefFile="1" />
|
||||
<Compiler>
|
||||
<Add option="-O3" />
|
||||
<Add option="-Wall" />
|
||||
<Add option="-DWIN32" />
|
||||
<Add option="-DNDEBUG" />
|
||||
<Add option="-D_LIB" />
|
||||
</Compiler>
|
||||
</Target>
|
||||
<Target title="Debug DLL_Win32">
|
||||
<Option output="..\..\lib\mingw\libsfml-main-d" prefix_auto="1" extension_auto="1" />
|
||||
<Option working_dir="" />
|
||||
<Option object_output="..\..\Temp\codeblocks\sfml-main\Debug DLL_Win32" />
|
||||
<Option type="2" />
|
||||
<Option compiler="gcc" />
|
||||
<Option createDefFile="1" />
|
||||
<Compiler>
|
||||
<Add option="-Wall" />
|
||||
<Add option="-g" />
|
||||
<Add option="-O0" />
|
||||
<Add option="-DWIN32" />
|
||||
<Add option="-DNDEBUG" />
|
||||
<Add option="-D_LIB" />
|
||||
</Compiler>
|
||||
</Target>
|
||||
<Target title="Release DLL_Win32">
|
||||
<Option output="..\..\lib\mingw\libsfml-main" prefix_auto="1" extension_auto="1" />
|
||||
<Option working_dir="" />
|
||||
<Option object_output="..\..\Temp\codeblocks\sfml-main\Release DLL_Win32" />
|
||||
<Option type="2" />
|
||||
<Option compiler="gcc" />
|
||||
<Option createDefFile="1" />
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue