From 573dd2206b1f3653fd10796e1de13c058d878e32 Mon Sep 17 00:00:00 2001 From: Karl Schultz Date: Tue, 18 Sep 2001 20:47:23 +0000 Subject: clean up makefiles some more for Windows --- progs/demos/Makefile.win | 14 +++++++------- 1 file changed, 7 insertions(+), 7 deletions(-) (limited to 'progs/demos/Makefile.win') diff --git a/progs/demos/Makefile.win b/progs/demos/Makefile.win index 65cc44163e..02efb7f6ed 100644 --- a/progs/demos/Makefile.win +++ b/progs/demos/Makefile.win @@ -1,4 +1,4 @@ -# $Id: Makefile.win,v 1.2 2001/09/18 16:39:38 kschultz Exp $ +# $Id: Makefile.win,v 1.3 2001/09/18 20:47:23 kschultz Exp $ # Mesa 3-D graphics library # Version: 3.5 @@ -70,13 +70,13 @@ realclean:: targets: readtex.c readtex.h $(PROGS) # remove comments when we get non-osmesa pgm working -#$(EXES) : $*.obj $(DEPLIBS) -# echo $@ -# $(link) -out:$@ $** $(LIBS) +#$(EXES) : $*.obj +# @echo $@ +# $(link) -out:$@ $** /LIBPATH:$(LIBDIR) $(LIBS) -$(OSMESAEXES) : $*.obj $(DEPLIBS) - echo $@ - $(link) -out:$@ $** $(LIBS) $(EXTRALIBS) +$(OSMESAEXES) : $*.obj + @echo $@ + $(link) -out:$@ $** /LIBPATH:$(LIBDIR) $(LIBS) $(EXTRALIBS) readtex.c: @copy ../util/readtex.c . -- cgit v1.2.3