[tasque/xbuild] [xbuild] Make build of backend Eds conditional
- From: Antonius Riha <antoniusri src gnome org>
- To: commits-list gnome org
- Cc: 
- Subject: [tasque/xbuild] [xbuild] Make build of backend Eds conditional
- Date: Thu, 18 Oct 2012 21:47:22 +0000 (UTC)
commit cf41fbe1001ba92f613eb2fc1a50bac6a1d55c82
Author: Antonius Riha <antoniusriha gmail com>
Date:   Thu Oct 18 23:23:48 2012 +0200
    [xbuild] Make build of backend Eds conditional
    
    and include it in build
 build/build.csproj                        |    3 +++
 src/Addins/Backends/Eds/EdsBackend.csproj |    2 ++
 2 files changed, 5 insertions(+), 0 deletions(-)
---
diff --git a/build/build.csproj b/build/build.csproj
index b5e5522..35ccd2d 100644
--- a/build/build.csproj
+++ b/build/build.csproj
@@ -72,6 +72,9 @@
     <Proj Include="..\src\Addins\Backends\Hiveminder\HiveminderBackend.csproj">
       <Link>Addins\Backends\HiveminderBackend.csproj</Link>
     </Proj>
+    <Proj Include="..\src\Addins\Backends\Eds\EdsBackend.csproj">
+      <Link>Addins\Backends\EdsBackend.csproj</Link>
+    </Proj>
     <Proj Include="..\tests\tests.csproj">
       <Link>tests.csproj</Link>
     </Proj>
diff --git a/src/Addins/Backends/Eds/EdsBackend.csproj b/src/Addins/Backends/Eds/EdsBackend.csproj
index 0f28154..fb04b6b 100644
--- a/src/Addins/Backends/Eds/EdsBackend.csproj
+++ b/src/Addins/Backends/Eds/EdsBackend.csproj
@@ -13,6 +13,8 @@
     <ErrorReport>prompt</ErrorReport>
     <WarningLevel>4</WarningLevel>
     <ReleaseVersion>0.1.12</ReleaseVersion>
+    <EnableBackendEds Condition=" '$(EnableBackendEds)' == '' " >false</EnableBackendEds>
+    <BuildEnabled>$(EnableBackendEds)</BuildEnabled>
   </PropertyGroup>
   <PropertyGroup Condition=" '$(Configuration)|$(Platform)' == 'GtkDebug|AnyCPU' ">
     <DebugSymbols>True</DebugSymbols>
[
Date Prev][
Date Next]   [
Thread Prev][
Thread Next]   
[
Thread Index]
[
Date Index]
[
Author Index]