[longomatch] Fix name of gtk dll in windows



commit c74c1bf328bd8a122a4175fee2ce819de31002c5
Author: Andoni Morales Alastruey <ylatuya gmail com>
Date:   Tue Oct 7 18:10:38 2014 +0200

    Fix name of gtk dll in windows

 LongoMatch.GUI/LongoMatch.GUI.dll.config |    2 +-
 1 files changed, 1 insertions(+), 1 deletions(-)
---
diff --git a/LongoMatch.GUI/LongoMatch.GUI.dll.config b/LongoMatch.GUI/LongoMatch.GUI.dll.config
index 82a79b4..8b77ce0 100644
--- a/LongoMatch.GUI/LongoMatch.GUI.dll.config
+++ b/LongoMatch.GUI/LongoMatch.GUI.dll.config
@@ -1,5 +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"/>
+        <dllmap os="windows" dll="libgtk-2.0.dll" target="libgtk-win32-2.0-0.dll"/>
 </configuration>


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