You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@subversion.apache.org by rd...@apache.org on 2010/02/18 23:21:43 UTC

svn commit: r911617 - in /subversion/trunk/build: generator/svn_config.vcproj.ezt win32/

Author: rdonch
Date: Thu Feb 18 22:21:43 2010
New Revision: 911617

URL: http://svn.apache.org/viewvc?rev=911617&view=rev
Log:
Move the build log for the __CONFIG__ VS 200x project into the top-level
Debug/Release directories, so that it's automatically svn:ignored.

* build/generator/svn_config.vcproj.ezt: Change IntermediateDirectory (whose
   sole inhabitant is the build log).

* build/win32/ (svn:ignore): Remove BuildLog.htm, which no longer exists.


Modified:
    subversion/trunk/build/generator/svn_config.vcproj.ezt
    subversion/trunk/build/win32/   (props changed)

Modified: subversion/trunk/build/generator/svn_config.vcproj.ezt
URL: http://svn.apache.org/viewvc/subversion/trunk/build/generator/svn_config.vcproj.ezt?rev=911617&r1=911616&r2=911617&view=diff
==============================================================================
--- subversion/trunk/build/generator/svn_config.vcproj.ezt (original)
+++ subversion/trunk/build/generator/svn_config.vcproj.ezt Thu Feb 18 22:21:43 2010
@@ -33,7 +33,7 @@
 			Name="[configs]|[platforms]"
 			OutputDirectory="."
 			BuildLogFile="$(IntDir)\BuildLog_$(ProjectName).htm"
-			IntermediateDirectory="."
+			IntermediateDirectory="..\..\$(ConfigurationName)"
 			ConfigurationType="10"
 			UseOfMFC="0"
 			DeleteExtensionsOnClean="*.obj;*.ilk;*.pdb;*.tlb;*.tli;*.tlh;*.tmp;*.rsp;$(TargetPath)"

Propchange: subversion/trunk/build/win32/
------------------------------------------------------------------------------
--- svn:ignore (original)
+++ svn:ignore Thu Feb 18 22:21:43 2010
@@ -9,4 +9,3 @@
 *.vcxproj
 vcnet-vcproj
 *.user
-BuildLog.htm