mirror of
https://git.dev.opencascade.org/repos/occt.git
synced 2025-04-03 17:56:21 +03:00
Fixed multitouch input. Module is now exported with global functions hidden via MODULARIZE as global object OccViewerModule created by createOccViewerModule(). Global Module setup has been moved to occt-webgl-viewer.js. Use EMSCRIPTEN_KEEPALIVE attribute istead of listing C functions via EXTRA_EXPORTED_RUNTIME_METHODS. WasmOcctView now exports static methods as Module functions using EMSCRIPTEN_BINDINGS. Standard_ASSERT_DBGBREAK_() is now defined using emscripten_debugger().
27 lines
957 B
Plaintext
27 lines
957 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=1"
|
|
rem set "toMake=1"
|
|
rem set "toInstall=1"
|
|
rem set "toPack=1"
|
|
rem set "toDebug=1"
|
|
rem set "toBuildSample=1"
|
|
rem Source map base (should point to server where C++ sources will be copied)
|
|
rem enables -g4 debug building option for WebGL sample and allows navigating C++ source code within JavaScript debugger.
|
|
rem set "sourceMapBase=http://localhost:9090/"
|
|
|
|
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"
|