|
|
|
@ -14,6 +14,10 @@
|
|
|
|
|
<Compiler>
|
|
|
|
|
<Add option="-g" />
|
|
|
|
|
</Compiler>
|
|
|
|
|
<Linker>
|
|
|
|
|
<Add option="-static-libstdc++" />
|
|
|
|
|
<Add option="-static" />
|
|
|
|
|
</Linker>
|
|
|
|
|
</Target>
|
|
|
|
|
<Target title="Release">
|
|
|
|
|
<Option output="bin/Release/lab01" prefix_auto="1" extension_auto="1" />
|
|
|
|
@ -33,7 +37,20 @@
|
|
|
|
|
<Add option="-fexceptions" />
|
|
|
|
|
</Compiler>
|
|
|
|
|
<Unit filename=".gitignore" />
|
|
|
|
|
<Unit filename="histogram.cpp" />
|
|
|
|
|
<Unit filename="histogram.h" />
|
|
|
|
|
<Unit filename="histogram_internal.h">
|
|
|
|
|
<Option target="<{~None~}>" />
|
|
|
|
|
</Unit>
|
|
|
|
|
<Unit filename="main.cpp" />
|
|
|
|
|
<Unit filename="svg.cpp" />
|
|
|
|
|
<Unit filename="svg.h">
|
|
|
|
|
<Option target="<{~None~}>" />
|
|
|
|
|
</Unit>
|
|
|
|
|
<Unit filename="text.cpp" />
|
|
|
|
|
<Unit filename="text.h">
|
|
|
|
|
<Option target="<{~None~}>" />
|
|
|
|
|
</Unit>
|
|
|
|
|
<Extensions />
|
|
|
|
|
</Project>
|
|
|
|
|
</CodeBlocks_project_file>
|
|
|
|
|