diff options
author | Norbert Lange | 2009-07-20 17:46:19 +0000 |
---|---|---|
committer | Norbert Lange | 2009-07-20 17:46:19 +0000 |
commit | 83c0d0fc51704bc8638fd61b8fababca2c93cef4 (patch) | |
tree | c935982a477351a09cc73ccd22f6b0b1579cbad4 | |
parent | 4ae0b0528be2f054ada2c3641d419d2e64a01343 (diff) | |
download | scummvm-rg350-83c0d0fc51704bc8638fd61b8fababca2c93cef4.tar.gz scummvm-rg350-83c0d0fc51704bc8638fd61b8fababca2c93cef4.tar.bz2 scummvm-rg350-83c0d0fc51704bc8638fd61b8fababca2c93cef4.zip |
missed some files when merging
svn-id: r42630
-rw-r--r-- | dists/msvc9/ScummVM_Debug.vsprops | 25 | ||||
-rw-r--r-- | dists/msvc9/ScummVM_Global.vsprops | 30 | ||||
-rw-r--r-- | dists/msvc9/ScummVM_Release.vsprops | 24 |
3 files changed, 79 insertions, 0 deletions
diff --git a/dists/msvc9/ScummVM_Debug.vsprops b/dists/msvc9/ScummVM_Debug.vsprops new file mode 100644 index 0000000000..910096cab6 --- /dev/null +++ b/dists/msvc9/ScummVM_Debug.vsprops @@ -0,0 +1,25 @@ +<?xml version="1.0" encoding="Windows-1252"?> +<VisualStudioPropertySheet + ProjectType="Visual C++" + Version="8.00" + Name="ScummVM_Debug32" + InheritedPropertySheets=".\ScummVM_Global.vsprops" + > + <Tool + Name="VCCLCompilerTool" + Optimization="0" + PreprocessorDefinitions="WIN32" + MinimalRebuild="true" + BasicRuntimeChecks="3" + RuntimeLibrary="1" + EnableFunctionLevelLinking="true" + WarnAsError="false" + DebugInformationFormat="4" + /> + <Tool + Name="VCLinkerTool" + LinkIncremental="2" + GenerateDebugInformation="true" + IgnoreDefaultLibraryNames="libcmt.lib" + /> +</VisualStudioPropertySheet> diff --git a/dists/msvc9/ScummVM_Global.vsprops b/dists/msvc9/ScummVM_Global.vsprops new file mode 100644 index 0000000000..cb86477c21 --- /dev/null +++ b/dists/msvc9/ScummVM_Global.vsprops @@ -0,0 +1,30 @@ +<?xml version="1.0" encoding="Windows-1252"?> +<VisualStudioPropertySheet + ProjectType="Visual C++" + Version="8.00" + Name="ScummVM_Global" + OutputDirectory="$(ConfigurationName)" + IntermediateDirectory="$(ConfigurationName)/$(ProjectName)" + > + <Tool + Name="VCCLCompilerTool" + AdditionalIncludeDirectories="../..;../../engines" + PreprocessorDefinitions="USE_NASM;USE_ZLIB;ENABLE_KYRA;ENABLE_LOL;ENABLE_SCUMM;ENABLE_SCUMM_7_8;ENABLE_HE" + ExceptionHandling="0" + RuntimeTypeInfo="false" + WarningLevel="4" + WarnAsError="true" + CompileAs="0" + DisableSpecificWarnings="4068;4100;4103;4121;4127;4189;4201;4221;4244;4250;4310;4351;4355;4510;4511;4512;4610;4701;4702;4706;4800;4996" + /> + <Tool + Name="VCLibrarianTool" + IgnoreDefaultLibraryNames="" + /> + <Tool + Name="VCLinkerTool" + IgnoreDefaultLibraryNames="" + SubSystem="1" + EntryPointSymbol="WinMainCRTStartup" + /> +</VisualStudioPropertySheet> diff --git a/dists/msvc9/ScummVM_Release.vsprops b/dists/msvc9/ScummVM_Release.vsprops new file mode 100644 index 0000000000..837be3b94c --- /dev/null +++ b/dists/msvc9/ScummVM_Release.vsprops @@ -0,0 +1,24 @@ +<?xml version="1.0" encoding="Windows-1252"?> +<VisualStudioPropertySheet + ProjectType="Visual C++" + Version="8.00" + Name="ScummVM_Release32" + InheritedPropertySheets=".\ScummVM_Global.vsprops" + > + <Tool + Name="VCCLCompilerTool" + Optimization="1" + EnableIntrinsicFunctions="true" + WholeProgramOptimization="true" + PreprocessorDefinitions="WIN32" + StringPooling="true" + BufferSecurityCheck="false" + DebugInformationFormat="0" + /> + <Tool + Name="VCLinkerTool" + LinkIncremental="1" + IgnoreDefaultLibraryNames="" + SetChecksum="true" + /> +</VisualStudioPropertySheet> |