From: <dat...@us...> - 2006-09-17 19:25:05
|
Revision: 17295 http://svn.sourceforge.net/gaim/?rev=17295&view=rev Author: datallah Date: 2006-09-17 12:25:00 -0700 (Sun, 17 Sep 2006) Log Message: ----------- Compile fixes Modified Paths: -------------- trunk/gtk/Makefile.mingw trunk/gtk/plugins/perl/common/Makefile.mingw Modified: trunk/gtk/Makefile.mingw =================================================================== --- trunk/gtk/Makefile.mingw 2006-09-17 07:09:54 UTC (rev 17294) +++ trunk/gtk/Makefile.mingw 2006-09-17 19:25:00 UTC (rev 17295) @@ -60,6 +60,7 @@ gtkblist.c \ gtkconn.c \ gtkconv.c \ + gtkcellrendererexpander.c \ gtkcellrendererprogress.c \ gtkdebug.c \ gtkdialogs.c \ Modified: trunk/gtk/plugins/perl/common/Makefile.mingw =================================================================== --- trunk/gtk/plugins/perl/common/Makefile.mingw 2006-09-17 07:09:54 UTC (rev 17294) +++ trunk/gtk/plugins/perl/common/Makefile.mingw 2006-09-17 19:25:00 UTC (rev 17295) @@ -7,7 +7,7 @@ GAIM_TOP := ../../../.. include $(GAIM_TOP)/libgaim/win32/global.mak -TARGET = Gtk +TARGET = GtkUI EXTUTILS := C:/perl/lib/ExtUtils CFLAGS += -Wno-comment @@ -38,7 +38,7 @@ ## SOURCES, OBJECTS ## XS_FILES = \ - Gtk.xs \ + GtkUI.xs \ GtkAccount.xs \ GtkBlist.xs \ GtkConn.xs \ This was sent by the SourceForge.net collaborative development platform, the world's largest Open Source development site. |