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). --- progs/demos/Makefile.win | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'progs') diff --git a/progs/demos/Makefile.win b/progs/demos/Makefile.win index 02efb7f6ed..eb9dc5978b 100644 --- a/progs/demos/Makefile.win +++ b/progs/demos/Makefile.win @@ -1,4 +1,4 @@ -# $Id: Makefile.win,v 1.3 2001/09/18 20:47:23 kschultz Exp $ +# $Id: Makefile.win,v 1.4 2001/09/25 16:25:41 kschultz Exp $ # Mesa 3-D graphics library # Version: 3.5 @@ -76,7 +76,7 @@ targets: readtex.c readtex.h $(PROGS) $(OSMESAEXES) : $*.obj @echo $@ - $(link) -out:$@ $** /LIBPATH:$(LIBDIR) $(LIBS) $(EXTRALIBS) + $(link) $(lcommon) -out:$@ $** /LIBPATH:$(LIBDIR) $(LIBS) $(EXTRALIBS) readtex.c: @copy ../util/readtex.c . -- cgit v1.2.3