[longomatch] Name LongoMatch.Core.dll as LongoMatch.dll to allow migration from the previous version



commit 97e36f6d115dc4429068159906e64a1487d4b6de
Author: Andoni Morales Alastruey <ylatuya gmail com>
Date:   Wed Nov 23 20:40:03 2011 +0100

    Name LongoMatch.Core.dll as LongoMatch.dll to allow migration from the previous version

 LongoMatch.Core/Makefile.am       |    2 +-
 LongoMatch.GUI/gtk-gui/gui.stetic |    1 -
 LongoMatch/Makefile.am            |    2 +-
 build/build.environment.mk        |    2 +-
 4 files changed, 3 insertions(+), 4 deletions(-)
---
diff --git a/LongoMatch.Core/Makefile.am b/LongoMatch.Core/Makefile.am
index c92e69d..69c2389 100644
--- a/LongoMatch.Core/Makefile.am
+++ b/LongoMatch.Core/Makefile.am
@@ -1,4 +1,4 @@
-ASSEMBLY = LongoMatch.Core
+ASSEMBLY = LongoMatch
 TARGET = library
 
 LINK = $(REF_DEP_LONGOMATCH_CORE)
diff --git a/LongoMatch.GUI/gtk-gui/gui.stetic b/LongoMatch.GUI/gtk-gui/gui.stetic
index b152063..b29d4ef 100644
--- a/LongoMatch.GUI/gtk-gui/gui.stetic
+++ b/LongoMatch.GUI/gtk-gui/gui.stetic
@@ -7,7 +7,6 @@
   <import>
     <widget-library name="../../bin/LongoMatch.GUI.Multimedia.dll" />
     <widget-library name="../../bin/LongoMatch.Multimedia.dll" />
-    <widget-library name="../../bin/LongoMatch.Core.dll" />
     <widget-library name="../../bin/LongoMatch.Gui.dll" internal="true" />
   </import>
   <widget class="Gtk.Bin" id="LongoMatch.Gui.Component.ProjectDetailsWidget" design-size="378 268">
diff --git a/LongoMatch/Makefile.am b/LongoMatch/Makefile.am
index d6d561f..6d418f5 100644
--- a/LongoMatch/Makefile.am
+++ b/LongoMatch/Makefile.am
@@ -1,4 +1,4 @@
-ASSEMBLY = LongoMatch
+ASSEMBLY = LongoMatchGtk
 TARGET = exe
 LINK = $(REF_DEP_LONGOMATCH)
 
diff --git a/build/build.environment.mk b/build/build.environment.mk
index ea84591..1218b0f 100644
--- a/build/build.environment.mk
+++ b/build/build.environment.mk
@@ -14,7 +14,7 @@ LINK_GLIB = $(GLIBSHARP_LIBS)
 LINK_GTK = $(GTKSHARP_LIBS)
 LINK_GCONF = $(GCONFSHARP_LIBS)
 LINK_DB40 = $(DB4O_LIBS)
-LINK_LONGOMATCH_CORE = -r:$(DIR_BIN)/LongoMatch.Core.dll
+LINK_LONGOMATCH_CORE = -r:$(DIR_BIN)/LongoMatch.dll
 LINK_LONGOMATCH_MULTIMEDIA = -r:$(DIR_BIN)/LongoMatch.Multimedia.dll
 LINK_LONGOMATCH_GUI_MULTIMEDIA = -r:$(DIR_BIN)/LongoMatch.GUI.Multimedia.dll
 LINK_LONGOMATCH_GUI = -r:$(DIR_BIN)/LongoMatch.GUI.dll



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