aboutsummaryrefslogtreecommitdiff
path: root/dists/msvc9/ScummVM_Debug.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/msvc9/ScummVM_Debug.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/msvc9/ScummVM_Debug.vsprops')
-rw-r--r--dists/msvc9/ScummVM_Debug.vsprops25
1 files changed, 0 insertions, 25 deletions
diff --git a/dists/msvc9/ScummVM_Debug.vsprops b/dists/msvc9/ScummVM_Debug.vsprops
deleted file mode 100644
index 910096cab6..0000000000
--- a/dists/msvc9/ScummVM_Debug.vsprops
+++ /dev/null
@@ -1,25 +0,0 @@
-<?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>