]> de.git.xonotic.org Git - xonotic/xonotic-data.pk3dir.git/blobdiff - qcsrc/qc-client.cbp
Add code::blocks projects & workspace for qc
[xonotic/xonotic-data.pk3dir.git] / qcsrc / qc-client.cbp
diff --git a/qcsrc/qc-client.cbp b/qcsrc/qc-client.cbp
new file mode 100644 (file)
index 0000000..056b98e
--- /dev/null
@@ -0,0 +1,92 @@
+<?xml version="1.0" encoding="UTF-8" standalone="yes" ?>
+<CodeBlocks_project_file>
+       <FileVersion major="1" minor="6" />
+       <Project>
+               <Option title="qc-client" />
+               <Option makefile="client" />
+               <Option makefile_is_custom="1" />
+               <Option pch_mode="2" />
+               <Option compiler="qaukec" />
+               <Build>
+                       <Target title="Debug">
+                               <Option output="bin\Debug\qc-server" prefix_auto="1" extension_auto="1" />
+                               <Option object_output="obj\Debug\" />
+                               <Option type="1" />
+                               <Option compiler="qaukec" />
+                               <Compiler>
+                                       <Add option="-g" />
+                               </Compiler>
+                               <MakeCommands>
+                                       <Build command="$make -src $makefile" />
+                                       <CompileFile command="" />
+                                       <Clean command="" />
+                                       <DistClean command="" />
+                               </MakeCommands>
+                       </Target>
+                       <Target title="Release">
+                               <Option output="bin\Release\qc-server" prefix_auto="1" extension_auto="1" />
+                               <Option object_output="obj\Release\" />
+                               <Option type="1" />
+                               <Option compiler="qaukec" />
+                               <Compiler>
+                                       <Add option="-O2" />
+                               </Compiler>
+                               <Linker>
+                                       <Add option="-s" />
+                               </Linker>
+                               <MakeCommands>
+                                       <Build command="$make -src $makefile" />
+                                       <CompileFile command="" />
+                                       <Clean command="" />
+                                       <DistClean command="" />
+                               </MakeCommands>
+                       </Target>
+               </Build>
+               <Compiler>
+                       <Add option="-Wall" />
+               </Compiler>
+               <Unit filename="client\Defs.qc" />
+               <Unit filename="client\Main.qc" />
+               <Unit filename="client\View.qc" />
+               <Unit filename="client\autocvars.qh" />
+               <Unit filename="client\bgmscript.qc" />
+               <Unit filename="client\bgmscript.qh" />
+               <Unit filename="client\casings.qc" />
+               <Unit filename="client\csqc_builtins.qc" />
+               <Unit filename="client\csqc_constants.qc" />
+               <Unit filename="client\ctf.qc" />
+               <Unit filename="client\damage.qc" />
+               <Unit filename="client\effects.qc" />
+               <Unit filename="client\gibs.qc" />
+               <Unit filename="client\hook.qc" />
+               <Unit filename="client\interpolate.qc" />
+               <Unit filename="client\interpolate.qh" />
+               <Unit filename="client\laser.qc" />
+               <Unit filename="client\main.qh" />
+               <Unit filename="client\mapvoting.qc" />
+               <Unit filename="client\miscfunctions.qc" />
+               <Unit filename="client\modeleffects.qc" />
+               <Unit filename="client\movetypes.qc" />
+               <Unit filename="client\movetypes.qh" />
+               <Unit filename="client\particles.qc" />
+               <Unit filename="client\prandom.qc" />
+               <Unit filename="client\prandom.qh" />
+               <Unit filename="client\pre.qh" />
+               <Unit filename="client\progs.src" />
+               <Unit filename="client\projectile.qc" />
+               <Unit filename="client\rubble.qc" />
+               <Unit filename="client\sbar.qc" />
+               <Unit filename="client\sortlist.qc" />
+               <Unit filename="client\teamplay.qc" />
+               <Unit filename="client\teamradar.qc" />
+               <Unit filename="client\teamradar.qh" />
+               <Unit filename="client\tuba.qc" />
+               <Unit filename="client\wall.qc" />
+               <Unit filename="client\waypointsprites.qc" />
+               <Unit filename="client\waypointsprites.qh" />
+               <Extensions>
+                       <code_completion />
+                       <debugger />
+               </Extensions>
+       </Project>
+</CodeBlocks_project_file>