mirror of
https://git.dev.opencascade.org/repos/occt.git
synced 2025-04-03 17:56:21 +03:00
Added option USE_RAPIDJSON. Added option toPack creating a .7z archive. Added option toBuildSample building WebGL sample. Improved aborting on error.
23 lines
691 B
Plaintext
23 lines
691 B
Plaintext
rem Environment configuration template for wasm_build.bat (to be renamed as wasm_custom.bat)
|
|
set "EMSDK_ROOT=%aCasSrc%\..\emsdk"
|
|
set "aFreeType=%aCasSrc%\..\3rdparty\freetype-2.7.1-wasm"
|
|
rem set "aRapidJson=%aCasSrc%\..\3rdparty\rapidjson-1.1.0"
|
|
rem set "aCmakeBin=%ProgramW6432%\CMake\bin"
|
|
|
|
rem Uncomment to customize building steps
|
|
rem set "aBuildRoot=work"
|
|
rem set "toCMake=1"
|
|
rem set "toClean=0"
|
|
rem set "toMake=1"
|
|
rem set "toInstall=1"
|
|
rem set "toPack=0"
|
|
rem set "toBuildSample=1"
|
|
|
|
rem set "BUILD_ModelingData=ON"
|
|
rem set "BUILD_ModelingAlgorithms=ON"
|
|
rem set "BUILD_Visualization=ON"
|
|
rem set "BUILD_ApplicationFramework=ON"
|
|
rem set "BUILD_DataExchange=ON"
|
|
|
|
rem set "USE_RAPIDJSON=OFF"
|