Revision: 399 http://geany-plugins.svn.sourceforge.net/geany-plugins/?rev=399&view=rev Author: frlan Date: 2009-01-23 00:40:54 +0000 (Fri, 23 Jan 2009)
Log Message: ----------- GeanySendMail: Added flag to W32 makefile, so plugin should also compile also on Windows Vista (Thanks to Timothy Boronczyk) for reporting.
Modified Paths: -------------- trunk/geanysendmail/makefile.win32
Modified: trunk/geanysendmail/makefile.win32 =================================================================== --- trunk/geanysendmail/makefile.win32 2009-01-22 23:31:18 UTC (rev 398) +++ trunk/geanysendmail/makefile.win32 2009-01-23 00:40:54 UTC (rev 399) @@ -34,12 +34,12 @@ -I$(PREFIX)/include/gettext \ -I$(PREFIX)/include \ -I$(ASPELL_PREFIX)/interfaces/cc - + ALL_GTK_LIBS= \ -L"$(PREFIX)/lib" \ -lgtk-win32-2.0 -lgdk-win32-2.0 -latk-1.0 -lgdk_pixbuf-2.0 -lpangowin32-1.0 -lgdi32 \ -lpango-1.0 -lgobject-2.0 -lgmodule-2.0 -lgthread-2.0 -lglib-2.0 -lintl -liconv -CCFLAGS=-Wall -O2 -mms-bitfields -DHAVE_CONFIG_H +CCFLAGS=-Wall -O2 -mms-bitfields -DHAVE_CONFIG_H -DLOCALEDIR="share"
all: $(TARGET)
This was sent by the SourceForge.net collaborative development platform, the world's largest Open Source development site.