Module: Mesa Branch: master Commit: 2d1088cc17ef3920225aceefb6dc9cf2a61e4dec URL: http://cgit.freedesktop.org/mesa/mesa/commit/?id=2d1088cc17ef3920225aceefb6dc9cf2a61e4dec
Author: Karl Schultz <[email protected]> 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 _______________________________________________ mesa-commit mailing list [email protected] http://lists.freedesktop.org/mailman/listinfo/mesa-commit
