diff options
| author | Bob Jamison <ishmalius@gmail.com> | 2006-11-13 03:00:57 +0000 |
|---|---|---|
| committer | ishmal <ishmal@users.sourceforge.net> | 2006-11-13 03:00:57 +0000 |
| commit | b0d2d0c7c68e39933a9d153e79d1aecd50ed02e8 (patch) | |
| tree | 61d270a811c75d30b5e29a38959ef4b4e248854f | |
| parent | small type in control chars (diff) | |
| download | inkscape-b0d2d0c7c68e39933a9d153e79d1aecd50ed02e8.tar.gz inkscape-b0d2d0c7c68e39933a9d153e79d1aecd50ed02e8.zip | |
Remove loudmouth, and replace -DHAVE_SSL
(bzr r1942)
| -rw-r--r-- | Makefile.mingw.common | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/Makefile.mingw.common b/Makefile.mingw.common index 1f5b2d885..943583dd6 100644 --- a/Makefile.mingw.common +++ b/Makefile.mingw.common @@ -152,7 +152,7 @@ CFLAGS = -Wall -g -O3 -mms-bitfields -DVERSION=$(VERSION) \ ####### Inkboard abilities. ####### You must 'make -f Makefile.mingw clean' when turning this on or off -CFLAGS += -DWITH_INKBOARD +CFLAGS += -DWITH_INKBOARD -DHAVE_SSL ####### IMPLICIT RULES .cpp.o: @@ -202,7 +202,7 @@ PYTHONLIB = -L$(GTK)/python/libs -lpython24 ####### remove -DLIBXML_STATIC INC = -I. -I.. -I../.. -I../cxxtest $(GTKINC) -I$(GTK)/include \ -$(PERLINC) $(PYTHONINC) -I$(GTK)/include/loudmouth-1.0 \ +$(PERLINC) $(PYTHONINC) \ -I$(GTK)/include/libxml2 -I$(GTK)/include/freetype2 \ @@ -212,7 +212,7 @@ $(GTK)/bin/libxml2.dll \ $(GTK)/lib/iconv.lib \ -lfreetype.dll -lfontconfig.dll \ -llcms.dll \ --lloudmouth-1.dll -lssl -lcrypto \ +-lssl -lcrypto \ -lpng -lpopt $(GTK)/lib/zdll.lib \ -lgc -mwindows -lws2_32 -lintl -lm |
