From 521f1f2e05ee57217e11a3a2d652acbc230721e9 Mon Sep 17 00:00:00 2001 From: ankit Date: Wed, 25 Nov 2009 12:28:10 +0000 Subject: [PATCH] * xbuild/Microsoft.Common.targets: Emit list of files written during the build to the obj/$(Config) rather than obj/, to keep them per config. Bug reported by : Greg F git-svn-id: svn+ssh://mono-cvs.ximian.com/source/trunk/mcs@146895 e3ebcda4-bce8-0310-ba0a-eca2169e7518 --- tools/xbuild/ChangeLog | 6 ++++++ tools/xbuild/xbuild/Microsoft.Common.targets | 4 ++-- 2 files changed, 8 insertions(+), 2 deletions(-) diff --git a/tools/xbuild/ChangeLog b/tools/xbuild/ChangeLog index 9d4e45685c..a54c7a2a71 100644 --- a/tools/xbuild/ChangeLog +++ b/tools/xbuild/ChangeLog @@ -1,3 +1,9 @@ +2009-11-25 Ankit Jain + + * xbuild/Microsoft.Common.targets: Emit list of files written + during the build to the obj/$(Config) rather than obj/, to keep + them per config. Bug reported by : Greg F + 2009-11-10 Ankit Jain * xbuild/Microsoft.Common.targets(AL): diff --git a/tools/xbuild/xbuild/Microsoft.Common.targets b/tools/xbuild/xbuild/Microsoft.Common.targets index 9385200805..94c1315d41 100644 --- a/tools/xbuild/xbuild/Microsoft.Common.targets +++ b/tools/xbuild/xbuild/Microsoft.Common.targets @@ -609,7 +609,7 @@ @@ -637,7 +637,7 @@ - + -- 2.11.4.GIT