summaryrefslogtreecommitdiff
path: root/src/cdgl.mak
diff options
context:
space:
mode:
authorscuri <scuri>2010-06-21 22:55:10 +0000
committerscuri <scuri>2010-06-21 22:55:10 +0000
commit37a92b86d13e89d0dcec92be6d23ceced29dbc36 (patch)
treefaff61ef668379212b4ed948934533c3f2fe308b /src/cdgl.mak
parenta124216ee05a5d63ea8fcdafcd050ad1fadf0b09 (diff)
*** empty log message ***
Diffstat (limited to 'src/cdgl.mak')
-rw-r--r--src/cdgl.mak16
1 files changed, 16 insertions, 0 deletions
diff --git a/src/cdgl.mak b/src/cdgl.mak
new file mode 100644
index 0000000..47b15e4
--- /dev/null
+++ b/src/cdgl.mak
@@ -0,0 +1,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 = ..