diff options
author | scuri <scuri> | 2010-11-19 19:11:27 +0000 |
---|---|---|
committer | scuri <scuri> | 2010-11-19 19:11:27 +0000 |
commit | 5b5b207dfa92a96d0f304a8b0d20330b52ccb291 (patch) | |
tree | b3dfa58f6453855bea5d647f1e4d7e4355f63244 /tecmake.mak | |
parent | be56fd9cfc3298798821305ddfe78013ea9c0b37 (diff) |
*** empty log message ***
Diffstat (limited to 'tecmake.mak')
-rw-r--r-- | tecmake.mak | 6 |
1 files changed, 5 insertions, 1 deletions
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 |