diff options
Diffstat (limited to 'rotord/rotord.cbp')
| -rw-r--r-- | rotord/rotord.cbp | 41 |
1 files changed, 41 insertions, 0 deletions
diff --git a/rotord/rotord.cbp b/rotord/rotord.cbp new file mode 100644 index 0000000..e776043 --- /dev/null +++ b/rotord/rotord.cbp @@ -0,0 +1,41 @@ +<?xml version="1.0" encoding="UTF-8" standalone="yes" ?> +<CodeBlocks_project_file> + <FileVersion major="1" minor="6" /> + <Project> + <Option title="rotord" /> + <Option pch_mode="2" /> + <Option compiler="gcc" /> + <Build> + <Target title="Debug"> + <Option output="rotord" prefix_auto="1" extension_auto="1" /> + <Option object_output="/home/tim/workspace/rotor/rotord//.objs" /> + <Option type="1" /> + <Option compiler="gcc" /> + <Compiler> + <Add option="-g" /> + </Compiler> + </Target> + <Target title="Release"> + <Option output="rotord" prefix_auto="1" extension_auto="1" /> + <Option object_output="/home/tim/workspace/rotor/rotord//.objs" /> + <Option type="1" /> + <Option compiler="gcc" /> + <Compiler> + <Add option="-O2" /> + </Compiler> + <Linker> + <Add option="-s" /> + </Linker> + </Target> + </Build> + <Compiler> + <Add option="-Wall" /> + </Compiler> + <Extensions> + <envvars /> + <code_completion /> + <debugger /> + <lib_finder disable_auto="1" /> + </Extensions> + </Project> +</CodeBlocks_project_file> |
