From 69b66fb0c3c17f6deca8ede6940355a2512f8957 Mon Sep 17 00:00:00 2001 From: Adam Dickmeiss Date: Wed, 7 Jun 2006 14:37:02 +0000 Subject: [PATCH] Copy .dll.manifest from YAZ to bin --- win/makefile | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/win/makefile b/win/makefile index 7413f62..5e03c6e 100644 --- a/win/makefile +++ b/win/makefile @@ -1,5 +1,5 @@ # Zebra makefile for MS NMAKE -# $Id: makefile,v 1.50 2006-06-07 10:01:11 adam Exp $ +# $Id: makefile,v 1.51 2006-06-07 14:37:02 adam Exp $ ########################################################### ############### Parameters @@ -576,6 +576,7 @@ $(OBJDIR) $(WINDIR) $(LIBDIR) $(BINDIR) $(TMPDIR): yaz: $(YAZ_DLL_TARGET) $(YAZ_DLL_TARGET) : $(YAZ_DLL_SOURCE) + copy $(YAZBINDIR)\*.dll.manifest $(BINDIR) copy $(YAZBINDIR)\*.dll $(BINDIR) ########################################################### -- 1.7.10.4