From 3a3e63dc4fc8b34de7e61607d0d69cf3a77255ca Mon Sep 17 00:00:00 2001 From: Daniel Borca Date: Fri, 31 Mar 2006 20:53:12 +0000 Subject: DMesa now uses OSMesa as a back-end. --- Makefile.DJ | 11 +++-------- 1 file changed, 3 insertions(+), 8 deletions(-) (limited to 'Makefile.DJ') diff --git a/Makefile.DJ b/Makefile.DJ index 78ebf43efb..deaac09d18 100644 --- a/Makefile.DJ +++ b/Makefile.DJ @@ -20,9 +20,9 @@ # AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, OUT OF OR IN # CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE. -# DOS/DJGPP makefile v1.6 for Mesa +# DOS/DJGPP makefile for Mesa # -# Copyright (C) 2002 - Daniel Borca +# Author: Daniel Borca # Email : dborca@users.sourceforge.net # Web : http://www.geocities.com/dborca @@ -31,9 +31,6 @@ # Available options: # # Environment variables: -# GLU=[mesa|sgi] specify GLU directory; can be `sgi' (requires GNU/C++) -# or `mesa'. -# default = mesa # GLIDE path to Glide3 SDK; used with FX. # default = $(TOP)/glide3 # FX=1 build for 3dfx Glide3. Note that this disables @@ -57,8 +54,6 @@ .PHONY : all libgl libglu libglut clean realclean -GLU ?= mesa - CFLAGS = -Wall -W -pedantic CFLAGS += -O2 -ffast-math @@ -75,7 +70,7 @@ all: libgl libglu libglut libgl: lib $(MAKE) -f Makefile.DJ -C src/mesa libglu: lib - $(MAKE) -f Makefile.DJ -C src/glu/$(GLU) + $(MAKE) -f Makefile.DJ -C src/glu/sgi libglut: lib $(MAKE) -f Makefile.DJ -C src/glut/dos -- cgit v1.2.3