summaryrefslogtreecommitdiff
path: root/src
diff options
context:
space:
mode:
authorKarl Schultz <kschultz@freedesktop.org>2002-04-15 22:13:00 +0000
committerKarl Schultz <kschultz@freedesktop.org>2002-04-15 22:13:00 +0000
commitc748b6c3d820b39d96bd812b686c2fb3a2dc089d (patch)
treeadac3376c61fe565c819e148b8ab9cf49c7b29f5 /src
parent2c109c15e004324217b2c6269f0035cdae2f7b42 (diff)
Build demos/samples correctly on Windows (Robert Bergkvist) to sync up
with the main branch. (I should have done this for 4.0.2)
Diffstat (limited to 'src')
-rw-r--r--src/mesa/main/Makefile.win4
1 files changed, 2 insertions, 2 deletions
diff --git a/src/mesa/main/Makefile.win b/src/mesa/main/Makefile.win
index 11ab97ddd9..ee8f9cefe9 100644
--- a/src/mesa/main/Makefile.win
+++ b/src/mesa/main/Makefile.win
@@ -156,9 +156,9 @@ mesadll : $(MESADLL)
CFLAGS = $(cvarsdll) $(CFLAGS) -D_OPENGL32_ -DBUILD_GL32 -DNO_PARALLEL -DNO_STEREO
!IFNDEF NODEBUG
-CFLAGS = $(CFLAGS) -DMESA_DEBUG
+CFLAGS = $(CFLAGS) -DMESA_DEBUG -Zi
!ENDIF
-LFLAGS = $(dlllflags) $(lcommon) $(LFLAGS)
+LFLAGS = $(dlllflags) $(lcommon) $(LFLAGS) /MAP
OBJS = $(ASM_SRCS:.S=.obj) $(CORE_SRCS:.c=.obj) $(DRIVER_SRCS:.c=.obj)
LIBS = winmm.lib $(guilibsdll)