summaryrefslogtreecommitdiff
path: root/src/cdgl.mak
blob: 47b15e474985583c1ce995ac9e34b499c1adf3af (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
PROJNAME = cd
LIBNAME = cdgl
OPT = YES

DEFINES = CD_NO_OLD_INTERFACE
SRC = drv/cdgl.c

INCLUDES = . sim ftgl freetype2
LIBS = ftgl
ifneq ($(findstring Win, $(TEC_SYSNAME)), )
  LIBS += iconv
endif

USE_OPENGL = YES
USE_CD = YES
CD = ..