diff options
author | Stig Bjørlykke <stig@bjorlykke.org> | 2008-01-14 12:05:33 +0000 |
---|---|---|
committer | Stig Bjørlykke <stig@bjorlykke.org> | 2008-01-14 12:05:33 +0000 |
commit | e189eb88870cf39f5785918b56d2284e14f36f0c (patch) | |
tree | d7f44e29d0ce400d5b14369420c63cfa9d025516 | |
parent | b1d62c4418ce06144934ed97cd571953e0cbce19 (diff) |
Added copy of ethercat.dll, as pointed out by Peter Johansson.
svn path=/trunk/; revision=24088
-rw-r--r-- | Makefile.nmake | 1 |
1 files changed, 1 insertions, 0 deletions
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 |