diff options
author | Karl Schultz <karl.w.schultz@gmail.com> | 2010-02-11 15:52:22 -0700 |
---|---|---|
committer | Karl Schultz <karl.w.schultz@gmail.com> | 2010-02-11 15:55:04 -0700 |
commit | 2d1088cc17ef3920225aceefb6dc9cf2a61e4dec (patch) | |
tree | 4c3c6af80e709454d6aceef9ab29214b2a3aba72 /windows | |
parent | c7ab5994ee86dc689c79df76051cf82c8b266e4d (diff) |
Turn off 64-bit portability problems detection.
Diffstat (limited to 'windows')
-rw-r--r-- | windows/VC8/mesa/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 84e3464834a8..8995c03886b9 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
|