summaryrefslogtreecommitdiff
path: root/progs
diff options
context:
space:
mode:
authorKarl Schultz <kschultz@freedesktop.org>2001-09-18 20:47:23 +0000
committerKarl Schultz <kschultz@freedesktop.org>2001-09-18 20:47:23 +0000
commit573dd2206b1f3653fd10796e1de13c058d878e32 (patch)
treed2dc4e69218e8da9fca2ae2f6fb48ea2e017dbb4 /progs
parent4742735a5c22f2400a2777965e08e757ec384979 (diff)
clean up makefiles some more for Windows
Diffstat (limited to 'progs')
-rw-r--r--progs/demos/Makefile.win14
1 files changed, 7 insertions, 7 deletions
diff --git a/progs/demos/Makefile.win b/progs/demos/Makefile.win
index 65cc44163e3..02efb7f6ed0 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 .