aboutsummaryrefslogtreecommitdiff
path: root/mesalib/windows/VC8/mesa/swrast_dri
diff options
context:
space:
mode:
authormarha <marha@users.sourceforge.net>2010-12-26 20:27:41 +0000
committermarha <marha@users.sourceforge.net>2010-12-26 20:27:41 +0000
commitcc5b4c212b7c88026e8ebc5f3d82473149a040c5 (patch)
treef85026d3ccbc32d3919dcb9f19a98b08f44897d1 /mesalib/windows/VC8/mesa/swrast_dri
parented68168a717efb0fb561039dcf6e9037f1478b82 (diff)
downloadvcxsrv-cc5b4c212b7c88026e8ebc5f3d82473149a040c5.tar.gz
vcxsrv-cc5b4c212b7c88026e8ebc5f3d82473149a040c5.tar.bz2
vcxsrv-cc5b4c212b7c88026e8ebc5f3d82473149a040c5.zip
Define DEBUG in debug build
Diffstat (limited to 'mesalib/windows/VC8/mesa/swrast_dri')
-rw-r--r--mesalib/windows/VC8/mesa/swrast_dri/swrast_dri.vcxproj2
1 files changed, 1 insertions, 1 deletions
diff --git a/mesalib/windows/VC8/mesa/swrast_dri/swrast_dri.vcxproj b/mesalib/windows/VC8/mesa/swrast_dri/swrast_dri.vcxproj
index 44074c1a3..40a1fd780 100644
--- a/mesalib/windows/VC8/mesa/swrast_dri/swrast_dri.vcxproj
+++ b/mesalib/windows/VC8/mesa/swrast_dri/swrast_dri.vcxproj
@@ -57,7 +57,7 @@
<ClCompile>
<Optimization>Disabled</Optimization>
<AdditionalIncludeDirectories>../../../../include;../../../../src/mesa;../../../../src/talloc;../../../../src/glsl;../../../../src/mapi;../../../../src/mesa/main;../../../../src/mesa/shader;../../../../src/mesa/shader/slang;../../../../../include;../../../../src/mesa/drivers/dri/common;%(AdditionalIncludeDirectories)</AdditionalIncludeDirectories>
- <PreprocessorDefinitions>_DEBUG;WIN32;_DLL;SWRAST_DRI_EXPORTS;_GDI32_;BUILD_GL32;WIN32_THREADS;MESA_MINWARN;_CRT_SECURE_NO_DEPRECATE;INSERVER;%(PreprocessorDefinitions)</PreprocessorDefinitions>
+ <PreprocessorDefinitions>_DEBUG;DEBUG;WIN32;_DLL;SWRAST_DRI_EXPORTS;_GDI32_;BUILD_GL32;WIN32_THREADS;MESA_MINWARN;_CRT_SECURE_NO_DEPRECATE;INSERVER;%(PreprocessorDefinitions)</PreprocessorDefinitions>
<BasicRuntimeChecks>EnableFastChecks</BasicRuntimeChecks>
<RuntimeLibrary>MultiThreadedDebugDLL</RuntimeLibrary>
<BrowseInformation>true</BrowseInformation>