]> OCCT Git - occt.git/commit
0031737: Configuration - Add batch files to build OCCT with Emscripten
authorosa <osa@opencascade.com>
Mon, 18 Nov 2019 11:35:45 +0000 (14:35 +0300)
committerbugmaster <bugmaster@opencascade.com>
Wed, 2 Sep 2020 16:51:56 +0000 (19:51 +0300)
commitb3da9c3ede61fdf8ed29a8e7c5c938d3350aa902
tree5ff9568ac66f84e4ee953cf48251e90f4482af51
parent17a5b56767c5db52ad7be66626bdccd402b02ef1
0031737: Configuration - Add batch files to build OCCT with Emscripten

The scripts occ_build_wasm.bat and occ_build_wasm.sh have been added
to simplify batch building of OCCT with Emscripten (Web Assembly packages) correspondingly on Windows and Linux platforms.
These scripts are configurable through calling files with custom environment wasm_custom_env.bat and wasm_custom_env.sh.
adm/scripts/.gitignore [new file with mode: 0644]
adm/scripts/wasm_build.bat [new file with mode: 0644]
adm/scripts/wasm_build.sh [new file with mode: 0755]
adm/scripts/wasm_custom.bat.template [new file with mode: 0644]
adm/scripts/wasm_custom.sh.template [new file with mode: 0644]