From e189eb88870cf39f5785918b56d2284e14f36f0c Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Stig=20Bj=C3=B8rlykke?= Date: Mon, 14 Jan 2008 12:05:33 +0000 Subject: Added copy of ethercat.dll, as pointed out by Peter Johansson. svn path=/trunk/; revision=24088 --- Makefile.nmake | 1 + 1 file changed, 1 insertion(+) diff --git a/Makefile.nmake b/Makefile.nmake index f894a272ec..870542b43f 100644 --- a/Makefile.nmake +++ b/Makefile.nmake @@ -932,6 +932,7 @@ install-common-files: xcopy ".\plugins\ciscosm\ciscosm.dll" $(INSTALL_DIR)\plugins\$(VERSION) /d xcopy ".\plugins\docsis\docsis.dll" $(INSTALL_DIR)\plugins\$(VERSION) /d xcopy ".\plugins\enttec\enttec.dll" $(INSTALL_DIR)\plugins\$(VERSION) /d + xcopy ".\plugins\ethercat\ethercat.dll" $(INSTALL_DIR)\plugins\$(VERSION) /d xcopy ".\plugins\giop\coseventcomm.dll" $(INSTALL_DIR)\plugins\$(VERSION) /d xcopy ".\plugins\giop\cosnaming.dll" $(INSTALL_DIR)\plugins\$(VERSION) /d xcopy ".\plugins\giop\parlay.dll" $(INSTALL_DIR)\plugins\$(VERSION) /d -- cgit v1.2.3