mirror of
https://github.com/tribufu/sdk-rust
synced 2025-08-05 09:12:49 +00:00
Remove native projects
This commit is contained in:
@@ -2,11 +2,3 @@
|
||||
|
||||
echo "Building for win-x64"
|
||||
cargo build --workspace
|
||||
|
||||
New-Item "bin/win-x64" -ItemType Directory -Force
|
||||
Remove-Item -Path "bin/win-x64/*" -Force -Recurse
|
||||
|
||||
Copy-Item -Path "target/debug/tribufu_sdk.dll.lib" -Destination "bin/win-x64/tribufu_sdk.lib"
|
||||
Copy-Item -Path "target/debug/tribufu_sdk.dll" -Destination "bin/win-x64/tribufu_sdk.dll"
|
||||
|
||||
#msbuild /p:Configuration="debug" /p:Platform="win-x64"
|
||||
|
@@ -1,3 +0,0 @@
|
||||
@echo off
|
||||
|
||||
call .\vendor\premake-core\windows\premake5.exe vs2022
|
Reference in New Issue
Block a user