aboutsummaryrefslogtreecommitdiff
path: root/dists/msvc9
diff options
context:
space:
mode:
authorFilippos Karapetis2009-08-25 23:39:21 +0000
committerFilippos Karapetis2009-08-25 23:39:21 +0000
commit9707721184be645b8467bcc17c33b24b6e7f069d (patch)
tree6ad065bc8e38ae2ce2ffb30c3b2d388ef4eb8942 /dists/msvc9
parentc212b5ad1d74abc0336edfd45db59dd2fe3f778f (diff)
downloadscummvm-rg350-9707721184be645b8467bcc17c33b24b6e7f069d.tar.gz
scummvm-rg350-9707721184be645b8467bcc17c33b24b6e7f069d.tar.bz2
scummvm-rg350-9707721184be645b8467bcc17c33b24b6e7f069d.zip
Updated the MSVC project files of the SCI engine for the latest file changes, and enabled SCI32 by default in the trunk
svn-id: r43748
Diffstat (limited to 'dists/msvc9')
-rw-r--r--dists/msvc9/ScummVM_Global.vsprops2
-rw-r--r--dists/msvc9/sci.vcproj3
2 files changed, 2 insertions, 3 deletions
diff --git a/dists/msvc9/ScummVM_Global.vsprops b/dists/msvc9/ScummVM_Global.vsprops
index 1fafddbb46..6739aa1924 100644
--- a/dists/msvc9/ScummVM_Global.vsprops
+++ b/dists/msvc9/ScummVM_Global.vsprops
@@ -10,7 +10,7 @@
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_IGOR;ENABLE_KYRA;ENABLE_LOL;ENABLE_LURE;ENABLE_M4;ENABLE_MADE;ENABLE_PARALLACTION;ENABLE_QUEEN;ENABLE_SAGA;ENABLE_IHNM;ENABLE_SAGA2;ENABLE_SCI;ENABLE_SCUMM;ENABLE_SKY;ENABLE_SWORD1;ENABLE_SWORD2;ENABLE_TOUCHE;ENABLE_SCUMM_7_8;ENABLE_HE;ENABLE_TINSEL;ENABLE_TUCKER;ENABLE_GROOVIE"
+ 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_IGOR;ENABLE_KYRA;ENABLE_LOL;ENABLE_LURE;ENABLE_M4;ENABLE_MADE;ENABLE_MOHAWK;ENABLE_PARALLACTION;ENABLE_QUEEN;ENABLE_SAGA;ENABLE_IHNM;ENABLE_SAGA2;ENABLE_SCI;ENABLE_SCI32;ENABLE_SCUMM;ENABLE_SKY;ENABLE_SWORD1;ENABLE_SWORD2;ENABLE_TOUCHE;ENABLE_SCUMM_7_8;ENABLE_HE;ENABLE_TINSEL;ENABLE_TUCKER;ENABLE_GROOVIE"
ExceptionHandling="0"
RuntimeTypeInfo="false"
WarningLevel="4"
diff --git a/dists/msvc9/sci.vcproj b/dists/msvc9/sci.vcproj
index bbc0b571ee..136ebfbb0b 100644
--- a/dists/msvc9/sci.vcproj
+++ b/dists/msvc9/sci.vcproj
@@ -25,6 +25,7 @@
<File RelativePath="..\..\engines\sci\engine\intmap.h" />
<File RelativePath="..\..\engines\sci\engine\kernel.cpp" />
<File RelativePath="..\..\engines\sci\engine\kernel.h" />
+ <File RelativePath="..\..\engines\sci\engine\kernel32.cpp" />
<File RelativePath="..\..\engines\sci\engine\kernel_types.h" />
<File RelativePath="..\..\engines\sci\engine\kevent.cpp" />
<File RelativePath="..\..\engines\sci\engine\kfile.cpp" />
@@ -130,8 +131,6 @@
<File RelativePath="..\..\engines\sci\decompressor.h" />
<File RelativePath="..\..\engines\sci\detection.cpp" />
<File RelativePath="..\..\engines\sci\detection_tables.h" />
- <File RelativePath="..\..\engines\sci\exereader.cpp" />
- <File RelativePath="..\..\engines\sci\exereader.h" />
<File RelativePath="..\..\engines\sci\resource.cpp" />
<File RelativePath="..\..\engines\sci\resource.h" />
<File RelativePath="..\..\engines\sci\sci.cpp" />