diff options
author | scuri <scuri> | 2010-06-25 06:33:29 +0000 |
---|---|---|
committer | scuri <scuri> | 2010-06-25 06:33:29 +0000 |
commit | f99f986398081f3fb70477cade8f0ac2704d1b4e (patch) | |
tree | b60917e8cb4c8651b7a6e750cf0bb5607f3f6780 /src/cd_ftgl.mak | |
parent | 2841e003940d02d7b0339edbb7024abd93b7571b (diff) |
*** empty log message ***
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)), ) |