Author: jluke
Date: 2005-04-17 12:14:54 -0400 (Sun, 17 Apr 2005)
New Revision: 43146
Modified:
trunk/gtksourceview-sharp/ChangeLog
trunk/gtksourceview-sharp/configure.in
trunk/gtksourceview-sharp/gtksourceview/Makefile.am
Log:
fix
Modified: trunk/gtksourceview-sharp/ChangeLog
===================================================================
--- trunk/gtksourceview-sharp/ChangeLog 2005-04-17 16:09:15 UTC (rev 43145)
+++ trunk/gtksourceview-sharp/ChangeLog 2005-04-17 16:14:54 UTC (rev 43146)
@@ -2,8 +2,9 @@
* autogen.sh: remove libtoolize
* configure.in: depend on gtk# 1.9.3 or newer
- remove AC_PROG_LIBTOOL an *_CFLAGS AC_SUBSTs
+ remove AC_PROG_LIBTOOL and gtksourceview_CFLAGS AC_SUBST
* Makefile.am: add .pc file to DISTCLEANFILES
+ * gtksourceview/Makefile.am: use compatible compiler commands
2005-03-12 Todd Berman <[EMAIL PROTECTED]>
Modified: trunk/gtksourceview-sharp/configure.in
===================================================================
--- trunk/gtksourceview-sharp/configure.in 2005-04-17 16:09:15 UTC (rev
43145)
+++ trunk/gtksourceview-sharp/configure.in 2005-04-17 16:14:54 UTC (rev
43146)
@@ -64,6 +64,7 @@
AC_SUBST(LIB_SUFFIX)
PKG_CHECK_MODULES(GTK_SHARP, gnome-sharp-2.0 >= 1.9.3)
+AC_SUBST(GTK_SHARP_CFLAGS)
AC_SUBST(GTK_SHARP_LIBS)
gtksharp_prefix=`pkg-config --variable=prefix gtk-sharp-2.0`
AC_SUBST(gtksharp_prefix)
Modified: trunk/gtksourceview-sharp/gtksourceview/Makefile.am
===================================================================
--- trunk/gtksourceview-sharp/gtksourceview/Makefile.am 2005-04-17 16:09:15 UTC
(rev 43145)
+++ trunk/gtksourceview-sharp/gtksourceview/Makefile.am 2005-04-17 16:14:54 UTC
(rev 43146)
@@ -43,8 +43,8 @@
cp $(top_srcdir)/gtk-sharp.snk .
$(LIBRARY): generated-stamp $(build_sources) gtk-sharp.snk
- $(CSC) --unsafe --target library $(ASSEMBLIES) \
- generated/*.cs $(build_sources) -o $(LIBRARY)
+ $(CSC) /unsafe /target:library $(ASSEMBLIES) \
+ generated/*.cs $(build_sources) -out:$(LIBRARY)
CLEANFILES = $(LIBRARY) generated/*.cs generated-stamp gtksourceview-api.xml
gtk-sharp.snk
_______________________________________________
Mono-patches maillist - [email protected]
http://lists.ximian.com/mailman/listinfo/mono-patches