40 lines
1.1 KiB
Text
40 lines
1.1 KiB
Text
|
<?xml version="1.0" encoding="UTF-8" standalone="yes" ?>
|
||
|
<CodeBlocks_project_file>
|
||
|
<FileVersion major="1" minor="6" />
|
||
|
<Project>
|
||
|
<Option title="SafeBits" />
|
||
|
<Option pch_mode="2" />
|
||
|
<Option compiler="cygwin" />
|
||
|
<Build>
|
||
|
<Target title="Debug">
|
||
|
<Option output="obj\Debug\SafeBits" prefix_auto="1" extension_auto="1" />
|
||
|
<Option object_output="obj\Debug\" />
|
||
|
<Option type="1" />
|
||
|
<Option compiler="cygwin" />
|
||
|
<Compiler>
|
||
|
<Add option="-Wall" />
|
||
|
<Add option="-g" />
|
||
|
<Add directory="..\..\include" />
|
||
|
</Compiler>
|
||
|
</Target>
|
||
|
<Target title="Release">
|
||
|
<Option output="obj\Release\SafeBits" prefix_auto="1" extension_auto="1" />
|
||
|
<Option object_output="obj\Release\" />
|
||
|
<Option type="1" />
|
||
|
<Option compiler="cygwin" />
|
||
|
<Compiler>
|
||
|
<Add option="-Os" />
|
||
|
<Add option="-Wall" />
|
||
|
<Add directory="..\..\include" />
|
||
|
</Compiler>
|
||
|
</Target>
|
||
|
</Build>
|
||
|
<Unit filename="SafeBitTest.cpp" />
|
||
|
<Extensions>
|
||
|
<code_completion />
|
||
|
<envvars />
|
||
|
<debugger />
|
||
|
</Extensions>
|
||
|
</Project>
|
||
|
</CodeBlocks_project_file>
|