SF.net SVN: geany:[3845] trunk/src

eht16 at users.sourceforge.net eht16 at xxxxx
Mon Jun 8 18:05:39 UTC 2009


Revision: 3845
          http://geany.svn.sourceforge.net/geany/?rev=3845&view=rev
Author:   eht16
Date:     2009-06-08 18:05:34 +0000 (Mon, 08 Jun 2009)

Log Message:
-----------
Remove unnecessary libraries from linker flags.

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

Modified: trunk/src/Makefile.am
===================================================================
--- trunk/src/Makefile.am	2009-06-07 15:51:30 UTC (rev 3844)
+++ trunk/src/Makefile.am	2009-06-08 18:05:34 UTC (rev 3845)
@@ -85,14 +85,13 @@
 
 geany_SOURCES = $(SRCS) win32.c win32.h
 
-geany_LDADD = ../scintilla/libscintilla.a ../tagmanager/libtagmanager.a @GTK_LIBS@ @GIO_LIBS@ $(INTLLIBS) \
-			  -lkernel32 -limm32 -lshfolder -lshell32 -lole32 -luuid -lcomdlg32 \
-			  -lcomctl32 -liberty -lwsock32 geany_private.res
+geany_LDADD = ../scintilla/libscintilla.a ../tagmanager/libtagmanager.a @GTK_LIBS@ @GIO_LIBS@ \
+				$(INTLLIBS) -lole32 -luuid -liberty -lwsock32 geany_private.res
 
 AM_CFLAGS = -DGEANY_DATADIR=\"data\" \
 			-DGEANY_DOCDIR=\"\" \
 			-DGEANY_LIBDIR=\"\" \
-			-DGEANY_LOCALEDIR=\"data\" \
+			-DGEANY_LOCALEDIR=\"\" \
 			-DGEANY_PREFIX=\"\"
 
 geany_LDFLAGS =	-mwindows -mms-bitfields

Modified: trunk/src/makefile.win32
===================================================================
--- trunk/src/makefile.win32	2009-06-07 15:51:30 UTC (rev 3844)
+++ trunk/src/makefile.win32	2009-06-08 18:05:34 UTC (rev 3845)
@@ -2,7 +2,7 @@
 
 DEFINES = -DHAVE_CONFIG_H \
 	-DGEANY_DATADIR=\"data\" \
-	-DGEANY_LOCALEDIR=\"share\" \
+	-DGEANY_LOCALEDIR=\"\" \
 	-DGEANY_LIBDIR=\"\" \
 	-DGEANY_PREFIX=\"\"
 


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