2012-09-15 21:44:55 +03:00
|
|
|
<?xml version="1.0" encoding="UTF-8" standalone="yes" ?>
|
|
|
|
<CodeBlocks_project_file>
|
|
|
|
<FileVersion major="1" minor="6" />
|
|
|
|
<Project>
|
|
|
|
<Option title="ERM" />
|
2012-09-26 23:45:03 +03:00
|
|
|
<Option pch_mode="2" />
|
2012-09-15 21:44:55 +03:00
|
|
|
<Option compiler="gcc" />
|
|
|
|
<Build>
|
|
|
|
<Target title="Debug">
|
2012-12-20 16:40:21 +03:00
|
|
|
<Option output="bin/Debug/ERM" imp_lib="$(TARGET_OUTPUT_DIR)$(TARGET_OUTPUT_BASENAME).a" def_file="$(TARGET_OUTPUT_DIR)$(TARGET_OUTPUT_BASENAME).def" prefix_auto="1" extension_auto="1" />
|
|
|
|
<Option object_output="obj/Debug/" />
|
2012-09-15 21:44:55 +03:00
|
|
|
<Option type="3" />
|
|
|
|
<Option compiler="gcc" />
|
|
|
|
<Option createStaticLib="1" />
|
|
|
|
<Compiler>
|
2012-12-20 16:40:21 +03:00
|
|
|
<Add option="-O" />
|
2012-09-15 21:44:55 +03:00
|
|
|
<Add option="-ggdb" />
|
|
|
|
</Compiler>
|
|
|
|
<Linker>
|
2012-12-20 16:40:21 +03:00
|
|
|
<Add directory="../../bin/Debug" />
|
2012-09-15 21:44:55 +03:00
|
|
|
</Linker>
|
|
|
|
</Target>
|
|
|
|
<Target title="Release">
|
2012-12-20 16:40:21 +03:00
|
|
|
<Option output="bin/Release/ERM" imp_lib="$(TARGET_OUTPUT_DIR)$(TARGET_OUTPUT_BASENAME).a" def_file="$(TARGET_OUTPUT_DIR)$(TARGET_OUTPUT_BASENAME).def" prefix_auto="1" extension_auto="1" />
|
|
|
|
<Option object_output="obj/Release/" />
|
2012-09-15 21:44:55 +03:00
|
|
|
<Option type="3" />
|
|
|
|
<Option compiler="gcc" />
|
|
|
|
<Option createStaticLib="1" />
|
|
|
|
<Compiler>
|
|
|
|
<Add option="-fomit-frame-pointer" />
|
2012-12-20 16:40:21 +03:00
|
|
|
<Add option="-O2" />
|
2012-09-15 21:44:55 +03:00
|
|
|
</Compiler>
|
|
|
|
<Linker>
|
|
|
|
<Add option="-s" />
|
2012-12-20 16:40:21 +03:00
|
|
|
<Add directory="../../bin/Release" />
|
2012-09-15 21:44:55 +03:00
|
|
|
</Linker>
|
|
|
|
</Target>
|
|
|
|
</Build>
|
|
|
|
<Compiler>
|
|
|
|
<Add option="-Wextra" />
|
|
|
|
<Add option="-Wall" />
|
|
|
|
<Add option="-fexceptions" />
|
|
|
|
<Add option="-Wpointer-arith" />
|
|
|
|
<Add option="-Wno-switch" />
|
|
|
|
<Add option="-Wno-sign-compare" />
|
|
|
|
<Add option="-Wno-unused-parameter" />
|
|
|
|
<Add option="-Wno-overloaded-virtual" />
|
2012-09-26 23:45:03 +03:00
|
|
|
<Add directory="$(#boost.include)" />
|
2012-09-15 21:44:55 +03:00
|
|
|
</Compiler>
|
|
|
|
<Linker>
|
2012-12-20 16:40:21 +03:00
|
|
|
<Add option="-lboost_program_options$(#boost.libsuffix)" />
|
|
|
|
<Add option="-lboost_filesystem$(#boost.libsuffix)" />
|
|
|
|
<Add option="-lboost_system$(#boost.libsuffix)" />
|
|
|
|
<Add option="-lboost_thread$(#boost.libsuffix)" />
|
|
|
|
<Add option="-lboost_iostreams$(#boost.libsuffix)" />
|
|
|
|
<Add option="-lboost_chrono$(#boost.libsuffix)" />
|
|
|
|
<Add option="-lVCMI_lib" />
|
2012-09-26 23:45:03 +03:00
|
|
|
<Add directory="$(#boost.lib)" />
|
2012-09-15 21:44:55 +03:00
|
|
|
</Linker>
|
|
|
|
<Unit filename="ERMInterpreter.cpp" />
|
|
|
|
<Unit filename="ERMInterpreter.h" />
|
|
|
|
<Unit filename="ERMParser.cpp" />
|
|
|
|
<Unit filename="ERMParser.h" />
|
|
|
|
<Unit filename="ERMScriptModule.cpp" />
|
|
|
|
<Unit filename="ERMScriptModule.h" />
|
|
|
|
<Unit filename="StdInc.h">
|
|
|
|
<Option weight="0" />
|
|
|
|
</Unit>
|
|
|
|
<Extensions>
|
|
|
|
<code_completion />
|
|
|
|
<envvars />
|
|
|
|
<debugger />
|
|
|
|
<lib_finder disable_auto="1" />
|
|
|
|
<DoxyBlocks>
|
|
|
|
<comment_style block="0" line="0" />
|
|
|
|
<doxyfile_project />
|
|
|
|
<doxyfile_build />
|
|
|
|
<doxyfile_warnings />
|
|
|
|
<doxyfile_output />
|
|
|
|
<doxyfile_dot />
|
|
|
|
<general />
|
|
|
|
</DoxyBlocks>
|
|
|
|
</Extensions>
|
|
|
|
</Project>
|
|
|
|
</CodeBlocks_project_file>
|