summaryrefslogtreecommitdiff
path: root/src/cdcontextplus.mak
diff options
context:
space:
mode:
Diffstat (limited to 'src/cdcontextplus.mak')
-rw-r--r--src/cdcontextplus.mak25
1 files changed, 25 insertions, 0 deletions
diff --git a/src/cdcontextplus.mak b/src/cdcontextplus.mak
new file mode 100644
index 0000000..9cce04e
--- /dev/null
+++ b/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 freetype2 x11
+endif
+
+
+USE_CD = YES
+CD = ..