You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@subversion.apache.org by rh...@apache.org on 2010/03/07 15:05:24 UTC

svn commit: r919998 - /subversion/trunk/build/generator/templates/vcnet_vcproj.ezt

Author: rhuijben
Date: Sun Mar  7 14:05:24 2010
New Revision: 919998

URL: http://svn.apache.org/viewvc?rev=919998&view=rev
Log:
* build/generator/templates/vcnet_vcproj.ezt
  Enable stack and variable initialization validation in debug builds
  for VS 2005 and 2008.

Modified:
    subversion/trunk/build/generator/templates/vcnet_vcproj.ezt

Modified: subversion/trunk/build/generator/templates/vcnet_vcproj.ezt
URL: http://svn.apache.org/viewvc/subversion/trunk/build/generator/templates/vcnet_vcproj.ezt?rev=919998&r1=919997&r2=919998&view=diff
==============================================================================
--- subversion/trunk/build/generator/templates/vcnet_vcproj.ezt (original)
+++ subversion/trunk/build/generator/templates/vcnet_vcproj.ezt Sun Mar  7 14:05:24 2010
@@ -49,6 +49,7 @@
 				PreprocessorDefinitions="[if-any instrument_apr_pools]APR_POOL_DEBUG=[instrument_apr_pools];[end][for configs.defines][configs.defines][if-index configs.defines last][else];[end][end];_CRT_SECURE_NO_WARNINGS"
 [is configs.name "Debug"]				MinimalRebuild="TRUE"
 				RuntimeLibrary="3"
+				BasicRuntimeChecks="3"
 				BufferSecurityCheck="TRUE"
 				EnableFunctionLevelLinking="TRUE"
 [else]				StringPooling="TRUE"