[tasque] [xbuild] Remove SrcDir property



commit 7e8ab0f2c92a6d93b4941c93071a1aee30281fb1
Author: Antonius Riha <antoniusriha gmail com>
Date:   Wed Oct 3 12:15:26 2012 +0200

    [xbuild] Remove SrcDir property

 build/X.Common.targets |    1 -
 1 files changed, 0 insertions(+), 1 deletions(-)
---
diff --git a/build/X.Common.targets b/build/X.Common.targets
index fc4da4c..757bc2c 100644
--- a/build/X.Common.targets
+++ b/build/X.Common.targets
@@ -41,7 +41,6 @@
     <!-- Global dirs -->
     <OutputPath>.</OutputPath>
     <Prefix Condition=" '$(Prefix)' == '' ">$(MSBuildProjectDirectory)\$(RelPrefix)</Prefix>
-    <SrcDir Condition=" '$(SrcDir)' == '' ">.</SrcDir>
     
     <!-- Assume AbsTopBuildDir is the dir, where the sln resides -->
     <AbsTopBuildDir Condition=" '$(AbsTopBuildDir)' == '' ">$(SolutionDir)</AbsTopBuildDir>



[Date Prev][Date Next]   [Thread Prev][Thread Next]   [Thread Index] [Date Index] [Author Index]