From f83bba1791b9aeba0c1473337d13f2cb9c515d8c Mon Sep 17 00:00:00 2001 From: ishmal Date: Fri, 19 May 2006 21:17:11 +0000 Subject: [PATCH] Someone keeps committing a copy of this with '-g' removed. Stop. :) --- Makefile.mingw.common | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/Makefile.mingw.common b/Makefile.mingw.common index 6dc1617ef..f36b6fd81 100644 --- a/Makefile.mingw.common +++ b/Makefile.mingw.common @@ -143,7 +143,7 @@ VERSION_NR = 0.43+devel VERSION = \"$(VERSION_NR)\" ####### the XP_WIN def is necessary for libjs.a -CFLAGS = -O3 -Wall -mms-bitfields -DVERSION=$(VERSION) \ +CFLAGS = -g -O3 -Wall -mms-bitfields -DVERSION=$(VERSION) \ -DXP_WIN -D_INTL_REDIRECT_INLINE -DHAVE_CONFIG_H ####### Inkboard abilities. @@ -181,7 +181,7 @@ GTKINC = -DGLIBMM_DLL \ ####### we removed the '-Wl,--enable-runtime-pseudo-reloc' option, as ####### it proved to be very dangerous ####### with Gtk::TreeViewColumn -GTKLIB = -L$(GTK)/lib -lloudmouth-1 \ +GTKLIB = -L$(GTK)/lib \ -lgtkmm-2.4 -lgdkmm-2.4 -lglibmm-2.4 \ -latkmm-1.6 -lpangomm-1.4 -lsigc-2.0 \ -lgtk-win32-2.0 -lgdk-win32-2.0 -latk-1.0 \ @@ -209,7 +209,7 @@ $(GTK)/bin/libxml2.dll \ $(GTK)/lib/iconv.lib \ -lfreetype.dll -lfontconfig.dll \ -llcms.dll \ -$(GTK)/bin/libloudmouth-1-0.dll \ +-lloudmouth-1.dll -lssl -lcrypto \ -lpng -lpopt $(GTK)/lib/zdll.lib \ -lgc -mwindows -lws2_32 -lintl -- 2.30.2