summaryrefslogtreecommitdiff
path: root/codeblocks/chocolate-server.cbp
diff options
context:
space:
mode:
authorSimon Howard2006-09-11 08:48:57 +0000
committerSimon Howard2006-09-11 08:48:57 +0000
commitfc3cf15fd5a01c93c70ac2441a2ff6f95c327f3a (patch)
treeb117f0ff8798ba73a00bb411d096bf3f99a0df2f /codeblocks/chocolate-server.cbp
parent0d1fcc1bb8650ee03a547d5a98270e51ff685089 (diff)
downloadchocolate-doom-fc3cf15fd5a01c93c70ac2441a2ff6f95c327f3a.tar.gz
chocolate-doom-fc3cf15fd5a01c93c70ac2441a2ff6f95c327f3a.tar.bz2
chocolate-doom-fc3cf15fd5a01c93c70ac2441a2ff6f95c327f3a.zip
Add codeblocks project files; thanks to Russell Rice.
Subversion-branch: /trunk/chocolate-doom Subversion-revision: 604
Diffstat (limited to 'codeblocks/chocolate-server.cbp')
-rw-r--r--codeblocks/chocolate-server.cbp173
1 files changed, 173 insertions, 0 deletions
diff --git a/codeblocks/chocolate-server.cbp b/codeblocks/chocolate-server.cbp
new file mode 100644
index 00000000..68f1d564
--- /dev/null
+++ b/codeblocks/chocolate-server.cbp
@@ -0,0 +1,173 @@
+<?xml version="1.0" encoding="UTF-8" standalone="yes" ?>
+<CodeBlocks_project_file>
+ <FileVersion major="1" minor="5" />
+ <Project>
+ <Option title="chocolate-server" />
+ <Option pch_mode="2" />
+ <Option default_target="" />
+ <Option compiler="gcc" />
+ <Option virtualFolders="" />
+ <Build>
+ <Target title="Debug">
+ <Option output="bin\Debug\chocolate-server.exe" />
+ <Option object_output="obj\Debug\" />
+ <Option type="1" />
+ <Option compiler="gcc" />
+ <Compiler>
+ <Add option="-W" />
+ <Add option="-g" />
+ </Compiler>
+ </Target>
+ <Target title="Release">
+ <Option output="bin\Release\chocolate-server.exe" />
+ <Option object_output="obj\Release\" />
+ <Option type="1" />
+ <Option compiler="gcc" />
+ <Compiler>
+ <Add option="-O2" />
+ </Compiler>
+ <Linker>
+ <Add option="-s" />
+ </Linker>
+ </Target>
+ </Build>
+ <Compiler>
+ <Add directory="msvc" />
+ <Add directory="textscreen" />
+ </Compiler>
+ <Linker>
+ <Add option="-lmingw32 -lSDLmain -lSDL -lSDL_mixer -lSDL_net -mwindows" />
+ </Linker>
+ <Unit filename="src\d_dedicated.c">
+ <Option compilerVar="CC" />
+ <Option target="Debug" />
+ <Option target="Release" />
+ </Unit>
+ <Unit filename="src\i_main.c">
+ <Option compilerVar="CC" />
+ <Option target="Debug" />
+ <Option target="Release" />
+ </Unit>
+ <Unit filename="src\i_timer.c">
+ <Option compilerVar="CC" />
+ <Option target="Debug" />
+ <Option target="Release" />
+ </Unit>
+ <Unit filename="src\i_timer.h">
+ <Option compilerVar="CPP" />
+ <Option compile="0" />
+ <Option link="0" />
+ <Option target="Debug" />
+ <Option target="Release" />
+ </Unit>
+ <Unit filename="src\m_argv.c">
+ <Option compilerVar="CC" />
+ <Option target="Debug" />
+ <Option target="Release" />
+ </Unit>
+ <Unit filename="src\m_argv.h">
+ <Option compilerVar="CPP" />
+ <Option compile="0" />
+ <Option link="0" />
+ <Option target="Debug" />
+ <Option target="Release" />
+ </Unit>
+ <Unit filename="src\net_common.c">
+ <Option compilerVar="CC" />
+ <Option target="Debug" />
+ <Option target="Release" />
+ </Unit>
+ <Unit filename="src\net_common.h">
+ <Option compilerVar="CPP" />
+ <Option compile="0" />
+ <Option link="0" />
+ <Option target="Debug" />
+ <Option target="Release" />
+ </Unit>
+ <Unit filename="src\net_dedicated.c">
+ <Option compilerVar="CC" />
+ <Option target="Debug" />
+ <Option target="Release" />
+ </Unit>
+ <Unit filename="src\net_dedicated.h">
+ <Option compilerVar="CPP" />
+ <Option compile="0" />
+ <Option link="0" />
+ <Option target="Debug" />
+ <Option target="Release" />
+ </Unit>
+ <Unit filename="src\net_io.c">
+ <Option compilerVar="CC" />
+ <Option target="Debug" />
+ <Option target="Release" />
+ </Unit>
+ <Unit filename="src\net_io.h">
+ <Option compilerVar="CPP" />
+ <Option compile="0" />
+ <Option link="0" />
+ <Option target="Debug" />
+ <Option target="Release" />
+ </Unit>
+ <Unit filename="src\net_packet.c">
+ <Option compilerVar="CC" />
+ <Option target="Debug" />
+ <Option target="Release" />
+ </Unit>
+ <Unit filename="src\net_packet.h">
+ <Option compilerVar="CPP" />
+ <Option compile="0" />
+ <Option link="0" />
+ <Option target="Debug" />
+ <Option target="Release" />
+ </Unit>
+ <Unit filename="src\net_sdl.c">
+ <Option compilerVar="CC" />
+ <Option target="Debug" />
+ <Option target="Release" />
+ </Unit>
+ <Unit filename="src\net_sdl.h">
+ <Option compilerVar="CPP" />
+ <Option compile="0" />
+ <Option link="0" />
+ <Option target="Debug" />
+ <Option target="Release" />
+ </Unit>
+ <Unit filename="src\net_server.c">
+ <Option compilerVar="CC" />
+ <Option target="Debug" />
+ <Option target="Release" />
+ </Unit>
+ <Unit filename="src\net_server.h">
+ <Option compilerVar="CPP" />
+ <Option compile="0" />
+ <Option link="0" />
+ <Option target="Debug" />
+ <Option target="Release" />
+ </Unit>
+ <Unit filename="src\net_structrw.c">
+ <Option compilerVar="CC" />
+ <Option target="Debug" />
+ <Option target="Release" />
+ </Unit>
+ <Unit filename="src\net_structrw.h">
+ <Option compilerVar="CPP" />
+ <Option compile="0" />
+ <Option link="0" />
+ <Option target="Debug" />
+ <Option target="Release" />
+ </Unit>
+ <Unit filename="src\z_native.c">
+ <Option compilerVar="CC" />
+ <Option target="Debug" />
+ <Option target="Release" />
+ </Unit>
+ <Unit filename="src\z_zone.h">
+ <Option compilerVar="CPP" />
+ <Option compile="0" />
+ <Option link="0" />
+ <Option target="Debug" />
+ <Option target="Release" />
+ </Unit>
+ <Extensions />
+ </Project>
+</CodeBlocks_project_file> \ No newline at end of file