/subversion/trunk/build/generator/templates/svn_config.vcproj.ezt
MIME-Version: 1.0
Content-Type: text/plain; charset="utf-8"
Content-Transfer-Encoding: 7bit
vcnet_vcproj.ezt uses configs.name, but the result is probably the
same. I assume this fixes this problem.
The vcproj format had some ugly ordering restrictions where variables
were just empty before some evaluation state. The new MSBuild based
format allows much more freedom as property evaluation is just in file
order.
Bert Huijben (Cell phone)
From: brane_at_apache.org
Sent: 12-8-2012 10:09
To: commits_at_subversion.apache.org
Subject: svn commit: r1372056
- /subversion/trunk/build/generator/templates/svn_config.vcproj.ezt
Author: brane
Date: Sun Aug 12 08:08:28 2012
New Revision: 1372056
URL: http://svn.apache.org/viewvc?rev=1372056&view=rev
Log:
Maybe fix fallout from r1371633.
* build/generator/templates/svn_config_vcproj.ezt: Use [configs] instead of
$(ConfigurationName) when defining IntDir; the latter probably contains
the platform name, too.
Modified:
subversion/trunk/build/generator/templates/svn_config.vcproj.ezt
Modified: subversion/trunk/build/generator/templates/svn_config.vcproj.ezt
URL: http://svn.apache.org/viewvc/subversion/trunk/build/generator/templates/svn_config.vcproj.ezt?rev=1372056&r1=1372055&r2=1372056&view=diff
==============================================================================
--- subversion/trunk/build/generator/templates/svn_config.vcproj.ezt (original)
+++ subversion/trunk/build/generator/templates/svn_config.vcproj.ezt
Sun Aug 12 08:08:28 2012
@@ -33,7 +33,7 @@
Name="[configs]|[platforms]"
OutputDirectory="."
BuildLogFile="$(IntDir)\BuildLog_$(ProjectName).htm"
- IntermediateDirectory="..\..\..\$(ConfigurationName)"
+ IntermediateDirectory="..\..\..\[configs]"
ConfigurationType="10"
UseOfMFC="0"
DeleteExtensionsOnClean="*.obj;*.ilk;*.pdb;*.tlb;*.tli;*.tlh;*.tmp;*.rsp;$(TargetPath)"
Received on 2012-08-12 14:40:34 CEST