Skip to content

Commit 70b4952

Browse files
committed
Added post-build event to copy DLLs to target (for "Relase - x64" configuration).
1 parent 535acc8 commit 70b4952

File tree

1 file changed

+6
-0
lines changed

1 file changed

+6
-0
lines changed

PiCalculatorC++.vcxproj

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -142,6 +142,12 @@
142142
<GenerateDebugInformation>true</GenerateDebugInformation>
143143
<AdditionalDependencies>$(ProjectDir)GMP\Linker Files\libgmp.dll.a;$(ProjectDir)GMP\Linker Files\libgmpxx.dll.a;%(AdditionalDependencies)</AdditionalDependencies>
144144
</Link>
145+
<PostBuildEvent>
146+
<Command>copy /Y "$(ProjectDir)GMP\DLLs\*.dll" "$(TargetDir)"</Command>
147+
</PostBuildEvent>
148+
<PostBuildEvent>
149+
<Message>Copy GMP DLLs to target.</Message>
150+
</PostBuildEvent>
145151
</ItemDefinitionGroup>
146152
<ItemGroup>
147153
<ClCompile Include="ChudnovskyPiBS.cpp" />

0 commit comments

Comments
 (0)