diff options
author | 2024-03-07 01:39:41 +0600 | |
---|---|---|
committer | 2024-03-07 01:39:41 +0600 | |
commit | a8aa863d7e9732dc65f86bb3f4cbdd243e6ad6da (patch) | |
tree | d88c34054e8005358f98f4c81d1574ebeb39dd07 /entropy-calculator.cbp | |
download | entropy-calc-a8aa863d7e9732dc65f86bb3f4cbdd243e6ad6da.tar.gz entropy-calc-a8aa863d7e9732dc65f86bb3f4cbdd243e6ad6da.zip |
Add water element and entropy calculator project files
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> |