We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 535acc8 commit 70b4952Copy full SHA for 70b4952
PiCalculatorC++.vcxproj
@@ -142,6 +142,12 @@
142
<GenerateDebugInformation>true</GenerateDebugInformation>
143
<AdditionalDependencies>$(ProjectDir)GMP\Linker Files\libgmp.dll.a;$(ProjectDir)GMP\Linker Files\libgmpxx.dll.a;%(AdditionalDependencies)</AdditionalDependencies>
144
</Link>
145
+ <PostBuildEvent>
146
+ <Command>copy /Y "$(ProjectDir)GMP\DLLs\*.dll" "$(TargetDir)"</Command>
147
+ </PostBuildEvent>
148
149
+ <Message>Copy GMP DLLs to target.</Message>
150
151
</ItemDefinitionGroup>
152
<ItemGroup>
153
<ClCompile Include="ChudnovskyPiBS.cpp" />
0 commit comments