link with -lGLU -lGL instead of -lMesaGLU -lMesaGL
authorBrian Paul <brian.paul@tungstengraphics.com>
Fri, 17 Sep 1999 00:07:26 +0000 (00:07 +0000)
committerBrian Paul <brian.paul@tungstengraphics.com>
Fri, 17 Sep 1999 00:07:26 +0000 (00:07 +0000)
progs/demos/Makefile.BeOS-R4
progs/redbook/Makefile.BeOS-R4
progs/samples/Makefile.BeOS-R4

index c0d990e4a07d3d6018358e06d9b83bd06e9992a6..b7b48ec84cec4c168be0da360329cf5473b092a1 100644 (file)
@@ -1,4 +1,4 @@
-# $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:07:26 brianp Exp $
 
 # Mesa 3-D graphics library
 # Version:  3.1
 
 
 # $Log: Makefile.BeOS-R4,v $
-# Revision 1.1  1999/08/19 00:55:40  jtg
-# Initial revision
+# Revision 1.2  1999/09/17 00:07:26  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.5  1999/06/22 12:50:11  brianp
 # removed multitex demo
@@ -49,7 +52,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)
 
index f99e8edf4c67dcc90771b3d9c4582fc9e2702b7f..4f6734e67b09707e137a875ec7a98588ef0e2409 100644 (file)
@@ -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)
 
index 2e1e804cca719b72f900e0bb5f0a6175f83ad734..3e1bfb605fbbce126d16515ae60a4e04d3e75e40 100644 (file)
@@ -1,4 +1,4 @@
-# $Id: Makefile.BeOS-R4,v 1.1 1999/08/19 00:55:41 jtg Exp $
+# $Id: Makefile.BeOS-R4,v 1.2 1999/09/17 00:08:38 brianp Exp $
 
 # Mesa 3-D graphics library
 # Version:  3.1
@@ -17,7 +17,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)