aboutsummaryrefslogtreecommitdiff
path: root/dists/msvc8/ScummVM_Global64.vsprops
diff options
context:
space:
mode:
authorFilippos Karapetis2009-11-03 22:56:22 +0000
committerFilippos Karapetis2009-11-03 22:56:22 +0000
commit400f31ff9804d1416e046d8f9fd4f321f5b6282f (patch)
tree4ab9c3970998267cb75efc8a3a671d5ca34ba665 /dists/msvc8/ScummVM_Global64.vsprops
parent930910fe5c1f94093f74ca085f2fe7dd7e4f0b11 (diff)
downloadscummvm-rg350-400f31ff9804d1416e046d8f9fd4f321f5b6282f.tar.gz
scummvm-rg350-400f31ff9804d1416e046d8f9fd4f321f5b6282f.tar.bz2
scummvm-rg350-400f31ff9804d1416e046d8f9fd4f321f5b6282f.zip
Deleted all the MSVC project files, since they can be built quickly and reliably from the gcc files using the create_msvc tool. Added some brief instructions on how to use the tool.
svn-id: r45645
Diffstat (limited to 'dists/msvc8/ScummVM_Global64.vsprops')
-rw-r--r--dists/msvc8/ScummVM_Global64.vsprops35
1 files changed, 0 insertions, 35 deletions
diff --git a/dists/msvc8/ScummVM_Global64.vsprops b/dists/msvc8/ScummVM_Global64.vsprops
deleted file mode 100644
index 81fde05415..0000000000
--- a/dists/msvc8/ScummVM_Global64.vsprops
+++ /dev/null
@@ -1,35 +0,0 @@
-<?xml version="1.0" encoding="Windows-1252"?>
-<VisualStudioPropertySheet
- ProjectType="Visual C++"
- Version="8.00"
- Name="ScummVM_Global"
- OutputDirectory="$(ConfigurationName)64"
- IntermediateDirectory="$(ConfigurationName)64/$(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_ZLIB;USE_MAD;USE_VORBIS;USE_RGB_COLOR;USE_MT32EMU;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="false"
- CompileAs="0"
- />
- <Tool
- Name="VCLibrarianTool"
- IgnoreDefaultLibraryNames=""
- />
- <Tool
- Name="VCLinkerTool"
- IgnoreDefaultLibraryNames=""
- SubSystem="1"
- EntryPointSymbol="WinMainCRTStartup"
- />
- <Tool
- Name="VCResourceCompilerTool"
- PreprocessorDefinitions="HAS_INCLUDE_SET"
- AdditionalIncludeDirectories="..\.."
- />
-</VisualStudioPropertySheet>