diff options
author | Brian Paul <[email protected]> | 1999-11-27 01:41:01 +0000 |
---|---|---|
committer | Brian Paul <[email protected]> | 1999-11-27 01:41:01 +0000 |
commit | d850fc3e54e5ebdf302c460a07a7dbda9dd0bf3e (patch) | |
tree | ed4521168b3423317bd69c25af55f4f93abcd81b /src/glut | |
parent | a89dccf8f86b15dbe3c06a3f1c64b9840b311edf (diff) |
removed Mesa-isms
Diffstat (limited to 'src/glut')
-rw-r--r-- | src/glut/beos/Makefile | 4 |
1 files changed, 1 insertions, 3 deletions
diff --git a/src/glut/beos/Makefile b/src/glut/beos/Makefile index 8adcac038f5..5ce53541916 100644 --- a/src/glut/beos/Makefile +++ b/src/glut/beos/Makefile @@ -1,6 +1,5 @@ ## BeOS Generic Makefile v2.0 ## -## Modified by Brian Paul to work with Mesa 3.1 ## Fill in this file to specify the project being created, and the referenced @@ -48,9 +47,8 @@ RSRCS= # naming scheme you need to specify the path to the library # and it's name # library: my_lib.a entry: my_lib.a or path/my_lib.a -#LIBS= MesaGL MesaGLU be LIBS= GL GLU be - + # specify additional paths to directories following the standard # libXXX.so or libXXX.a naming scheme. You can specify full paths # or paths relative to the makefile. The paths included may not |