From 9d336f5f284149f4e03db7db117bde276890a37f Mon Sep 17 00:00:00 2001
From: scuri <scuri>
Date: Wed, 14 Jul 2010 18:45:51 +0000
Subject: *** empty log message ***

---
 test/simple/config.mak | 4 +---
 test/simple/simple.bat | 2 +-
 2 files changed, 2 insertions(+), 4 deletions(-)

(limited to 'test')

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  %*
-- 
cgit v1.2.3