Change name of glut lib from glut32 to MesaGlut.
authorKarl Schultz <kschultz@freedesktop.org>
Fri, 26 Oct 2001 21:21:11 +0000 (21:21 +0000)
committerKarl Schultz <kschultz@freedesktop.org>
Fri, 26 Oct 2001 21:21:11 +0000 (21:21 +0000)
This helps avoid confusion with other gluts on the system that may be
lined with OpenGl32.dll and Glu32.dll.

src/glut/glx/Makefile.win

index cf0a3eb..4ce7f6f 100644 (file)
@@ -25,8 +25,8 @@ OBJS   = $(SRCS:.c=.obj)
 MS_LIBS   = ../lib/$(MESALIB) ../lib/$(GLULIB) winmm.lib $(guilibsdll)
 SGI_LIBS   = $(SGI_OPENGL) $(SGI_GLU) winmm.lib $(guilibsdll)
 
-glut32.dll : $(OBJS) glut.def
-       $(link) $(LFLAGS) -out:glut32.dll -def:glut.def $(OBJS) $(MS_LIBS)
+MesaGlut.dll : $(OBJS) glut.def
+       $(link) $(LFLAGS) -out:MesaGlut.dll -def:glut.def $(OBJS) $(MS_LIBS)
        @echo "copying GLUT dynamic link library to lib directory..."
        -copy $(GLUTDLL) ..\lib
        @echo "copying GLUT import library to lib directory..."