From 37a92b86d13e89d0dcec92be6d23ceced29dbc36 Mon Sep 17 00:00:00 2001 From: scuri Date: Mon, 21 Jun 2010 22:55:10 +0000 Subject: *** empty log message *** --- test/simple/config.mak | 13 ++++++++++++- 1 file changed, 12 insertions(+), 1 deletion(-) (limited to 'test/simple/config.mak') diff --git a/test/simple/config.mak b/test/simple/config.mak index 5b84629..6baa00a 100644 --- a/test/simple/config.mak +++ b/test/simple/config.mak @@ -39,11 +39,19 @@ USE_STATIC = Yes #USE_IM = Yes +USE_OPENGL = Yes +ifdef USE_OPENGL + DEFINES += USE_OPENGL +endif + ifneq ($(findstring Win, $(TEC_SYSNAME)), ) LIBS = cdpdf pdflib ifndef GDK_CAIRO LIBS += cdcontextplus gdiplus endif + ifdef USE_OPENGL + LIBS += cdgl ftgl + endif else ifdef DBG_DIR CDLIB = $(CD)/lib/$(TEC_UNAME)d @@ -55,6 +63,9 @@ else ifndef GDK_CAIRO SLIB += $(CDLIB)/libcdcontextplus.a LIBS = Xrender Xft - else + endif + ifdef USE_OPENGL + SLIB += $(CDLIB)/libcdgl.a $(CDLIB)/libftgl.a + #LIBS = ftgl endif endif -- cgit v1.2.3