[tasque/transition: 141/213] Introduced LibDir which allows bundling of ObsTrnsfCol with tasque easily
- From: Antonius Riha <antoniusri src gnome org>
- To: commits-list gnome org
- Cc:
- Subject: [tasque/transition: 141/213] Introduced LibDir which allows bundling of ObsTrnsfCol with tasque easily
- Date: Wed, 29 Aug 2012 18:45:52 +0000 (UTC)
commit 8750db2f1e12b34d10dee392efeb6df2e4bc1e43
Author: Antonius Riha <antoniusriha gmail com>
Date: Sat Aug 18 15:48:00 2012 +0200
Introduced LibDir which allows bundling of ObsTrnsfCol with tasque easily
.gitignore | 1 +
build/Solution.properties.in | 7 +++++++
build/build.csproj | 1 +
src/ObservableTransformCollections | 2 +-
4 files changed, 10 insertions(+), 1 deletions(-)
---
diff --git a/.gitignore b/.gitignore
index 93610e2..7192777 100644
--- a/.gitignore
+++ b/.gitignore
@@ -33,6 +33,7 @@ bin/
*.mdb
*.mo
/build/GlobalDefines.cs
+/build/Solution.properties
# include binary dependencies
!/src/tasque/lib/*
diff --git a/build/Solution.properties.in b/build/Solution.properties.in
new file mode 100644
index 0000000..9745065
--- /dev/null
+++ b/build/Solution.properties.in
@@ -0,0 +1,7 @@
+<?xml version="1.0" encoding="utf-8"?>
+<Project DefaultTargets="Build" ToolsVersion="4.0" xmlns="http://schemas.microsoft.com/developer/msbuild/2003">
+ <PropertyGroup>
+ <Prefix>@prefix@</Prefix>
+ <LibDir>$(Prefix)\lib\tasque</LibDir>
+ </PropertyGroup>
+</Project>
diff --git a/build/build.csproj b/build/build.csproj
index 450124b..2adbd91 100644
--- a/build/build.csproj
+++ b/build/build.csproj
@@ -13,6 +13,7 @@
<RootNamespace>Tasque.Build</RootNamespace>
<Website>https://live.gnome.org/Tasque</Website>
<Prefix Condition=" '$(Prefix)' == '' ">$(MSBuildProjectDirectory)\out</Prefix>
+ <LibDir>$(Prefix)\lib\tasque</LibDir>
</PropertyGroup>
<PropertyGroup Condition=" '$(Configuration)|$(Platform)' == 'Debug|AnyCPU' ">
<DebugType>full</DebugType>
diff --git a/src/ObservableTransformCollections b/src/ObservableTransformCollections
index cb23a1a..ff1f91f 160000
--- a/src/ObservableTransformCollections
+++ b/src/ObservableTransformCollections
@@ -1 +1 @@
-Subproject commit cb23a1a1bc48c6cc7039c83dc3ca301ff73eb5e5
+Subproject commit ff1f91fff4e878f2a0fe7fdd836d60c7fed03e54
[
Date Prev][
Date Next] [
Thread Prev][
Thread Next]
[
Thread Index]
[
Date Index]
[
Author Index]