2008-06-26 07:21:41 +00:00
|
|
|
<?xml version="1.0" encoding="UTF-8" standalone="yes" ?>
|
|
|
|
<CodeBlocks_project_file>
|
|
|
|
<FileVersion major="1" minor="6" />
|
|
|
|
<Project>
|
|
|
|
<Option title="Visitor" />
|
|
|
|
<Option compiler="cygwin" />
|
|
|
|
<Build>
|
2009-10-10 23:51:27 +00:00
|
|
|
<Target title="Debug_GCC">
|
2011-10-24 18:07:46 +00:00
|
|
|
<Option output="bin/Debug_GCC/Visitor" prefix_auto="1" extension_auto="1" />
|
|
|
|
<Option object_output="obj/Debug_GCC/" />
|
2009-10-10 23:51:27 +00:00
|
|
|
<Option type="1" />
|
|
|
|
<Option compiler="gcc" />
|
|
|
|
<Compiler>
|
|
|
|
<Add option="-W" />
|
|
|
|
<Add option="-g" />
|
2011-10-24 18:07:46 +00:00
|
|
|
<Add directory="../../include/loki" />
|
|
|
|
<Add directory="../../include" />
|
2009-10-10 23:51:27 +00:00
|
|
|
</Compiler>
|
|
|
|
</Target>
|
|
|
|
<Target title="Release_GCC">
|
2011-10-24 18:07:46 +00:00
|
|
|
<Option output="bin/Release_GCC/Visitor" prefix_auto="1" extension_auto="1" />
|
|
|
|
<Option object_output="obj/Release_GCC/" />
|
2009-10-10 23:51:27 +00:00
|
|
|
<Option type="1" />
|
|
|
|
<Option compiler="gcc" />
|
|
|
|
<Compiler>
|
|
|
|
<Add option="-fexpensive-optimizations" />
|
|
|
|
<Add option="-Os" />
|
|
|
|
<Add option="-O3" />
|
|
|
|
<Add option="-W" />
|
2011-10-24 18:07:46 +00:00
|
|
|
<Add directory="../../include/loki" />
|
|
|
|
<Add directory="../../include" />
|
2009-10-10 23:51:27 +00:00
|
|
|
</Compiler>
|
|
|
|
</Target>
|
|
|
|
<Target title="Debug_Cygwin">
|
2011-10-24 18:07:46 +00:00
|
|
|
<Option output="bin/Debug_Cygwin/Visitor" prefix_auto="1" extension_auto="1" />
|
|
|
|
<Option object_output="obj/Debug_Cygwin/" />
|
2008-06-26 07:21:41 +00:00
|
|
|
<Option type="1" />
|
|
|
|
<Option compiler="cygwin" />
|
|
|
|
<Compiler>
|
|
|
|
<Add option="-W" />
|
|
|
|
<Add option="-g" />
|
2011-10-24 18:07:46 +00:00
|
|
|
<Add directory="../../include/loki" />
|
|
|
|
<Add directory="../../include" />
|
2008-06-26 07:21:41 +00:00
|
|
|
</Compiler>
|
|
|
|
</Target>
|
2009-10-10 23:51:27 +00:00
|
|
|
<Target title="Release_Cygwin">
|
2011-10-24 18:07:46 +00:00
|
|
|
<Option output="bin/Release_Cygwin/Visitor" prefix_auto="1" extension_auto="1" />
|
|
|
|
<Option object_output="obj/Release_Cygwin/" />
|
2008-06-26 07:21:41 +00:00
|
|
|
<Option type="1" />
|
|
|
|
<Option compiler="cygwin" />
|
|
|
|
<Compiler>
|
|
|
|
<Add option="-fexpensive-optimizations" />
|
|
|
|
<Add option="-Os" />
|
|
|
|
<Add option="-O3" />
|
|
|
|
<Add option="-W" />
|
2011-10-24 18:07:46 +00:00
|
|
|
<Add directory="../../include/loki" />
|
|
|
|
<Add directory="../../include" />
|
2008-06-26 07:21:41 +00:00
|
|
|
</Compiler>
|
|
|
|
</Target>
|
|
|
|
</Build>
|
|
|
|
<Unit filename="main.cpp" />
|
|
|
|
<Extensions>
|
|
|
|
<code_completion />
|
|
|
|
<envvars />
|
|
|
|
<debugger />
|
|
|
|
</Extensions>
|
|
|
|
</Project>
|
|
|
|
</CodeBlocks_project_file>
|