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 2013/07/21 18:04:54 UTC

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

Author: rhuijben
Date: Sun Jul 21 16:04:53 2013
New Revision: 1505408

URL: http://svn.apache.org/r1505408
Log:
* build/generator/templates/vcnet_vcproj.ezt
  Following up on r1505407, revert accidental breakage.

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=1505408&r1=1505407&r2=1505408&view=diff
==============================================================================
--- subversion/trunk/build/generator/templates/vcnet_vcproj.ezt (original)
+++ subversion/trunk/build/generator/templates/vcnet_vcproj.ezt Sun Jul 21 16:04:53 2013
@@ -64,7 +64,7 @@
 				ProgramDataBaseFileName="$(IntDir)\[target.output_pdb]"
 				[if-any configs.forced_include_files]ForcedIncludeFiles="[for configs.forced_include_files][configs.forced_include_files][if-index configs.forced_include_files last][else];[end][end]"
 				[end]CompileAsManaged="0"
-				CompileAs="0"[if-any configs.forced_include_file]qq"[if-any is_exe][is configs.name "Release"]
+				CompileAs="0"[if-any is_exe][is configs.name "Release"]
 				OptimizeForWindowsApplication="TRUE"[end][end]/>
 			<Tool
 				Name="VCCustomBuildTool"/>