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" /> <FileVersion major="1" minor="6" />
<Project> <Project>
<Option title="EmptyAI" /> <Option title="EmptyAI" />
<Option pch_mode="2" />
<Option compiler="gcc" /> <Option compiler="gcc" />
<Build> <Build>
<Target title="Debug"> <Target title="Debug">

View File

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

View File

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

View File

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

View File

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

View File

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

View File

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