1
0
mirror of https://github.com/vcmi/vcmi.git synced 2025-08-13 19:54:17 +02:00

[c::b] tweak PCH options

This commit is contained in:
alexvins
2012-09-16 09:12:15 +00:00
parent 369f0ae9c6
commit 5118386cb4
7 changed files with 8 additions and 2 deletions

View File

@@ -3,6 +3,7 @@
<FileVersion major="1" minor="6" />
<Project>
<Option title="EmptyAI" />
<Option pch_mode="2" />
<Option compiler="gcc" />
<Build>
<Target title="Debug">

View File

@@ -3,6 +3,7 @@
<FileVersion major="1" minor="6" />
<Project>
<Option title="FuzzyLite" />
<Option pch_mode="2" />
<Option compiler="gcc" />
<Build>
<Target title="Debug">

View File

@@ -3,6 +3,7 @@
<FileVersion major="1" minor="6" />
<Project>
<Option title="StupidAI" />
<Option pch_mode="2" />
<Option compiler="gcc" />
<Build>
<Target title="Debug">

View File

@@ -3,6 +3,7 @@
<FileVersion major="1" minor="6" />
<Project>
<Option title="VCAI" />
<Option pch_mode="2" />
<Option compiler="gcc" />
<Build>
<Target title="Debug">

View File

@@ -3,6 +3,7 @@
<FileVersion major="1" minor="6" />
<Project>
<Option title="VCMI_client" />
<Option pch_mode="2" />
<Option compiler="gcc" />
<Build>
<Target title="Debug">

View File

@@ -4,6 +4,7 @@
<Project>
<Option title="VCMI_lib" />
<Option execution_dir="D:\projects\vcmi\engine\VCMI_lib\" />
<Option pch_mode="2" />
<Option compiler="gcc" />
<Build>
<Target title="Debug">
@@ -47,7 +48,6 @@
</Target>
</Build>
<Compiler>
<Add option="-pedantic" />
<Add option="-Wextra" />
<Add option="-Wall" />
<Add option="-fexceptions" />
@@ -67,7 +67,7 @@
</Compiler>
<Linker>
<Add option="-lws2_32" />
<Add library="$(#mingw.lib)\libz.dll.a" />
<Add option="-lzlib" />
<Add directory="$(#boost.lib)" />
<Add directory="$(#sdl.lib)" />
</Linker>

View File

@@ -3,6 +3,7 @@
<FileVersion major="1" minor="6" />
<Project>
<Option title="VCMI_server" />
<Option pch_mode="2" />
<Option compiler="gcc" />
<Build>
<Target title="Debug">