Mesa (master): Turn off 64-bit portability problems detection.

Karl Schultz kschultz at kemper.freedesktop.org
Thu Feb 11 22:55:54 UTC 2010


Module: Mesa
Branch: master
Commit: 2d1088cc17ef3920225aceefb6dc9cf2a61e4dec
URL:    http://cgit.freedesktop.org/mesa/mesa/commit/?id=2d1088cc17ef3920225aceefb6dc9cf2a61e4dec

Author: Karl Schultz <karl.w.schultz at gmail.com>
Date:   Thu Feb 11 15:52:22 2010 -0700

Turn off 64-bit portability problems detection.

---

 .../glsl_apps_compile/glsl_apps_compile.vcproj     |    4 ++--
 1 files changed, 2 insertions(+), 2 deletions(-)

diff --git a/windows/VC8/mesa/glsl_apps_compile/glsl_apps_compile.vcproj b/windows/VC8/mesa/glsl_apps_compile/glsl_apps_compile.vcproj
index 84e3464..8995c03 100644
--- a/windows/VC8/mesa/glsl_apps_compile/glsl_apps_compile.vcproj
+++ b/windows/VC8/mesa/glsl_apps_compile/glsl_apps_compile.vcproj
@@ -46,7 +46,7 @@
 				RuntimeLibrary="3"
 				UsePrecompiledHeader="0"
 				WarningLevel="3"
-				Detect64BitPortabilityProblems="true"
+				Detect64BitPortabilityProblems="false"
 				DebugInformationFormat="4"
 			/>
 			<Tool
@@ -121,7 +121,7 @@
 				RuntimeLibrary="2"
 				UsePrecompiledHeader="0"
 				WarningLevel="3"
-				Detect64BitPortabilityProblems="true"
+				Detect64BitPortabilityProblems="false"
 				DebugInformationFormat="3"
 			/>
 			<Tool




More information about the mesa-commit mailing list