summaryrefslogtreecommitdiff
path: root/src/glut/glx/Makefile.win
diff options
context:
space:
mode:
authorKarl Schultz <kschultz@freedesktop.org>2001-10-26 21:21:11 +0000
committerKarl Schultz <kschultz@freedesktop.org>2001-10-26 21:21:11 +0000
commit9baad8e1ff22e02cdc94c4ffe96b1dea3c6b0532 (patch)
treec7f67cb8b40015b1a37e1ac826491713a99d4608 /src/glut/glx/Makefile.win
parentb10f995edfcecf59e116bf98e53cb1a6e5ca2f21 (diff)
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.
Diffstat (limited to 'src/glut/glx/Makefile.win')
-rw-r--r--src/glut/glx/Makefile.win4
1 files changed, 2 insertions, 2 deletions
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..."