From d577d991b97ae2b5ee1af23641bcffc3f83af5b2 Mon Sep 17 00:00:00 2001 From: Pixel Date: Wed, 4 Nov 2009 11:56:41 -0800 Subject: Initial import. Contains the im, cd and iup librairies, and a "working" Makefile for them under linux. --- cd/src/cdcontextplus.mak | 25 +++++++++++++++++++++++++ 1 file changed, 25 insertions(+) create mode 100755 cd/src/cdcontextplus.mak (limited to 'cd/src/cdcontextplus.mak') 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 = .. -- cgit v1.2.3