diff options
Diffstat (limited to 'dists/msvc9/ScummVM_Debug.vsprops')
-rw-r--r-- | dists/msvc9/ScummVM_Debug.vsprops | 25 |
1 files changed, 25 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> |