diff options
Diffstat (limited to 'test/simple')
-rw-r--r-- | test/simple/config.mak | 4 | ||||
-rw-r--r-- | test/simple/simple.bat | 2 |
2 files changed, 2 insertions, 4 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 diff --git a/test/simple/simple.bat b/test/simple/simple.bat index fa8f118..63cc13f 100644 --- a/test/simple/simple.bat +++ b/test/simple/simple.bat @@ -1,3 +1,3 @@ @echo off -REM Script generated automatically by tecmake v3.13 +REM Script generated automatically by tecmake v4.1 ..\bin\Win32\simple.exe %* |