summaryrefslogtreecommitdiff
path: root/src/mesa/drivers/osmesa/Makefile.win
diff options
context:
space:
mode:
authorKarl Schultz <kschultz@freedesktop.org>2001-09-25 16:25:41 +0000
committerKarl Schultz <kschultz@freedesktop.org>2001-09-25 16:25:41 +0000
commit954f511473e4e8cf643751d1f7c03d59c0bd48bf (patch)
tree8d030a7e5946a6fc6dec3ec18311d28ec787dfc1 /src/mesa/drivers/osmesa/Makefile.win
parent968e557dcd6c4611d5517ea0550dc56256ccb99c (diff)
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).
Diffstat (limited to 'src/mesa/drivers/osmesa/Makefile.win')
-rw-r--r--src/mesa/drivers/osmesa/Makefile.win2
1 files changed, 1 insertions, 1 deletions
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)