endif
ifeq ($(WITH_FREETYPE2), true)
ifeq ($(OS), windows)
- COMLIB += $(NAN_FREETYPE)/lib/freetype214ST.lib
+ COMLIB += $(NAN_FREETYPE)/lib/freetype2ST.lib
else
ifneq ($(OS), irix)
COMLIB += $(NAN_FREETYPE)/lib/libfreetype.a
else
COMLIB += $(NAN_GETTEXT)/lib/gnu_gettext.lib
COMLIB += $(NAN_FTGL)/lib/ftgl_static_ST.lib
- COMLIB += $(NAN_FREETYPE)/lib/freetype214ST.lib
+ COMLIB += $(NAN_FREETYPE)/lib/freetype2ST.lib
COMLIB += $(NAN_ICONV)/lib/iconv.lib
endif
else
export NAN_PARANOID ?= true
# l10n
- #export INTERNATIONAL ?= true
+ export INTERNATIONAL ?= true
# enable freetype2 support for text objects
- #export WITH_FREETYPE2 ?= true
+ export WITH_FREETYPE2 ?= true
+
+ # enable quicktime support
+ # export WITH_QUICKTIME ?= true
else # Platform not listed above