From 7505e88db66798b2b8fcdff2d92a7136cd826b5b Mon Sep 17 00:00:00 2001 From: "Nicolas \"Pixel\" Noble" Date: Thu, 9 Sep 2010 02:26:30 +0200 Subject: Upgrading to IUP 3.2 - and cleaning up. --- iup/srcgl/config.mak | 20 -------------------- iup/srcgl/make_uname | 3 --- iup/srcgl/make_uname.bat | 4 ---- 3 files changed, 27 deletions(-) delete mode 100755 iup/srcgl/config.mak delete mode 100755 iup/srcgl/make_uname delete mode 100755 iup/srcgl/make_uname.bat (limited to 'iup/srcgl') 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 -- cgit v1.2.3