mirror of
https://github.com/CCExtractor/ccextractor.git
synced 2026-07-18 23:05:09 +00:00
* Add message for detected version * Update rust build scripts for windows * Fix bug with negative delay values * fix formatting
6 lines
161 B
Batchfile
6 lines
161 B
Batchfile
for /f "delims=" %%i in ('cd') do set output=%%i
|
|
set CARGO_TARGET_DIR=%output%
|
|
cd ..\src\rust
|
|
cargo build
|
|
cd ..\..\windows
|
|
copy debug\ccx_rust.lib .\ccx_rust.lib |