mirror of
https://github.com/tribufu/sdk-cpp
synced 2025-06-16 11:24:21 +00:00
Update msbuild.ps1
This commit is contained in:
@ -4,8 +4,5 @@ echo "Building for windows-x86_64"
|
|||||||
cargo build --package tribufu-native --target x86_64-pc-windows-msvc
|
cargo build --package tribufu-native --target x86_64-pc-windows-msvc
|
||||||
New-Item "bin/windows/x86_64" -ItemType Directory -Force
|
New-Item "bin/windows/x86_64" -ItemType Directory -Force
|
||||||
Remove-Item -Path "bin/windows/x86_64/*" -Force
|
Remove-Item -Path "bin/windows/x86_64/*" -Force
|
||||||
Copy-Item -Path "target/x86_64-pc-windows-msvc/debug/deps/mintaka_native.dll" -Destination "bin/windows/x86_64" -Force
|
|
||||||
Copy-Item -Path "target/x86_64-pc-windows-msvc/debug/deps/mintaka_native.dll.lib" -Destination "bin/windows/x86_64" -Force
|
|
||||||
Copy-Item -Path "target/x86_64-pc-windows-msvc/debug/deps/mintaka_native.lib" -Destination "bin/windows/x86_64" -Force
|
|
||||||
Copy-Item -Path "target/x86_64-pc-windows-msvc/debug/tribufu_native.lib" -Destination "bin/windows/x86_64" -Force
|
Copy-Item -Path "target/x86_64-pc-windows-msvc/debug/tribufu_native.lib" -Destination "bin/windows/x86_64" -Force
|
||||||
msbuild /p:Configuration="debug" /p:Platform="windows-x86_64"
|
msbuild /p:Configuration="debug" /p:Platform="windows-x86_64"
|
||||||
|
Reference in New Issue
Block a user