Skip to content

Commit

Permalink
Merge pull request #407 from micro-manager/add-dragonfly-dll-to-install
Browse files Browse the repository at this point in the history
Add Andor Dragonfly DLL to Windows install
  • Loading branch information
marktsuchida authored Nov 28, 2023
2 parents 1abc4a1 + 6a66729 commit acbd5bc
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 acbd5bc

Please sign in to comment.