diff options
Diffstat (limited to 'entropy-calculator.cbp')
-rw-r--r-- | entropy-calculator.cbp | 44 |
1 files changed, 44 insertions, 0 deletions
diff --git a/entropy-calculator.cbp b/entropy-calculator.cbp new file mode 100644 index 0000000..f9b1570 --- /dev/null +++ b/entropy-calculator.cbp @@ -0,0 +1,44 @@ +<?xml version="1.0" encoding="UTF-8" standalone="yes" ?> +<CodeBlocks_project_file> + <FileVersion major="1" minor="6" /> + <Project> + <Option title="entropy-calculator" /> + <Option pch_mode="2" /> + <Option compiler="gcc" /> + <Build> + <Target title="Debug"> + <Option output="bin/Debug/entropy-calculator" prefix_auto="1" extension_auto="1" /> + <Option object_output="obj/Debug/" /> + <Option type="1" /> + <Option compiler="gcc" /> + <Compiler> + <Add option="-g" /> + </Compiler> + </Target> + <Target title="Release"> + <Option output="bin/Release/entropy-calculator" prefix_auto="1" extension_auto="1" /> + <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 option="-Wall" /> + <Add option="-fexceptions" /> + </Compiler> + <Unit filename="elements/water.h" /> + <Unit filename="headers/allElements.cpp" /> + <Unit filename="headers/allElements.h" /> + <Unit filename="headers/genericElement.h" /> + <Unit filename="main.cpp" /> + <Extensions> + <lib_finder disable_auto="1" /> + </Extensions> + </Project> +</CodeBlocks_project_file> |