[tasque/xbuild] [xbuild] Copy resources on build to /build/bin/share



commit bb5fab7a71924309ec18c6b348d9159c5992b605
Author: Antonius Riha <antoniusriha gmail com>
Date:   Mon Nov 19 17:10:29 2012 +0100

    [xbuild] Copy resources on build to /build/bin/share

 data/data.mdproj |    6 ++++++
 1 files changed, 6 insertions(+), 0 deletions(-)
---
diff --git a/data/data.mdproj b/data/data.mdproj
index e3e53c8..732ec34 100644
--- a/data/data.mdproj
+++ b/data/data.mdproj
@@ -13,6 +13,12 @@
     <TopBuildDir>..</TopBuildDir>
   </PropertyGroup>
   <PropertyGroup Condition=" '$(Configuration)|$(Platform)' == 'Linux|AnyCPU' ">
+    <CustomCommands>
+      <CustomCommands>
+		<Command type="Build" command="xbuild ${ProjectFile}" workingdir="${ProjectDir}" />
+        <Command type="AfterBuild" command="xbuild /property:alttarget=install ${ProjectFile}" workingdir="${ProjectDir}" />
+      </CustomCommands>
+    </CustomCommands>
   </PropertyGroup>
   <PropertyGroup Condition=" '$(Configuration)|$(Platform)' == 'Windows|AnyCPU' ">
   </PropertyGroup>



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