Skip to content

Commit

Permalink
Merge pull request #479 from micro-manager/fix-openflexure-build
Browse files Browse the repository at this point in the history
OpenFlexure Remove PostBuildEvent from build
  • Loading branch information
marktsuchida authored Jul 7, 2024
2 parents 19e63fd + f35ec40 commit 33da127
Showing 1 changed file with 1 addition and 7 deletions.
8 changes: 1 addition & 7 deletions DeviceAdapters/OpenFlexure/OpenFlexure.vcxproj
Original file line number Diff line number Diff line change
Expand Up @@ -146,9 +146,6 @@
<GenerateDebugInformation>true</GenerateDebugInformation>
<EnableUAC>false</EnableUAC>
</Link>
<PostBuildEvent>
<Command>copy /Y "$(TargetDir)$(TargetName).dll" "C:\Program Files\Micro-Manager-2.0\$(TargetName).dll"</Command>
</PostBuildEvent>
</ItemDefinitionGroup>
<ItemDefinitionGroup Condition="'$(Configuration)|$(Platform)'=='Release|x64'">
<ClCompile>
Expand All @@ -165,11 +162,8 @@
<GenerateDebugInformation>true</GenerateDebugInformation>
<EnableUAC>false</EnableUAC>
</Link>
<PostBuildEvent>
<Command>copy /Y "$(TargetDir)$(TargetName).dll" "C:\Program Files\Micro-Manager-2.0\$(TargetName).dll"</Command>
</PostBuildEvent>
</ItemDefinitionGroup>
<Import Project="$(VCTargetsPath)\Microsoft.Cpp.targets" />
<ImportGroup Label="ExtensionTargets">
</ImportGroup>
</Project>
</Project>

0 comments on commit 33da127

Please sign in to comment.