From 954f511473e4e8cf643751d1f7c03d59c0bd48bf Mon Sep 17 00:00:00 2001 From: Karl Schultz Date: Tue, 25 Sep 2001 16:25:41 +0000 Subject: Fix up Windows makefiles so that the debug build leaves debugger info in the libraries. Make with NODEBUG=1 builds optimized without debug info (doc'ed in top level Makefile.win). --- src/glu/sgi/Makefile.win | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'src/glu/sgi') diff --git a/src/glu/sgi/Makefile.win b/src/glu/sgi/Makefile.win index 236731a7a0..33349c326d 100644 --- a/src/glu/sgi/Makefile.win +++ b/src/glu/sgi/Makefile.win @@ -117,7 +117,7 @@ all : gludll gludll : $(GLUDLL) CFLAGS = $(cvarsdll) $(CFLAGS) -D_OPENGL32_ -Iinclude -DBUILD_GL32 -LFLAGS = $(dlllflags) $(LFLAGS) +LFLAGS = $(dlllflags) $(lcommon) $(LFLAGS) OBJS = $(GLU_SRCS:.c=.obj) LIBS = ../lib/$(MESALIB) winmm.lib $(guilibsdll) -- cgit v1.2.3