From 82d2c9cac84e284e9e232b8f46db5e66e38a0d09 Mon Sep 17 00:00:00 2001 From: scuri Date: Fri, 28 May 2010 19:58:19 +0000 Subject: *** empty log message *** --- test/simple/config.mak | 19 ++++++++++++++++--- 1 file changed, 16 insertions(+), 3 deletions(-) (limited to 'test') diff --git a/test/simple/config.mak b/test/simple/config.mak index 2777b7d..bf10d3b 100644 --- a/test/simple/config.mak +++ b/test/simple/config.mak @@ -30,8 +30,21 @@ USE_STATIC = Yes #USE_IM = Yes ifneq ($(findstring Win, $(TEC_SYSNAME)), ) - LIBS = cdpdf pdflib cdcontextplus gdiplus + LIBS = cdpdf pdflib + ifndef USE_GDK + LIBS += cdcontextplus gdiplus + endif else - SLIB = $(CD)/lib/$(TEC_UNAME)/libcdpdf.a $(CD)/lib/$(TEC_UNAME)/libpdflib.a $(CD)/lib/$(TEC_UNAME)/libcdcontextplus.a - LIBS = Xrender Xft + ifdef DBG_DIR + CDLIB = $(CD)/lib/$(TEC_UNAME)d + else + CDLIB = $(CD)/lib/$(TEC_UNAME) + endif + + SLIB = $(CDLIB)/libcdpdf.a $(CDLIB)/libpdflib.a + ifndef USE_GDK + SLIB += $(CDLIB)/libcdcontextplus.a + LIBS = Xrender Xft + else + endif endif -- cgit v1.2.3