Files
guba-indicator/rust/build.ps1
xiaji 9103da519c build: 添加构建rust脚本并配置MSVC链接器路径
添加PowerShell和批处理构建脚本
配置Cargo使用Visual Studio的链接器
更新依赖项的构建指纹文件
2026-03-02 16:52:24 +08:00

4 lines
222 B
PowerShell

$env:PATH = "C:\Users\dxzq\.cargo\bin;C:\Program Files\Microsoft Visual Studio\2022\Community\VC\Tools\MSVC\14.44.35207\bin\Hostx64\x64;" + $env:PATH
cd "h:\学习资料\自用的小工具\guba\rust"
cargo build --release