mirror of
https://gitlab.freedesktop.org/mesa/mesa.git
synced 2026-04-28 10:50:39 +02:00
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.
This commit is contained in:
parent
b10f995edf
commit
9baad8e1ff
1 changed files with 2 additions and 2 deletions
|
|
@ -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..."
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue