[tasque] [xbuild] Correct po dirs



commit 756028026c2d537c36cfc5bf7e83fe7009e0cccc
Author: Antonius Riha <antoniusriha gmail com>
Date:   Wed Oct 3 12:15:50 2012 +0200

    [xbuild] Correct po dirs

 build/X.Common.targets |    4 +++-
 1 files changed, 3 insertions(+), 1 deletions(-)
---
diff --git a/build/X.Common.targets b/build/X.Common.targets
index 757bc2c..34b16f1 100644
--- a/build/X.Common.targets
+++ b/build/X.Common.targets
@@ -51,8 +51,10 @@
     <AbsBuildDir>$(MSBuildProjectDirectory)</AbsBuildDir>
     <BuildDir>.</BuildDir>
     
-    <PoSrcDir Condition=" '$(PoSrcDir)' == '' ">$(AbsTopSrcDir)\po</PoSrcDir>
+    <!-- po dirs: Assume it's <top_level>/po -->
     <PoBuildDir Condition=" '$(PoBuildDir)' == '' ">$(TopBuildDir)\po</PoBuildDir>
+    <PoSrcDir Condition=" '$(PoSrcDir)' == '' ">$(TopSrcDir)\po</PoSrcDir>
+    
     <LibDir Condition=" '$(LibDir)' == '' ">$(Prefix)\lib</LibDir>
     <BinDir Condition=" '$(BinDir)' == '' ">$(Prefix)\bin</BinDir>
     <PkgLibDir Condition=" '$(PkgLibDir)' == '' ">$(LibDir)\$(PackageName)</PkgLibDir>



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