[hyena] [build] Assume submodules build in lib/Hyena/ subdir



commit eb230f483caac1849a07fc874b2c4a313fb48469
Author: Gabriel Burt <gabriel burt gmail com>
Date:   Thu Jun 17 15:24:22 2010 -0700

    [build] Assume submodules build in lib/Hyena/ subdir
    
    Adjust the OutputPath in the csproj files accordingly.

 README                                         |    4 ++--
 src/Hyena.Data.Sqlite/Hyena.Data.Sqlite.csproj |    2 +-
 src/Hyena.Gui/Hyena.Gui.csproj                 |    2 +-
 src/Hyena/Hyena.csproj                         |    2 +-
 src/Mono.Data.Sqlite/Mono.Data.Sqlite.csproj   |    2 +-
 5 files changed, 6 insertions(+), 6 deletions(-)
---
diff --git a/README b/README
index b79c07d..add68ec 100644
--- a/README
+++ b/README
@@ -30,7 +30,7 @@ There are three ways to use Hyena in your app:
    back to Hyena.  It also means developers don't have to install Hyena
    themselves from packages or git.
 
-     git submodule add git://git.gnome.org/hyena
+     git submodule add git://git.gnome.org/hyena lib/Hyena
      git submodule update --init
      git add .gitmodules
 
@@ -41,7 +41,7 @@ There are three ways to use Hyena in your app:
 
    You can also include the appropriate .csproj in your .sln.  Set them to
    build under the 'Submodule' configuration, and the binaries will get
-   outputted to ../bin from the Hyena checkout directory.
+   outputted to ../../bin from the Hyena checkout directory.
 
 3) Bundle the .dll files in your project
 
diff --git a/src/Hyena.Data.Sqlite/Hyena.Data.Sqlite.csproj b/src/Hyena.Data.Sqlite/Hyena.Data.Sqlite.csproj
index ca39e0a..d874c41 100644
--- a/src/Hyena.Data.Sqlite/Hyena.Data.Sqlite.csproj
+++ b/src/Hyena.Data.Sqlite/Hyena.Data.Sqlite.csproj
@@ -28,7 +28,7 @@
     <Optimize>true</Optimize>
   </PropertyGroup>
   <PropertyGroup Condition=" '$(Configuration)|$(Platform)' == 'Submodule|AnyCPU' ">
-    <OutputPath>..\..\..\bin\</OutputPath>
+    <OutputPath>..\..\..\..\bin\</OutputPath>
     <DefineConstants>NET_2_0</DefineConstants>
     <PlatformTarget>x86</PlatformTarget>
     <DebugSymbols>true</DebugSymbols>
diff --git a/src/Hyena.Gui/Hyena.Gui.csproj b/src/Hyena.Gui/Hyena.Gui.csproj
index c8d13bd..ae32c62 100644
--- a/src/Hyena.Gui/Hyena.Gui.csproj
+++ b/src/Hyena.Gui/Hyena.Gui.csproj
@@ -30,7 +30,7 @@
     <Optimize>true</Optimize>
   </PropertyGroup>
   <PropertyGroup Condition=" '$(Configuration)|$(Platform)' == 'Submodule|AnyCPU' ">
-    <OutputPath>..\..\..\bin\</OutputPath>
+    <OutputPath>..\..\..\..\bin\</OutputPath>
     <AllowUnsafeBlocks>true</AllowUnsafeBlocks>
     <DefineConstants>NET_2_0</DefineConstants>
     <PlatformTarget>x86</PlatformTarget>
diff --git a/src/Hyena/Hyena.csproj b/src/Hyena/Hyena.csproj
index 393f0f2..3fdb91f 100644
--- a/src/Hyena/Hyena.csproj
+++ b/src/Hyena/Hyena.csproj
@@ -28,7 +28,7 @@
   </PropertyGroup>
   <PropertyGroup Condition=" '$(Configuration)|$(Platform)' == 'Submodule|AnyCPU' ">
     <DefineConstants>NET_2_0</DefineConstants>
-    <OutputPath>..\..\..\bin\</OutputPath>
+    <OutputPath>..\..\..\..\bin\</OutputPath>
     <PlatformTarget>x86</PlatformTarget>
     <DebugSymbols>true</DebugSymbols>
     <DebugType>full</DebugType>
diff --git a/src/Mono.Data.Sqlite/Mono.Data.Sqlite.csproj b/src/Mono.Data.Sqlite/Mono.Data.Sqlite.csproj
index 05b3836..aff7f4c 100644
--- a/src/Mono.Data.Sqlite/Mono.Data.Sqlite.csproj
+++ b/src/Mono.Data.Sqlite/Mono.Data.Sqlite.csproj
@@ -27,7 +27,7 @@
     <Optimize>true</Optimize>
   </PropertyGroup>
   <PropertyGroup Condition=" '$(Configuration)|$(Platform)' == 'Submodule|AnyCPU' ">
-    <OutputPath>..\..\..\bin\</OutputPath>
+    <OutputPath>..\..\..\..\bin\</OutputPath>
     <AllowUnsafeBlocks>true</AllowUnsafeBlocks>
     <DefineConstants>NET_2_0 MONO_BACKWARD_COMPAT</DefineConstants>
     <PlatformTarget>x86</PlatformTarget>



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