[Mono-list] sqlsharpgtk patch
Eric Gonia
egonia@mail15.com
Tue, 08 Jun 2004 12:06:13 -0500
--=-WQhOlA1dzJoGNBv0KWSl
Content-Type: text/plain
Content-Transfer-Encoding: 7bit
Here's a small patch to make sqlsharpgtk compile with Mono beta2.
Eric
--=-WQhOlA1dzJoGNBv0KWSl
Content-Disposition: attachment; filename=Makefile.patch
Content-Type: text/x-patch; name=Makefile.patch; charset=UTF-8
Content-Transfer-Encoding: 7bit
Index: sqlsharpgtk/Makefile
===================================================================
RCS file: /mono/sqlsharpgtk/sqlsharpgtk/Makefile,v
retrieving revision 1.3
diff -u -r1.3 Makefile
--- sqlsharpgtk/Makefile 27 Mar 2004 23:16:51 -0000 1.3
+++ sqlsharpgtk/Makefile 8 Jun 2004 15:36:11 -0000
@@ -10,7 +10,7 @@
CSC=mcs
-GTK_SHARP_LIBS = -r glib-sharp -r gdk-sharp -r pango-sharp -r atk-sharp -r gtk-sharp -r System.Drawing
+GTK_SHARP_LIBS = -pkg:gtk-sharp -r System.Drawing
SQLSHARP_GTK_LIBS = $(GTK_SHARP_LIBS) -r System.Data
SOURCES = sqlsharpgtk.cs SqlEditorSharp.cs LoginDialog.cs DbProvider.cs DbProviderCollection.cs DataGrid.cs FileSelectionDialog.cs SqlSharpDataAdapter.cs AssemblyInfo.cs
--=-WQhOlA1dzJoGNBv0KWSl--