From 9baad8e1ff22e02cdc94c4ffe96b1dea3c6b0532 Mon Sep 17 00:00:00 2001 From: Karl Schultz Date: Fri, 26 Oct 2001 21:21:11 +0000 Subject: Change name of glut lib from glut32 to MesaGlut. 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 | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'src/glut') diff --git a/src/glut/glx/Makefile.win b/src/glut/glx/Makefile.win index cf0a3eb0cd..4ce7f6fc71 100644 --- a/src/glut/glx/Makefile.win +++ b/src/glut/glx/Makefile.win @@ -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..." -- cgit v1.2.3