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/mesa/drivers/osmesa/Makefile.win | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'src/mesa/drivers') diff --git a/src/mesa/drivers/osmesa/Makefile.win b/src/mesa/drivers/osmesa/Makefile.win index d6c11b169f..36d520e65d 100644 --- a/src/mesa/drivers/osmesa/Makefile.win +++ b/src/mesa/drivers/osmesa/Makefile.win @@ -20,7 +20,7 @@ all : osmesadll osmesadll: $(OSMESADLL) CFLAGS = $(cvarsdll) $(CFLAGS) -D_OPENGL32_ -DBUILD_GL32 -I$(TOP)/src -LFLAGS = $(LFLAGS) $(dlllflags) +LFLAGS = $(dlllflags) $(lcommon) $(LFLAGS) OBJS = $(ASM_SRCS:.S=.obj) $(CORE_SRCS:.c=.obj) $(DRIVER_SRCS:.c=.obj) LIBS = $(guilibsdll) $(TOP)/lib/$(MESALIB) -- cgit v1.2.3