Skip to content

Commit

Permalink
Add Andor Dragonfly DLL to Windows install
Browse files Browse the repository at this point in the history
By request from Andor.
  • Loading branch information
marktsuchida committed Nov 28, 2023
1 parent 1abc4a1 commit 6a66729
Showing 1 changed file with 10 additions and 0 deletions.
10 changes: 10 additions & 0 deletions DeviceAdapters/Dragonfly/build.xml
Original file line number Diff line number Diff line change
@@ -0,0 +1,10 @@
<project name="Dragonfly">
<import file="../../../buildscripts/deviceadapter.xml"/>
<target name="install-x64">
<copy todir="${mm.dll.installdir}">
<filelist dir="${mm.basedir}/../3rdparty/Andor/ASD/DLL-1.2.2.32">
<file name="AB_ASDx64.dll"/>
</filelist>
</copy>
</target>
</project>

0 comments on commit 6a66729

Please sign in to comment.