mirror of
https://github.com/CCExtractor/ccextractor.git
synced 2025-01-13 05:31:14 +00:00
86fede6af8
* Add message for detected version * Update rust build scripts for windows * Fix bug with negative delay values * fix formatting
6 lines
212 B
Batchfile
6 lines
212 B
Batchfile
for /f "delims=" %%i in ('cd') do set output=%%i
|
|
set CARGO_TARGET_DIR=%output%
|
|
cd ..\src\rust
|
|
cargo build --target=i686-pc-windows-msvc
|
|
cd ..\..\windows
|
|
copy i686-pc-windows-msvc\debug\ccx_rust.lib .\ccx_rust.lib |