mirror of
https://github.com/IfcOpenShell/IfcOpenShell.git
synced 2026-09-22 08:58:38 +00:00
Introduce build-deps.py, deprecate build-deps.cmd
Moving to Python to make Windows build scripts more maintainable. It's intended to be a drop-in replacement, so it should be possible to just switch `.\build-deps.cmd` to `python build-deps.py`, keeping exactly the same arguments and behaviour will be the same. `build-deps.cmd` is deprecated, but not yet removed, but will be shortly after more testing. Other batch files will be migrated to Python shortly after too.
This commit is contained in:
@@ -162,6 +162,10 @@ call :PrintUsage
|
||||
call cecho.cmd 0 14 "Warning: You will need roughly 8 GB of disk space to proceed."
|
||||
echo.
|
||||
|
||||
call cecho.cmd 0 12 "WARNING: build-deps.cmd is deprecated since 09 Sep 2026 and will be removed very shortly."
|
||||
call cecho.cmd 0 12 "Use `python build-deps.py` instead. It's intended to be a drop-in replacement, so exactly the same args apply."
|
||||
echo.
|
||||
|
||||
call cecho.cmd black cyan "If you are not ready with the above: type `'n`' in the prompt below. Build proceeds on all other inputs!"
|
||||
|
||||
set /p do_continue="> "
|
||||
|
||||
Reference in New Issue
Block a user