From e045016645d0721be8660ae5fc86102df699b5d3 Mon Sep 17 00:00:00 2001 From: Anders Broman Date: Sun, 14 Oct 2007 18:34:22 +0000 Subject: [PATCH] And U3 ... svn path=/trunk/; revision=23176 --- packaging/u3/win32/makefile.nmake | 1 + 1 file changed, 1 insertion(+) diff --git a/packaging/u3/win32/makefile.nmake b/packaging/u3/win32/makefile.nmake index cf04e1e17a..7b30512f67 100644 --- a/packaging/u3/win32/makefile.nmake +++ b/packaging/u3/win32/makefile.nmake @@ -135,6 +135,7 @@ distribution: host-dirs device-dirs data-dirs manifest-dirs manifest.u3i u3util $(COPY) $(TOPDIR)\plugins\ciscosm\ciscosm.dll $(DEVICE)\plugins\$(VERSION) $(COPY_FLAGS) $(COPY) $(TOPDIR)\plugins\docsis\docsis.dll $(DEVICE)\plugins\$(VERSION) $(COPY_FLAGS) $(COPY) $(TOPDIR)\plugins\enttec\enttec.dll $(DEVICE)\plugins\$(VERSION) $(COPY_FLAGS) + $(COPY) $(TOPDIR)\plugins\ethercat\ethercat.dll $(DEVICE)\plugins\$(VERSION) $(COPY_FLAGS) $(COPY) $(TOPDIR)\plugins\giop\coseventcomm.dll $(DEVICE)\plugins\$(VERSION) $(COPY_FLAGS) $(COPY) $(TOPDIR)\plugins\giop\cosnaming.dll $(DEVICE)\plugins\$(VERSION) $(COPY_FLAGS) $(COPY) $(TOPDIR)\plugins\giop\parlay.dll $(DEVICE)\plugins\$(VERSION) $(COPY_FLAGS)