Revision: 3844 http://geany.svn.sourceforge.net/geany/?rev=3844&view=rev Author: eht16 Date: 2009-06-07 15:51:30 +0000 (Sun, 07 Jun 2009)
Log Message: ----------- Remove unnecessary libraries from linker flags.
Modified Paths: -------------- trunk/src/makefile.win32
Modified: trunk/src/makefile.win32 =================================================================== --- trunk/src/makefile.win32 2009-06-05 15:59:58 UTC (rev 3843) +++ trunk/src/makefile.win32 2009-06-07 15:51:30 UTC (rev 3844) @@ -49,8 +49,7 @@ ALL_GTK_LIBS +=-lcairo -lpangocairo-1.0 -lgio-2.0 endif
-WIN_LIBS=-mwindows -lkernel32 -limm32 -lshfolder -lshell32 \ - -lole32 -luuid -lcomdlg32 -lcomctl32 -liberty -lwsock32 +WIN_LIBS=-mwindows -lole32 -luuid -liberty -lwsock32
CBASEFLAGS=-Wall -pipe -mms-bitfields $(DEFINES) $(INCLUDEDIRS) ifdef DEBUG
This was sent by the SourceForge.net collaborative development platform, the world's largest Open Source development site.