From: Adam Dickmeiss Date: Wed, 7 Jun 2006 14:37:02 +0000 (+0000) Subject: Copy .dll.manifest from YAZ to bin X-Git-Tag: before.bug.529~71 X-Git-Url: http://git.indexdata.com/?a=commitdiff_plain;h=69b66fb0c3c17f6deca8ede6940355a2512f8957;p=idzebra-moved-to-github.git Copy .dll.manifest from YAZ to bin --- 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) ###########################################################