summaryrefslogtreecommitdiff
path: root/iup/srcgl
diff options
context:
space:
mode:
Diffstat (limited to 'iup/srcgl')
-rwxr-xr-xiup/srcgl/config.mak20
-rwxr-xr-xiup/srcgl/make_uname3
-rwxr-xr-xiup/srcgl/make_uname.bat4
3 files changed, 0 insertions, 27 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
diff --git a/iup/srcgl/make_uname b/iup/srcgl/make_uname
deleted file mode 100755
index cc4b881..0000000
--- a/iup/srcgl/make_uname
+++ /dev/null
@@ -1,3 +0,0 @@
-#This builds all the libraries of the folder for 1 uname
-
-tecmake $1 $2 $3 $4 $5 $6 $7
diff --git a/iup/srcgl/make_uname.bat b/iup/srcgl/make_uname.bat
deleted file mode 100755
index f0a0722..0000000
--- a/iup/srcgl/make_uname.bat
+++ /dev/null
@@ -1,4 +0,0 @@
-@echo off
-REM This builds all the libraries of the folder for 1 uname
-
-call tecmake %1 %2 %3 %4 %5 %6