From b376e834bf70f9bd0e265cf355098c362ada0296 Mon Sep 17 00:00:00 2001 From: scuri Date: Fri, 19 Nov 2010 19:11:22 +0000 Subject: *** empty log message *** --- tecmake.mak | 6 +++++- 1 file changed, 5 insertions(+), 1 deletion(-) (limited to 'tecmake.mak') diff --git a/tecmake.mak b/tecmake.mak index bbdec2b..8db1745 100644 --- a/tecmake.mak +++ b/tecmake.mak @@ -842,6 +842,10 @@ ifdef USE_CD ifndef USE_GTK # Freetype is already included in GTK SLIB += $(CD)/lib/$(TEC_UNAME_LIB_DIR)/libfreetype.a + else + ifneq ($(findstring cygw, $(TEC_UNAME)), ) + SLIB += $(CD)/lib/$(TEC_UNAME_LIB_DIR)/libfreetype-6.a + endif endif else ifdef USE_XRENDER @@ -858,8 +862,8 @@ ifdef USE_CD LIBS += cd$(CD_SUFFIX) LDIR += $(CD)/lib/$(TEC_UNAME_LIB_DIR) ifndef USE_GTK - # Freetype is already included in GTK ifndef NO_OVERRIDE + # Freetype is already included in GTK ifneq ($(findstring cygw, $(TEC_UNAME)), ) LIBS += freetype-6 else -- cgit v1.2.3