|
|
|
@ -86,7 +86,7 @@
|
|
|
|
|
<SuppressStartupBanner>false</SuppressStartupBanner>
|
|
|
|
|
</Link>
|
|
|
|
|
<PreBuildEvent>
|
|
|
|
|
<Command>cargo build --manifest-path="$(SolutionDir)sequoia\Cargo.toml"</Command>
|
|
|
|
|
<Command>PUSHD $(SolutionDir)sequoia && cargo build && POPD</Command>
|
|
|
|
|
</PreBuildEvent>
|
|
|
|
|
<PostBuildEvent>
|
|
|
|
|
<Command>xcopy "$(SolutionDir)sequoia\target\debug\sequoia_openpgp_ffi.dll" "$(TargetDir)" /Y</Command>
|
|
|
|
@ -119,7 +119,7 @@
|
|
|
|
|
<AdditionalLibraryDirectories>$(SolutionDir)sequoia\target\release;C:\msys64\mingw32\lib</AdditionalLibraryDirectories>
|
|
|
|
|
</Link>
|
|
|
|
|
<PreBuildEvent>
|
|
|
|
|
<Command>cargo build --manifest-path="$(SolutionDir)sequoia\Cargo.toml" --release</Command>
|
|
|
|
|
<Command>PUSHD $(SolutionDir)sequoia && cargo build --release && POPD</Command>
|
|
|
|
|
</PreBuildEvent>
|
|
|
|
|
<PostBuildEvent>
|
|
|
|
|
<Command>xcopy "$(SolutionDir)sequoia\target\release\sequoia_openpgp_ffi.dll" "$(TargetDir)" /Y</Command>
|
|
|
|
|