diff options
author | Ted Jump <tjump@users.sourceforge.net> | 1999-09-19 10:03:19 +0000 |
---|---|---|
committer | Ted Jump <tjump@users.sourceforge.net> | 1999-09-19 10:03:19 +0000 |
commit | ea8e0b215657deb9f220df696e19801dcaedfa20 (patch) | |
tree | 14892ea48bb821807a8e418435bf4ed78d4b10ab /src | |
parent | a63baa3e8dee1d1e879e660c7b2c3636f44f5e11 (diff) |
Fixed LIBNAME entry
Diffstat (limited to 'src')
-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 e61782b65a..c88bc73b7c 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
|