diff options
author | Ted Jump <[email protected]> | 1999-09-19 10:03:19 +0000 |
---|---|---|
committer | Ted Jump <[email protected]> | 1999-09-19 10:03:19 +0000 |
commit | ea8e0b215657deb9f220df696e19801dcaedfa20 (patch) | |
tree | 14892ea48bb821807a8e418435bf4ed78d4b10ab | |
parent | a63baa3e8dee1d1e879e660c7b2c3636f44f5e11 (diff) |
Fixed LIBNAME entry
-rw-r--r-- | src/glu/mesa/MesaGLU.def | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/glu/mesa/MesaGLU.def b/src/glu/mesa/MesaGLU.def index e61782b65a0..c88bc73b7ca 100644 --- a/src/glu/mesa/MesaGLU.def +++ b/src/glu/mesa/MesaGLU.def @@ -1,4 +1,4 @@ -LIBRARY MESAGLU
+LIBRARY GLU32
DESCRIPTION 'GLU for Windows Mesa'
EXETYPE WINDOWS
CODE MOVEABLE DISCARDABLE
|