Remove unnecessary libraries from linker flags.

git-svn-id: https://geany.svn.sourceforge.net/svnroot/geany/trunk@3845 ea778897-0a13-0410-b9d1-a72fbfd435f5
This commit is contained in:
Enrico Tröger 2009-06-08 18:05:34 +00:00
parent 5c2a6f248d
commit 3a03845045
2 changed files with 4 additions and 5 deletions

View File

@ -85,14 +85,13 @@ if MINGW
geany_SOURCES = $(SRCS) win32.c win32.h geany_SOURCES = $(SRCS) win32.c win32.h
geany_LDADD = ../scintilla/libscintilla.a ../tagmanager/libtagmanager.a @GTK_LIBS@ @GIO_LIBS@ $(INTLLIBS) \ geany_LDADD = ../scintilla/libscintilla.a ../tagmanager/libtagmanager.a @GTK_LIBS@ @GIO_LIBS@ \
-lkernel32 -limm32 -lshfolder -lshell32 -lole32 -luuid -lcomdlg32 \ $(INTLLIBS) -lole32 -luuid -liberty -lwsock32 geany_private.res
-lcomctl32 -liberty -lwsock32 geany_private.res
AM_CFLAGS = -DGEANY_DATADIR=\"data\" \ AM_CFLAGS = -DGEANY_DATADIR=\"data\" \
-DGEANY_DOCDIR=\"\" \ -DGEANY_DOCDIR=\"\" \
-DGEANY_LIBDIR=\"\" \ -DGEANY_LIBDIR=\"\" \
-DGEANY_LOCALEDIR=\"data\" \ -DGEANY_LOCALEDIR=\"\" \
-DGEANY_PREFIX=\"\" -DGEANY_PREFIX=\"\"
geany_LDFLAGS = -mwindows -mms-bitfields geany_LDFLAGS = -mwindows -mms-bitfields

View File

@ -2,7 +2,7 @@
DEFINES = -DHAVE_CONFIG_H \ DEFINES = -DHAVE_CONFIG_H \
-DGEANY_DATADIR=\"data\" \ -DGEANY_DATADIR=\"data\" \
-DGEANY_LOCALEDIR=\"share\" \ -DGEANY_LOCALEDIR=\"\" \
-DGEANY_LIBDIR=\"\" \ -DGEANY_LIBDIR=\"\" \
-DGEANY_PREFIX=\"\" -DGEANY_PREFIX=\"\"