[tasque/transition: 107/213] Update compile conditions according to new build conf names



commit bf2dd77a18bbed7b5e6c8911a8713bbcdd4bd4da
Author: Antonius Riha <antoniusriha gmail com>
Date:   Thu Aug 16 13:53:54 2012 +0200

    Update compile conditions according to new build conf names
    
    * Decouple AppIndicator.cs from Linux builds. Make sole dependency flag EnableAppIndicator

 src/Tasque.Gtk/Tasque.Gtk.csproj |    6 ++++--
 1 files changed, 4 insertions(+), 2 deletions(-)
---
diff --git a/src/Tasque.Gtk/Tasque.Gtk.csproj b/src/Tasque.Gtk/Tasque.Gtk.csproj
index dd2bc99..920381b 100644
--- a/src/Tasque.Gtk/Tasque.Gtk.csproj
+++ b/src/Tasque.Gtk/Tasque.Gtk.csproj
@@ -114,12 +114,14 @@
     <Compile Include="GtkTray.cs" />
     <Compile Include="GtkApplication.cs" />
   </ItemGroup>
-  <ItemGroup Condition=" '$(Configuration)' == 'GtkWinDebug' or '$(Configuration)' == 'GtkWinRelease' ">
+  <ItemGroup Condition=" '$(Configuration)' == 'WinDebug' or '$(Configuration)' == 'WinRelease' ">
     <Compile Include="GtkWinApplication.cs" />
   </ItemGroup>
-  <ItemGroup Condition=" '$(Configuration)' == 'GtkLinuxDebug' or '$(Configuration)' == 'GtkLinuxRelease' ">
+  <ItemGroup Condition=" '$(Configuration)' == 'LinuxDebug' or '$(Configuration)' == 'LinuxRelease' ">
     <Compile Include="GtkLinuxApplication.cs" />
     <Compile Include="RemoteControl.cs" />
+  </ItemGroup>
+  <ItemGroup Condition=" '$(EnableAppIndicator)' ">
     <Compile Include="AppIndicatorTray.cs" />
   </ItemGroup>
   <ItemGroup>



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