|
|
|
@ -13,7 +13,13 @@
|
|
|
|
|
<Option compiler="gcc" />
|
|
|
|
|
<Compiler>
|
|
|
|
|
<Add option="-g" />
|
|
|
|
|
<Add option="-DCURL_STATICLIB" />
|
|
|
|
|
<Add directory="curl/include" />
|
|
|
|
|
</Compiler>
|
|
|
|
|
<Linker>
|
|
|
|
|
<Add library="libcurl.a" />
|
|
|
|
|
<Add directory="curl/lib" />
|
|
|
|
|
</Linker>
|
|
|
|
|
</Target>
|
|
|
|
|
<Target title="Release">
|
|
|
|
|
<Option output="bin/Release/lab01" prefix_auto="1" extension_auto="1" />
|
|
|
|
@ -32,7 +38,15 @@
|
|
|
|
|
<Add option="-Wall" />
|
|
|
|
|
<Add option="-fexceptions" />
|
|
|
|
|
</Compiler>
|
|
|
|
|
<Unit filename=".gitignore" />
|
|
|
|
|
<Unit filename="histogram.cpp" />
|
|
|
|
|
<Unit filename="histogram.h" />
|
|
|
|
|
<Unit filename="histogram_internal.h" />
|
|
|
|
|
<Unit filename="main.cpp" />
|
|
|
|
|
<Unit filename="svg.cpp" />
|
|
|
|
|
<Unit filename="svg.h" />
|
|
|
|
|
<Unit filename="text.cpp" />
|
|
|
|
|
<Unit filename="text.h" />
|
|
|
|
|
<Extensions />
|
|
|
|
|
</Project>
|
|
|
|
|
</CodeBlocks_project_file>
|
|
|
|
|