Revision: 609 http://geany-plugins.svn.sourceforge.net/geany-plugins/?rev=609&view=rev Author: eht16 Date: 2009-04-24 20:03:44 +0000 (Fri, 24 Apr 2009)
Log Message: ----------- Fix Windows build (reported by Timothy Boronczyk, thanks).
Modified Paths: -------------- trunk/addons/makefile.win32
Modified: trunk/addons/makefile.win32 =================================================================== --- trunk/addons/makefile.win32 2009-04-24 19:46:16 UTC (rev 608) +++ trunk/addons/makefile.win32 2009-04-24 20:03:44 UTC (rev 609) @@ -37,7 +37,7 @@ -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) @@ -45,7 +45,7 @@ deps.mak: $(CC) -MM $(CCFLAGS) $(INCLUDEDIRS) src/*.c >deps.mak
-.c.o: +$(OBJS): $(CC) $(CCFLAGS) $(INCLUDEDIRS) -c $<
$(TARGET): deps.mak $(OBJS)
This was sent by the SourceForge.net collaborative development platform, the world's largest Open Source development site.
plugins-commits@lists.geany.org