Add win/build-all.py, deprecate build-all.cmd

This commit is contained in:
Andrej730
2026-09-11 17:45:18 +05:00
parent d5fd959e6c
commit 71cc22d795
3 changed files with 131 additions and 1 deletions
+1 -1
View File
@@ -77,7 +77,7 @@ Directory Structure
+---_deps-*-installed - Created by build-deps.py, specific for a certain compiler and target architecture
+---_installed-* - Created by installing the IFCOS project, specific for a certain compiler and target architecture
\---win
| build-all.cmd - Runs all of the build scripts for IFCOS and it dependencies in a row without pauses
| build-all.py - Runs all of the build scripts for IFCOS and it dependencies in a row without pauses
| build-deps.py - Fetches and builds all needed dependencies for IFCOS using MSVC
| BuildDepsCache-<ARCH>.txt - Cache file created by build-deps.py
| build-ifcopenshell.py - Builds IFCOS using MSVC