diff options
author | Filippos Karapetis | 2008-09-08 11:57:49 +0000 |
---|---|---|
committer | Filippos Karapetis | 2008-09-08 11:57:49 +0000 |
commit | ce5b63da9bb44932f2e2186aee7619bad07e7a3e (patch) | |
tree | 968cb06c5a952df4a8e43738b7e76cc3b00643c1 /dists/msvc71 | |
parent | f518bcce3e80ff0a01c62905c5db2328f4f64a2d (diff) | |
download | scummvm-rg350-ce5b63da9bb44932f2e2186aee7619bad07e7a3e.tar.gz scummvm-rg350-ce5b63da9bb44932f2e2186aee7619bad07e7a3e.tar.bz2 scummvm-rg350-ce5b63da9bb44932f2e2186aee7619bad07e7a3e.zip |
Changed WarnAsError to be true across all engines, in both debug and release builds
svn-id: r34446
Diffstat (limited to 'dists/msvc71')
-rw-r--r-- | dists/msvc71/saga.vcproj | 2 | ||||
-rw-r--r-- | dists/msvc71/scummvm.vcproj | 4 |
2 files changed, 5 insertions, 1 deletions
diff --git a/dists/msvc71/saga.vcproj b/dists/msvc71/saga.vcproj index 9f01a66a32..21df47b240 100644 --- a/dists/msvc71/saga.vcproj +++ b/dists/msvc71/saga.vcproj @@ -1,4 +1,4 @@ -<?xml version="1.0" encoding="Windows-1252"?> +<?xml version="1.0" encoding="windows-1252"?> <VisualStudioProject ProjectType="Visual C++" Version="7.10" diff --git a/dists/msvc71/scummvm.vcproj b/dists/msvc71/scummvm.vcproj index 74778b378a..a7ba3fd225 100644 --- a/dists/msvc71/scummvm.vcproj +++ b/dists/msvc71/scummvm.vcproj @@ -50,6 +50,8 @@ <Tool Name="VCMIDLTool"/> <Tool + Name="VCWebDeploymentTool"/> + <Tool Name="VCPostBuildEventTool"/> <Tool Name="VCPreBuildEventTool"/> @@ -113,6 +115,8 @@ <Tool Name="VCMIDLTool"/> <Tool + Name="VCWebDeploymentTool"/> + <Tool Name="VCPostBuildEventTool"/> <Tool Name="VCPreBuildEventTool"/> |