diff options
Diffstat (limited to 'iup/srcgl')
-rwxr-xr-x | iup/srcgl/config.mak | 20 | ||||
-rwxr-xr-x | iup/srcgl/make_uname | 3 | ||||
-rwxr-xr-x | iup/srcgl/make_uname.bat | 4 |
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 |