|
@@ -7,18 +7,24 @@
|
|
|
<Option compiler="gcc" />
|
|
<Option compiler="gcc" />
|
|
|
<Build>
|
|
<Build>
|
|
|
<Target title="Debug-win32">
|
|
<Target title="Debug-win32">
|
|
|
|
|
+ <Option platforms="Windows;" />
|
|
|
<Option output="../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 output="../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/" />
|
|
|
|
|
|
|
+ <Option object_output="obj/Debug/x86/" />
|
|
|
<Option type="3" />
|
|
<Option type="3" />
|
|
|
<Option compiler="gcc" />
|
|
<Option compiler="gcc" />
|
|
|
<Compiler>
|
|
<Compiler>
|
|
|
- <Add option="-O" />
|
|
|
|
|
|
|
+ <Add option="-Og" />
|
|
|
|
|
+ <Add option="-g" />
|
|
|
<Add option="-ggdb" />
|
|
<Add option="-ggdb" />
|
|
|
</Compiler>
|
|
</Compiler>
|
|
|
|
|
+ <Linker>
|
|
|
|
|
+ <Add directory="$(#boost.lib32)" />
|
|
|
|
|
+ </Linker>
|
|
|
</Target>
|
|
</Target>
|
|
|
<Target title="Release-win32">
|
|
<Target title="Release-win32">
|
|
|
|
|
+ <Option platforms="Windows;" />
|
|
|
<Option output="../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 output="../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/" />
|
|
|
|
|
|
|
+ <Option object_output="obj/Release/x86/" />
|
|
|
<Option type="3" />
|
|
<Option type="3" />
|
|
|
<Option compiler="gcc" />
|
|
<Option compiler="gcc" />
|
|
|
<Compiler>
|
|
<Compiler>
|
|
@@ -27,6 +33,22 @@
|
|
|
</Compiler>
|
|
</Compiler>
|
|
|
<Linker>
|
|
<Linker>
|
|
|
<Add option="-s" />
|
|
<Add option="-s" />
|
|
|
|
|
+ <Add directory="$(#boost.lib32)" />
|
|
|
|
|
+ </Linker>
|
|
|
|
|
+ </Target>
|
|
|
|
|
+ <Target title="Debug-win64">
|
|
|
|
|
+ <Option platforms="Windows;" />
|
|
|
|
|
+ <Option output="../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/x64/" />
|
|
|
|
|
+ <Option type="3" />
|
|
|
|
|
+ <Option compiler="gnu_gcc_compiler_x64" />
|
|
|
|
|
+ <Compiler>
|
|
|
|
|
+ <Add option="-Og" />
|
|
|
|
|
+ <Add option="-g" />
|
|
|
|
|
+ <Add option="-ggdb" />
|
|
|
|
|
+ </Compiler>
|
|
|
|
|
+ <Linker>
|
|
|
|
|
+ <Add directory="$(#boost.lib64)" />
|
|
|
</Linker>
|
|
</Linker>
|
|
|
</Target>
|
|
</Target>
|
|
|
</Build>
|
|
</Build>
|
|
@@ -48,7 +70,6 @@
|
|
|
<Add option="-lboost_thread$(#boost.libsuffix)" />
|
|
<Add option="-lboost_thread$(#boost.libsuffix)" />
|
|
|
<Add option="-lboost_chrono$(#boost.libsuffix)" />
|
|
<Add option="-lboost_chrono$(#boost.libsuffix)" />
|
|
|
<Add option="-lVCMI_lib" />
|
|
<Add option="-lVCMI_lib" />
|
|
|
- <Add directory="$(#boost.lib32)" />
|
|
|
|
|
<Add directory="../.." />
|
|
<Add directory="../.." />
|
|
|
</Linker>
|
|
</Linker>
|
|
|
<Unit filename="ERMInterpreter.cpp" />
|
|
<Unit filename="ERMInterpreter.cpp" />
|