Code

r11465@tres: ted | 2006-04-19 09:03:46 -0700
[inkscape.git] / Makefile.mingw.common
index 1ef2ad8514481f656b97038286b9b180945c7502..60177a4c08c9343c71e6ffb4a0e57678584da62e 100644 (file)
@@ -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