tasque r55 - in trunk: . src



Author: sdroege
Date: Mon Apr  7 08:18:22 2008
New Revision: 55
URL: http://svn.gnome.org/viewvc/tasque?rev=55&view=rev

Log:
* src/Makefile.am:
* src/Tasque.exe.config: Add dllmaps for libX11 and GDK.
Fixes bug #526663.


Added:
   trunk/src/Tasque.exe.config
Modified:
   trunk/ChangeLog
   trunk/src/Makefile.am

Modified: trunk/src/Makefile.am
==============================================================================
--- trunk/src/Makefile.am	(original)
+++ trunk/src/Makefile.am	Mon Apr  7 08:18:22 2008
@@ -123,7 +123,7 @@
 	$(CSC) -unsafe -out:$@ $(CSFLAGS) $(NOTIFY_SHARP_CSFLAGS) $(CSC_DEFINES) $^ $(ASSEMBLIES) $(RESOURCES)
 
 tasquelibdir = $(prefix)/lib/tasque
-tasquelib_DATA = $(TARGET)	
+tasquelib_DATA = $(TARGET) $(TARGET).config
 
 bin_SCRIPTS = $(WRAPPER)
 

Added: trunk/src/Tasque.exe.config
==============================================================================
--- (empty file)
+++ trunk/src/Tasque.exe.config	Mon Apr  7 08:18:22 2008
@@ -0,0 +1,4 @@
+<configuration>
+  <dllmap dll="libX11" target="libX11.so.6" />
+  <dllmap dll="gdk-x11-2.0" target="libgdk-x11-2.0.so.0" />
+</configuration>



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