SF.net SVN: geany:[3367] trunk/src/makefile.win32

eht16 at users.sourceforge.net eht16 at xxxxx
Thu Dec 11 17:46:14 UTC 2008


Revision: 3367
          http://geany.svn.sourceforge.net/geany/?rev=3367&view=rev
Author:   eht16
Date:     2008-12-11 17:46:13 +0000 (Thu, 11 Dec 2008)

Log Message:
-----------
Fix Windows build.

Modified Paths:
--------------
    trunk/src/makefile.win32

Modified: trunk/src/makefile.win32
===================================================================
--- trunk/src/makefile.win32	2008-12-11 17:43:43 UTC (rev 3366)
+++ trunk/src/makefile.win32	2008-12-11 17:46:13 UTC (rev 3367)
@@ -48,8 +48,8 @@
 else
 ALL_GTK_LIBS +=-lcairo -lpangocairo-1.0
 endif
-
-WIN_LIBS=-mwindows -lkernel32 -limm32 -lshfolder -lshell32 \
+#-mwindows
+WIN_LIBS=-lkernel32 -limm32 -lshfolder -lshell32 \
 		 -lole32 -luuid -lcomdlg32 -lcomctl32 -liberty -lwsock32
 
 CBASEFLAGS=-Wall -pipe -mms-bitfields $(DEFINES) $(INCLUDEDIRS)
@@ -61,7 +61,7 @@
 endif
 
 OBJS =	about.o build.o callbacks.o dialogs.o document.o editor.o encodings.o filetypes.o \
-		geanyentryaction.c geanymenubuttonaction.o geanyobject.o geanywraplabel.o highlighting.o \
+		geanyentryaction.o geanymenubuttonaction.o geanyobject.o geanywraplabel.o highlighting.o \
 		interface.o keybindings.o keyfile.o \
 		log.o main.o msgwindow.o navqueue.o notebook.o plugins.o prefs.o printing.o project.o \
 		sciwrappers.o search.o socket.o stash.o \


This was sent by the SourceForge.net collaborative development platform, the world's largest Open Source development site.



More information about the Commits mailing list