Copy .dll.manifest from YAZ to bin
authorAdam Dickmeiss <adam@indexdata.dk>
Wed, 7 Jun 2006 14:37:02 +0000 (14:37 +0000)
committerAdam Dickmeiss <adam@indexdata.dk>
Wed, 7 Jun 2006 14:37:02 +0000 (14:37 +0000)
win/makefile

index 7413f62..5e03c6e 100644 (file)
@@ -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)
 
 ###########################################################