From 6ac12b781e8a099f04d1bfcccc5d4026dc905b61 Mon Sep 17 00:00:00 2001 From: acspike Date: Tue, 30 May 2006 02:16:54 +0000 Subject: [PATCH] get this loudmouth disable thing right for once --- Makefile.mingw.common | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/Makefile.mingw.common b/Makefile.mingw.common index af38a2347..eabead430 100644 --- a/Makefile.mingw.common +++ b/Makefile.mingw.common @@ -204,12 +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 \ -#-lloudmouth-1.dll -lssl -lcrypto \ -lpng -lpopt $(GTK)/lib/zdll.lib \ -lgc -mwindows -lws2_32 -lintl -- 2.30.2