Code

remove final configure output lines regarding internal Perl/Python extensions, gnome...
[inkscape.git] / Makefile.mingw.common
index 60177a4c08c9343c71e6ffb4a0e57678584da62e..ff6affc2fa2f5f2e8faa0ff79b72b445bcbba0ff 100644 (file)
@@ -143,8 +143,8 @@ 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) \
--DXP_WIN -D_INTL_REDIRECT_INLINE -DHAVE_CONFIG_H -DENABLE_LCMS
+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
@@ -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 \
@@ -204,6 +204,8 @@ $(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   \