Added the trunk/branches/tags directories at repository root, and moved previous root into trunk/
git-svn-id: https://sfml.svn.sourceforge.net/svnroot/sfml/trunk@1002 4e206d99-4929-0410-ac5d-dfc041789085
This commit is contained in:
commit
2f524481c1
974 changed files with 295448 additions and 0 deletions
61
samples/build/codeblocks/sockets.cbp
Normal file
61
samples/build/codeblocks/sockets.cbp
Normal file
|
@ -0,0 +1,61 @@
|
|||
<?xml version="1.0" encoding="UTF-8" standalone="yes" ?>
|
||||
<CodeBlocks_project_file>
|
||||
<FileVersion major="1" minor="6" />
|
||||
<Project>
|
||||
<Option title="sockets" />
|
||||
<Option pch_mode="2" />
|
||||
<Option compiler="gcc" />
|
||||
<Build>
|
||||
<Target title="Debug_Win32">
|
||||
<Option output="..\..\bin\sockets-d.exe" prefix_auto="1" extension_auto="1" />
|
||||
<Option object_output="..\..\..\Temp\sockets\Debug_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" />
|
||||
</Compiler>
|
||||
<ResourceCompiler>
|
||||
<Add directory="..\..\..\include" />
|
||||
</ResourceCompiler>
|
||||
<Linker>
|
||||
<Add library="..\..\..\lib\mingw\libsfml-network-s-d.a" />
|
||||
<Add library="..\..\..\lib\mingw\libsfml-system-s-d.a" />
|
||||
</Linker>
|
||||
</Target>
|
||||
<Target title="Release_Win32">
|
||||
<Option output="..\..\bin\sockets.exe" prefix_auto="1" extension_auto="1" />
|
||||
<Option object_output="..\..\..\Temp\sockets\Release_Win32" />
|
||||
<Option type="1" />
|
||||
<Option compiler="gcc" />
|
||||
<Compiler>
|
||||
<Add option="-O3" />
|
||||
<Add option="-Wall" />
|
||||
<Add option="-DWIN32" />
|
||||
<Add option="-DNDEBUG" />
|
||||
<Add option="-D_WINDOWS" />
|
||||
</Compiler>
|
||||
<ResourceCompiler>
|
||||
<Add directory="..\..\..\include" />
|
||||
</ResourceCompiler>
|
||||
<Linker>
|
||||
<Add library="..\..\..\lib\mingw\libsfml-network-s.a" />
|
||||
<Add library="..\..\..\lib\mingw\libsfml-system-s.a" />
|
||||
</Linker>
|
||||
</Target>
|
||||
</Build>
|
||||
<Compiler>
|
||||
<Add directory="..\..\..\include" />
|
||||
</Compiler>
|
||||
<Unit filename="..\..\sockets\Sockets.cpp" />
|
||||
<Unit filename="..\..\sockets\TCP.cpp" />
|
||||
<Unit filename="..\..\sockets\UDP.cpp" />
|
||||
<Extensions>
|
||||
<code_completion />
|
||||
</Extensions>
|
||||
</Project>
|
||||
</CodeBlocks_project_file>
|
Loading…
Add table
Add a link
Reference in a new issue