diff options
Diffstat (limited to 'src/cd_ftgl.mak')
-rw-r--r-- | src/cd_ftgl.mak | 4 |
1 files changed, 3 insertions, 1 deletions
diff --git a/src/cd_ftgl.mak b/src/cd_ftgl.mak index a8b56d0..94fe5cd 100644 --- a/src/cd_ftgl.mak +++ b/src/cd_ftgl.mak @@ -2,6 +2,8 @@ PROJNAME = cd LIBNAME = ftgl OPT = YES +DEF_FILE = cd_ftgl.def + ftglyph_sources = \ FTGlyph/FTGlyph.cpp \ FTGlyph/FTGlyphGlue.cpp \ @@ -48,10 +50,10 @@ INCLUDES := ftgl freetype2 DEFINES = FTGL_LIBRARY_STATIC USE_OPENGL = Yes LIBS = freetype +LDIR = ../lib/$(TEC_UNAME) ifneq ($(findstring dll, $(TEC_UNAME)), ) DEFINES = FTGL_LIBRARY - SRC += cd_ftgl.rc endif ifneq ($(findstring Win, $(TEC_SYSNAME)), ) |