summaryrefslogtreecommitdiff
path: root/iup/srcgl/config.mak
diff options
context:
space:
mode:
Diffstat (limited to 'iup/srcgl/config.mak')
-rwxr-xr-xiup/srcgl/config.mak20
1 files changed, 0 insertions, 20 deletions
diff --git a/iup/srcgl/config.mak b/iup/srcgl/config.mak
deleted file mode 100755
index 49599a5..0000000
--- a/iup/srcgl/config.mak
+++ /dev/null
@@ -1,20 +0,0 @@
-PROJNAME = iup
-LIBNAME = iupgl
-OPT = YES
-
-ifdef DBG
- DEFINES += IUP_ASSERT
-endif
-
-INCLUDES = ../include ../src
-LDIR = ../lib/$(TEC_UNAME)
-LIBS = iup
-
-USE_OPENGL = Yes
-
-ifneq ($(findstring Win, $(TEC_SYSNAME)), )
- SRC = iup_glcanvas_win.c
-else
- SRC = iup_glcanvas_x.c
- USE_X11 = Yes
-endif