From b563c6a89c421e2b6cd824a5c2a2b9757576beca Mon Sep 17 00:00:00 2001 From: ishmal Date: Tue, 4 Apr 2006 05:03:27 +0000 Subject: [PATCH] Add LittleCMS --- Makefile.mingw | 2 ++ Makefile.mingw.common | 4 ++-- 2 files changed, 4 insertions(+), 2 deletions(-) diff --git a/Makefile.mingw b/Makefile.mingw index bf07f1c13..df486e009 100644 --- a/Makefile.mingw +++ b/Makefile.mingw @@ -54,6 +54,7 @@ dist-strip: dist strip inkscape$(S)popt1.dll strip inkscape$(S)perl58.dll strip inkscape$(S)python24.dll + strip inkscape$(S)liblcms-1.dll -$(RM) inkscape$(S)gdb.exe dist: @@ -104,6 +105,7 @@ dist: $(CP) $(GTKDOS)$(S)bin$(S)libintl-2.dll inkscape $(CP) $(GTKDOS)$(S)bin$(S)libintl-2.dll inkscape$(S)intl.dll $(CP) $(GTKDOS)$(S)bin$(S)popt1.dll inkscape + $(CP) $(GTKDOS)$(S)bin$(S)liblcms-1.dll inkscape # # PERL # diff --git a/Makefile.mingw.common b/Makefile.mingw.common index 1ef2ad851..60177a4c0 100644 --- a/Makefile.mingw.common +++ b/Makefile.mingw.common @@ -144,13 +144,12 @@ 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 +-DXP_WIN -D_INTL_REDIRECT_INLINE -DHAVE_CONFIG_H -DENABLE_LCMS ####### 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 $@ $< @@ -209,6 +208,7 @@ 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 -- 2.30.2