1
0
mirror of https://github.com/vcmi/vcmi.git synced 2025-11-06 09:09:40 +02:00

Added debug mingw64 build, minimum Windows version set to windows 7, SDL suffixes removed from Build Tagerts

This commit is contained in:
AlexVinS
2015-08-20 00:38:02 +03:00
parent f24f744f4b
commit 03a295f1a0
11 changed files with 255 additions and 81 deletions

View File

@@ -6,7 +6,7 @@
<Option pch_mode="2" />
<Option compiler="gcc" />
<Build>
<Target title="Debug-win32-SDL2">
<Target title="Debug-win32">
<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 type="3" />
@@ -16,7 +16,7 @@
<Add option="-ggdb" />
</Compiler>
</Target>
<Target title="Release-win32-SDL2">
<Target title="Release-win32">
<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 type="3" />