Remove unnecessary libraries from linker flags.

git-svn-id: https://geany.svn.sourceforge.net/svnroot/geany/trunk@3844 ea778897-0a13-0410-b9d1-a72fbfd435f5
This commit is contained in:
Enrico Tröger 2009-06-07 15:51:30 +00:00
parent 60c7d9e5cf
commit 5c2a6f248d

View File

@ -49,8 +49,7 @@ else
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