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 2014/05/17 09:51:24 UTC

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

Author: rhuijben
Date: Sat May 17 07:51:23 2014
New Revision: 1595431

URL: http://svn.apache.org/r1595431
Log:
* templates/vcnet_vcproj.ezt
  (IntermediateDirectory): Use an intermediate directory per target instead of
    per output directory (just like the newer .vcxproj template) to avoid
    problems when building in parallel and/or when building multiple tests to
    a single directory.

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=1595431&r1=1595430&r2=1595431&view=diff
==============================================================================
--- subversion/trunk/build/generator/templates/vcnet_vcproj.ezt (original)
+++ subversion/trunk/build/generator/templates/vcnet_vcproj.ezt Sat May 17 07:51:23 2014
@@ -32,7 +32,7 @@
 			Name="[configs.name]|[platforms]"
 			OutputDirectory="..\..\..\[configs.name]\[target.output_dir]"
 			BuildLogFile="$(IntDir)\BuildLog_$(ProjectName).htm"
-			IntermediateDirectory="..\..\..\[configs.name]\[target.intermediate_dir]"
+			IntermediateDirectory="..\..\..\[configs.name]\[target.intermediate_dir]\[target.proj_name]"
 			ConfigurationType="[target_type]"[is configs.name "Release"]
 			WholeProgramOptimization="FALSE"[end]>
 			<Tool