diff options
Diffstat (limited to 'test/simple/config.mak')
-rw-r--r-- | test/simple/config.mak | 4 |
1 files changed, 1 insertions, 3 deletions
diff --git a/test/simple/config.mak b/test/simple/config.mak index 6baa00a..590ec0e 100644 --- a/test/simple/config.mak +++ b/test/simple/config.mak @@ -37,8 +37,6 @@ USE_STATIC = Yes #IUP = ../../../iup #CD = ../.. -#USE_IM = Yes - USE_OPENGL = Yes ifdef USE_OPENGL DEFINES += USE_OPENGL @@ -50,7 +48,7 @@ ifneq ($(findstring Win, $(TEC_SYSNAME)), ) LIBS += cdcontextplus gdiplus endif ifdef USE_OPENGL - LIBS += cdgl ftgl + LIBS += ftgl cdgl endif else ifdef DBG_DIR |