summaryrefslogtreecommitdiff
path: root/cd/src/cdcontextplus.mak
diff options
context:
space:
mode:
authorPixel <pixel@nobis-crew.org>2009-11-04 11:56:41 -0800
committerPixel <pixel@nobis-crew.org>2009-11-04 11:59:33 -0800
commitd577d991b97ae2b5ee1af23641bcffc3f83af5b2 (patch)
tree590639d50205d1bcfaff2a7d2dc6ebf3f373c7ed /cd/src/cdcontextplus.mak
Initial import. Contains the im, cd and iup librairies, and a "working" Makefile for them under linux.
Diffstat (limited to 'cd/src/cdcontextplus.mak')
-rwxr-xr-xcd/src/cdcontextplus.mak25
1 files changed, 25 insertions, 0 deletions
diff --git a/cd/src/cdcontextplus.mak b/cd/src/cdcontextplus.mak
new file mode 100755
index 0000000..f8314cc
--- /dev/null
+++ b/cd/src/cdcontextplus.mak
@@ -0,0 +1,25 @@
+PROJNAME = cd
+LIBNAME = cdcontextplus
+OPT = YES
+
+DEFINES = CD_NO_OLD_INTERFACE
+
+
+ifneq ($(findstring Win, $(TEC_SYSNAME)), )
+ SRCDIR = gdiplus
+ SRC = cdwemfp.cpp cdwimgp.cpp cdwinp.cpp cdwnativep.cpp cdwprnp.cpp cdwdbufp.cpp cdwclpp.cpp cdwgdiplus.c
+
+ INCLUDES = . gdiplus drv
+ LIBS = gdiplus
+else
+ SRC = xrender/cdxrender.c xrender/cdxrplus.c
+
+ LIBS = Xrender Xft
+ USE_X11 = Yes
+
+ INCLUDES = . sim drv /usr/include/freetype2 x11
+endif
+
+
+USE_CD = YES
+CD = ..