aboutsummaryrefslogtreecommitdiff
path: root/dists/msvc8/ScummVM_Global.vsprops
diff options
context:
space:
mode:
authorJohannes Schickel2009-10-28 21:01:05 +0000
committerJohannes Schickel2009-10-28 21:01:05 +0000
commit921269fe142a541e9bc3abdd777cb3cd5d2a94c1 (patch)
treebff9e2f5fce6f8474a9c18aa230dff73c8ce1d2e /dists/msvc8/ScummVM_Global.vsprops
parent168275be5f4ced629ae940592963868d4059e3c8 (diff)
downloadscummvm-rg350-921269fe142a541e9bc3abdd777cb3cd5d2a94c1.tar.gz
scummvm-rg350-921269fe142a541e9bc3abdd777cb3cd5d2a94c1.tar.bz2
scummvm-rg350-921269fe142a541e9bc3abdd777cb3cd5d2a94c1.zip
Replace our custom MSVC project files by automatically generated ones. Note that this is for active *testing*, I myself had not encountered any problems building a x86 and x64 binary with he msvc9 files. So if you are using MSVC, it would be nice to hear back some feedback whether it works for you or not.
svn-id: r45486
Diffstat (limited to 'dists/msvc8/ScummVM_Global.vsprops')
-rw-r--r--dists/msvc8/ScummVM_Global.vsprops17
1 files changed, 11 insertions, 6 deletions
diff --git a/dists/msvc8/ScummVM_Global.vsprops b/dists/msvc8/ScummVM_Global.vsprops
index f3b7158ad6..f68710f6e8 100644
--- a/dists/msvc8/ScummVM_Global.vsprops
+++ b/dists/msvc8/ScummVM_Global.vsprops
@@ -3,20 +3,20 @@
ProjectType="Visual C++"
Version="8.00"
Name="ScummVM_Global"
- OutputDirectory="$(ConfigurationName)"
- IntermediateDirectory="$(ConfigurationName)/$(ProjectName)"
+ OutputDirectory="$(ConfigurationName)32"
+ IntermediateDirectory="$(ConfigurationName)32/$(ProjectName)"
>
<Tool
Name="VCCLCompilerTool"
DisableSpecificWarnings="4068;4100;4103;4121;4127;4189;4201;4221;4244;4250;4310;4351;4355;4510;4511;4512;4610;4701;4702;4706;4800;4996"
- AdditionalIncludeDirectories="../..;../../engines"
- PreprocessorDefinitions="USE_NASM;USE_ZLIB;USE_MAD;USE_VORBIS;USE_MPEG2;USE_MT32EMU;USE_RGB_COLOR;ENABLE_AGI;ENABLE_AGOS;ENABLE_AGOS2;ENABLE_CINE;ENABLE_CRUISE;ENABLE_DRASCULA;ENABLE_GOB;ENABLE_GROOVIE;ENABLE_GROOVIE2;ENABLE_IGOR;ENABLE_KYRA;ENABLE_LOL;ENABLE_LURE;ENABLE_M4;ENABLE_MADE;ENABLE_PARALLACTION;ENABLE_QUEEN;ENABLE_SAGA;ENABLE_IHNM;ENABLE_SAGA2;ENABLE_SCI;ENABLE_SCI32;ENABLE_SCUMM;ENABLE_SKY;ENABLE_SWORD1;ENABLE_SWORD2;ENABLE_TEENAGENT;ENABLE_TOUCHE;ENABLE_SCUMM_7_8;ENABLE_HE;ENABLE_TINSEL;ENABLE_TUCKER"
+ AdditionalIncludeDirectories="..\..;..\..\engines"
+ PreprocessorDefinitions="USE_ZLIB;USE_MAD;USE_VORBIS;USE_RGB_COLOR;USE_MT32EMU;HAVE_NASM;ENABLE_SCUMM;ENABLE_SCUMM_7_8;ENABLE_HE;ENABLE_AGI;ENABLE_AGOS;ENABLE_AGOS2;ENABLE_CINE;ENABLE_CRUISE;ENABLE_DRACI;ENABLE_DRASCULA;ENABLE_GOB;ENABLE_GROOVIE;ENABLE_GROOVIE2;ENABLE_IGOR;ENABLE_KYRA;ENABLE_LOL;ENABLE_LURE;ENABLE_M4;ENABLE_MADE;ENABLE_PARALLACTION;ENABLE_QUEEN;ENABLE_SAGA;ENABLE_IHNM;ENABLE_SAGA2;ENABLE_SCI;ENABLE_SCI32;ENABLE_SKY;ENABLE_SWORD1;ENABLE_SWORD2;ENABLE_TEENAGENT;ENABLE_TINSEL;ENABLE_TOUCHE;ENABLE_TUCKER"
ExceptionHandling="0"
RuntimeTypeInfo="false"
WarningLevel="4"
- WarnAsError="true"
+ WarnAsError="false"
CompileAs="0"
- />
+ />
<Tool
Name="VCLibrarianTool"
IgnoreDefaultLibraryNames=""
@@ -27,4 +27,9 @@
SubSystem="1"
EntryPointSymbol="WinMainCRTStartup"
/>
+ <Tool
+ Name="VCResourceCompilerTool"
+ PreprocessorDefinitions="HAS_INCLUDE_SET"
+ AdditionalIncludeDirectories="..\.."
+ />
</VisualStudioPropertySheet>