Code

remove final configure output lines regarding internal Perl/Python extensions, gnome...
[inkscape.git] / Makefile.mingw.common
index 1ef2ad8514481f656b97038286b9b180945c7502..ff6affc2fa2f5f2e8faa0ff79b72b445bcbba0ff 100644 (file)
@@ -143,14 +143,13 @@ VERSION_NR = 0.43+devel
 VERSION = \"$(VERSION_NR)\"
 
 ####### the XP_WIN def is necessary for libjs.a
-CFLAGS = -O3 -g -Wall -mms-bitfields -DVERSION=$(VERSION) \
+CFLAGS = -g -O3 -Wall -mms-bitfields -DVERSION=$(VERSION) \
 -DXP_WIN -D_INTL_REDIRECT_INLINE -DHAVE_CONFIG_H
 
 ####### Inkboard abilities.
 ####### You must 'make -f Makefile.mingw clean' when turning this on or off
 #CFLAGS += -DWITH_INKBOARD
 
-
 ####### IMPLICIT RULES
 .cpp.o:
        $(CXX) $(CFLAGS) $(INC) -c -o $@ $<
@@ -182,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 \
@@ -205,10 +204,13 @@ $(PERLINC) $(PYTHONINC) -I$(GTK)/include/loudmouth-1.0 \
 -I$(GTK)/include/libxml2 -I$(GTK)/include/freetype2 \
 
 
+# To enable loudmouth uncomment and move this line below
+#-lloudmouth-1.dll -lssl -lcrypto
 LIBS = $(GTKLIB) $(PERLLIB) $(PYTHONLIB) \
 $(GTK)/bin/libxml2.dll \
 $(GTK)/lib/iconv.lib   \
 -lfreetype.dll -lfontconfig.dll  \
+-llcms.dll \
 -lpng -lpopt $(GTK)/lib/zdll.lib \
 -lgc -mwindows -lws2_32 -lintl