diff options
Diffstat (limited to 'cd/src/cdcontextplus.mak')
-rwxr-xr-x | cd/src/cdcontextplus.mak | 25 |
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 = .. |