From 738e9775800c0dd363c0ebef5dc439cbe4911155 Mon Sep 17 00:00:00 2001 From: Brian Paul Date: Fri, 17 Sep 1999 00:07:26 +0000 Subject: link with -lGLU -lGL instead of -lMesaGLU -lMesaGL --- progs/redbook/Makefile.BeOS-R4 | 11 +++++++---- 1 file changed, 7 insertions(+), 4 deletions(-) (limited to 'progs/redbook') diff --git a/progs/redbook/Makefile.BeOS-R4 b/progs/redbook/Makefile.BeOS-R4 index f99e8edf4c..4f6734e67b 100644 --- a/progs/redbook/Makefile.BeOS-R4 +++ b/progs/redbook/Makefile.BeOS-R4 @@ -1,12 +1,15 @@ -# $Id: Makefile.BeOS-R4,v 1.1 1999/08/19 00:55:40 jtg Exp $ +# $Id: Makefile.BeOS-R4,v 1.2 1999/09/17 00:08:31 brianp Exp $ # Makefile for OpenGL Programming Guide programs for BeOS R4 # This file is in the public domain. # $Log: Makefile.BeOS-R4,v $ -# Revision 1.1 1999/08/19 00:55:40 jtg -# Initial revision +# Revision 1.2 1999/09/17 00:08:31 brianp +# link with -lGLU -lGL instead of -lMesaGLU -lMesaGL +# +# Revision 1.1.1.1 1999/08/19 00:55:40 jtg +# Imported sources # # Revision 1.1 1999/02/25 02:13:06 brianp # initial check-in @@ -18,7 +21,7 @@ INCDIR = ../include LIBDIR = ../lib -GL_LIBS = -L$(LIBDIR) -L/boot/home/config/lib -Xlinker -rpath $(LIBDIR) -lbe -lglut -lMesaGLU -lMesaGL $(XLIBS) +GL_LIBS = -L$(LIBDIR) -L/boot/home/config/lib -Xlinker -rpath $(LIBDIR) -lbe -lglut -lGLU -lGL $(XLIBS) LIB_DEP = $(LIBDIR)/$(GL_LIB) $(LIBDIR)/$(GLU_LIB) $(LIBDIR)/$(GLUT_LIB) -- cgit v1.2.3