[longomatch] Add dll config for LongoMatch.GUI



commit da91364b6165ec53ac0e826cd0f1c21fa2098ce4
Author: Andoni Morales Alastruey <ylatuya gmail com>
Date:   Tue Jul 8 11:55:56 2014 +0200

    Add dll config for LongoMatch.GUI

 LongoMatch.GUI/LongoMatch.GUI.dll.config.in |    5 +++++
 LongoMatch.GUI/Makefile.am                  |    4 ++++
 configure.ac                                |    1 +
 3 files changed, 10 insertions(+), 0 deletions(-)
---
diff --git a/LongoMatch.GUI/LongoMatch.GUI.dll.config.in b/LongoMatch.GUI/LongoMatch.GUI.dll.config.in
new file mode 100644
index 0000000..82a79b4
--- /dev/null
+++ b/LongoMatch.GUI/LongoMatch.GUI.dll.config.in
@@ -0,0 +1,5 @@
+<configuration>
+        <dllmap dll="libgtk-2.0.dll" target="libgtk-quartz-2.0.0.dylib"/>
+        <dllmap os="linux" dll="libgtk-2.0.dll" target="libgtk-x11-2.0.so.0"/>
+        <dllmap os="windows" dll="libgtk-2.0.dll" target="libgtk-2.0-0.dll"/>
+</configuration>
diff --git a/LongoMatch.GUI/Makefile.am b/LongoMatch.GUI/Makefile.am
index 9caeb44..4b9b703 100644
--- a/LongoMatch.GUI/Makefile.am
+++ b/LongoMatch.GUI/Makefile.am
@@ -162,4 +162,8 @@ RESOURCES = gtk-gui/gui.stetic \
        $(top_srcdir)/images/tools/line-double-arrow.svg \
        $(top_srcdir)/images/tools/line-arrow.svg
 
+DLLCONFIG = LongoMatch.GUI.dll.config
+
 include $(top_srcdir)/build/build.mk
+
+EXTRA_DIST += LongoMatch.GUI.dll.config
diff --git a/configure.ac b/configure.ac
index 30f23d6..7ed77fb 100644
--- a/configure.ac
+++ b/configure.ac
@@ -135,6 +135,7 @@ LongoMatch.Drawing.Cairo/Makefile
 LongoMatch.Migration/Makefile
 LongoMatch.Multimedia/Makefile
 LongoMatch.Multimedia/LongoMatch.Multimedia.dll.config
+LongoMatch.GUI/LongoMatch.GUI.dll.config
 LongoMatch.GUI.Helpers/Makefile
 LongoMatch.GUI.Multimedia/Makefile
 LongoMatch.GUI/Makefile


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