gedit r6726 - branches/win32/gedit



Author: icq
Date: Thu Dec 25 18:52:21 2008
New Revision: 6726
URL: http://svn.gnome.org/viewvc/gedit?rev=6726&view=rev

Log:
Removed -Wl, on -mwindows flag.


Modified:
   branches/win32/gedit/Makefile.am

Modified: branches/win32/gedit/Makefile.am
==============================================================================
--- branches/win32/gedit/Makefile.am	(original)
+++ branches/win32/gedit/Makefile.am	Thu Dec 25 18:52:21 2008
@@ -21,7 +21,7 @@
 gedit_LDADD = libgedit.la $(GEDIT_LIBS) $(EGG_SMCLIENT_LIBS)
  
 if PLATFORM_WIN32
-gedit_LDFLAGS = -Wl,--export-all-symbols -Wl,-mwindows -Wl,--out-implib,libgedit-$(GEDIT_API_VERSION).a
+gedit_LDFLAGS = -Wl,--export-all-symbols -mwindows -Wl,--out-implib,libgedit-$(GEDIT_API_VERSION).a
 else
 gedit_LDFLAGS = -export-dynamic -no-undefined -export-symbols-regex "^[[^_]].*"
 endif



[Date Prev][Date Next]   [Thread Prev][Thread Next]   [Thread Index] [Date Index] [Author Index]