diff options
author | Karl Schultz <kschultz@freedesktop.org> | 2002-04-15 22:13:00 +0000 |
---|---|---|
committer | Karl Schultz <kschultz@freedesktop.org> | 2002-04-15 22:13:00 +0000 |
commit | c748b6c3d820b39d96bd812b686c2fb3a2dc089d (patch) | |
tree | adac3376c61fe565c819e148b8ab9cf49c7b29f5 /src | |
parent | 2c109c15e004324217b2c6269f0035cdae2f7b42 (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.win | 4 |
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) |