diff options
author | Karl Schultz <[email protected]> | 2001-09-25 16:25:41 +0000 |
---|---|---|
committer | Karl Schultz <[email protected]> | 2001-09-25 16:25:41 +0000 |
commit | 954f511473e4e8cf643751d1f7c03d59c0bd48bf (patch) | |
tree | 8d030a7e5946a6fc6dec3ec18311d28ec787dfc1 /src/glu | |
parent | 968e557dcd6c4611d5517ea0550dc56256ccb99c (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/glu')
-rw-r--r-- | src/glu/sgi/Makefile.win | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/glu/sgi/Makefile.win b/src/glu/sgi/Makefile.win index 236731a7a09..33349c326d1 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) |