diff options
author | Karl Schultz <[email protected]> | 2001-10-26 21:21:11 +0000 |
---|---|---|
committer | Karl Schultz <[email protected]> | 2001-10-26 21:21:11 +0000 |
commit | 9baad8e1ff22e02cdc94c4ffe96b1dea3c6b0532 (patch) | |
tree | c7f67cb8b40015b1a37e1ac826491713a99d4608 /src/glut | |
parent | b10f995edfcecf59e116bf98e53cb1a6e5ca2f21 (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')
-rw-r--r-- | src/glut/glx/Makefile.win | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/src/glut/glx/Makefile.win b/src/glut/glx/Makefile.win index cf0a3eb0cdb..4ce7f6fc714 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..." |