From 6efd0fb9b513b61c4b3b59a8b210412be5c9dc31 Mon Sep 17 00:00:00 2001 From: Brian Paul Date: Fri, 17 Sep 1999 00:55:21 +0000 Subject: link with -lGL instead of -lMesaGL --- progs/beos/Makefile | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'progs/beos') diff --git a/progs/beos/Makefile b/progs/beos/Makefile index 0d9c27b539..6fa6d8fd9b 100644 --- a/progs/beos/Makefile +++ b/progs/beos/Makefile @@ -1,4 +1,4 @@ -# $Id: Makefile,v 1.1 1999/08/19 00:55:40 jtg Exp $ +# $Id: Makefile,v 1.2 1999/09/17 00:55:21 brianp Exp $ # Makefile for BeOS demos @@ -11,7 +11,7 @@ CC = g++ # Use Mesa: CFLAGS = -I../include -c -g -LFLAGS = -L../lib -Xlinker -rpath ../lib -lbe -lMesaGL +LFLAGS = -L../lib -Xlinker -rpath ../lib -lbe -lGL # Use BeOS OpenGL: #CFLAGS = -I/boot/develop/headers/be/opengl -c -g -- cgit v1.2.3