{ | |
"tools": [ | |
{ | |
"id": "clang", | |
"version": "3.2", | |
"bitness": 32, | |
"windows_url": "clang_3.2_32bit.zip", | |
"activated_path": "%installation_dir%", | |
"activated_cfg": "LLVM_ROOT='%installation_dir%'", | |
"is_old": true | |
}, | |
{ | |
"id": "clang", | |
"version": "3.2", | |
"bitness": 64, | |
"windows_url": "clang_3.2_64bit.zip", | |
"activated_path": "%installation_dir%/bin", | |
"activated_cfg": "LLVM_ROOT='%installation_dir%/bin'", | |
"is_old": true | |
}, | |
{ | |
"id": "clang", | |
"version": "3.3", | |
"bitness": 32, | |
"windows_url": "clang_3.3_32bit.zip", | |
"activated_path": "%installation_dir%", | |
"activated_cfg": "LLVM_ROOT='%installation_dir%'", | |
"is_old": true | |
}, | |
{ | |
"id": "clang", | |
"version": "3.3", | |
"bitness": 64, | |
"windows_url": "clang_3.3_64bit.zip", | |
"activated_path": "%installation_dir%", | |
"activated_cfg": "LLVM_ROOT='%installation_dir%'", | |
"is_old": true | |
}, | |
{ | |
"id": "clang", | |
"version": "3.2", | |
"bitness": 64, | |
"osx_url": "clang%2Bllvm-3.2-x86_64-apple-darwin11.tar.gz", | |
"activated_path": "%installation_dir%/bin", | |
"activated_cfg": "LLVM_ROOT='%installation_dir%/bin'", | |
"is_old": true | |
}, | |
{ | |
"id": "clang", | |
"version": "3.3", | |
"bitness": 64, | |
"osx_url": "clang%2Bllvm-3.3-x86_64-apple-darwin12.tar.gz", | |
"activated_path": "%installation_dir%/bin", | |
"activated_cfg": "LLVM_ROOT='%installation_dir%/bin'", | |
"is_old": true | |
}, | |
{ | |
"id": "clang", | |
"version": "tag-e%tag%", | |
"bitness": 32, | |
"append_bitness": false, | |
"windows_url": "https://github.com/kripken/emscripten-fastcomp/archive/%tag%.zip", | |
"unix_url": "https://github.com/kripken/emscripten-fastcomp/archive/%tag%.tar.gz", | |
"windows_clang_url": "https://github.com/kripken/emscripten-fastcomp-clang/archive/%tag%.zip", | |
"unix_clang_url": "https://github.com/kripken/emscripten-fastcomp-clang/archive/%tag%.tar.gz", | |
"custom_install_script": "build_fastcomp", | |
"activated_path": "%installation_dir%/%fastcomp_build_bin_dir%", | |
"activated_cfg": "LLVM_ROOT='%installation_dir%/%fastcomp_build_bin_dir%'", | |
"cmake_build_type": "RelWithDebInfo" | |
}, | |
{ | |
"id": "clang", | |
"version": "tag-e%tag%", | |
"bitness": 64, | |
"append_bitness": false, | |
"windows_url": "https://github.com/kripken/emscripten-fastcomp/archive/%tag%.zip", | |
"unix_url": "https://github.com/kripken/emscripten-fastcomp/archive/%tag%.tar.gz", | |
"windows_clang_url": "https://github.com/kripken/emscripten-fastcomp-clang/archive/%tag%.zip", | |
"unix_clang_url": "https://github.com/kripken/emscripten-fastcomp-clang/archive/%tag%.tar.gz", | |
"custom_install_script": "build_fastcomp", | |
"activated_path": "%installation_dir%/%fastcomp_build_bin_dir%", | |
"activated_cfg": "LLVM_ROOT='%installation_dir%/%fastcomp_build_bin_dir%'", | |
"cmake_build_type": "RelWithDebInfo" | |
}, | |
{ | |
"id": "clang", | |
"version": "incoming", | |
"bitness": 32, | |
"install_path": "clang/fastcomp", | |
"url": "https://github.com/kripken/emscripten-fastcomp/", | |
"clang_url": "https://github.com/kripken/emscripten-fastcomp-clang/", | |
"git_branch": "incoming", | |
"custom_install_script": "build_fastcomp", | |
"activated_path": "%installation_dir%/%fastcomp_build_bin_dir%", | |
"activated_cfg": "LLVM_ROOT='%installation_dir%/%fastcomp_build_bin_dir%'", | |
"cmake_build_type": "RelWithDebInfo" | |
}, | |
{ | |
"id": "clang", | |
"version": "incoming", | |
"bitness": 64, | |
"install_path": "clang/fastcomp", | |
"git_branch": "incoming", | |
"url": "https://github.com/kripken/emscripten-fastcomp/", | |
"clang_url": "https://github.com/kripken/emscripten-fastcomp-clang/", | |
"custom_install_script": "build_fastcomp", | |
"activated_path": "%installation_dir%/%fastcomp_build_bin_dir%", | |
"activated_cfg": "LLVM_ROOT='%installation_dir%/%fastcomp_build_bin_dir%'", | |
"cmake_build_type": "RelWithDebInfo" | |
}, | |
{ | |
"id": "clang", | |
"version": "master", | |
"bitness": 32, | |
"install_path": "clang/fastcomp", | |
"url": "https://github.com/kripken/emscripten-fastcomp/", | |
"clang_url": "https://github.com/kripken/emscripten-fastcomp-clang/", | |
"git_branch": "master", | |
"custom_install_script": "build_fastcomp", | |
"activated_path": "%installation_dir%/%fastcomp_build_bin_dir%", | |
"activated_cfg": "LLVM_ROOT='%installation_dir%/%fastcomp_build_bin_dir%'", | |
"cmake_build_type": "Release" | |
}, | |
{ | |
"id": "clang", | |
"version": "master", | |
"bitness": 64, | |
"install_path": "clang/fastcomp", | |
"git_branch": "master", | |
"url": "https://github.com/kripken/emscripten-fastcomp/", | |
"clang_url": "https://github.com/kripken/emscripten-fastcomp-clang/", | |
"custom_install_script": "build_fastcomp", | |
"activated_path": "%installation_dir%/%fastcomp_build_bin_dir%", | |
"activated_cfg": "LLVM_ROOT='%installation_dir%/%fastcomp_build_bin_dir%'", | |
"cmake_build_type": "Release" | |
}, | |
{ | |
"id": "clang", | |
"version": "e1.13.0", | |
"bitness": 64, | |
"windows_url": "emscripten-clang_e1.13.0.zip", | |
"osx_url": "emscripten-clang_e1.13.0.tar.gz", | |
"activated_path": "%installation_dir%", | |
"activated_cfg": "LLVM_ROOT='%installation_dir%'", | |
"is_old": true | |
}, | |
{ | |
"id": "clang", | |
"version": "e1.13.1", | |
"bitness": 64, | |
"windows_url": "emscripten-clang_e1.13.1.zip", | |
"osx_url": "emscripten-clang_e1.13.1.tar.gz", | |
"activated_path": "%installation_dir%", | |
"activated_cfg": "LLVM_ROOT='%installation_dir%'", | |
"is_old": true | |
}, | |
{ | |
"id": "clang", | |
"version": "e1.16.0", | |
"bitness": 64, | |
"windows_url": "emscripten-clang_e1.16.0.zip", | |
"osx_url": "emscripten-clang_e1.16.0.tar.gz", | |
"activated_path": "%installation_dir%", | |
"activated_cfg": "LLVM_ROOT='%installation_dir%'", | |
"is_old": true | |
}, | |
{ | |
"id": "clang", | |
"version": "e1.21.0", | |
"bitness": 64, | |
"windows_url": "emscripten-clang_e1.21.0.zip", | |
"osx_url": "emscripten-clang_e1.21.0.tar.gz", | |
"activated_path": "%installation_dir%", | |
"activated_cfg": "LLVM_ROOT='%installation_dir%'", | |
"is_old": true | |
}, | |
{ | |
"id": "clang", | |
"version": "e1.22.0", | |
"bitness": 64, | |
"windows_url": "emscripten-clang_e1.22.0.zip", | |
"osx_url": "emscripten-clang_e1.22.0.tar.gz", | |
"activated_path": "%installation_dir%", | |
"activated_cfg": "LLVM_ROOT='%installation_dir%'", | |
"is_old": true | |
}, | |
{ | |
"id": "clang", | |
"version": "e1.25.0", | |
"bitness": 64, | |
"windows_url": "emscripten-clang_e1.25.0.zip", | |
"osx_url": "emscripten-clang_e1.25.0.tar.gz", | |
"activated_path": "%installation_dir%", | |
"activated_cfg": "LLVM_ROOT='%installation_dir%'", | |
"is_old": true | |
}, | |
{ | |
"id": "clang", | |
"version": "e1.27.0", | |
"bitness": 64, | |
"windows_url": "emscripten-clang_e1.27.0.zip", | |
"osx_url": "emscripten-clang_e1.27.0.tar.gz", | |
"activated_path": "%installation_dir%", | |
"activated_cfg": "LLVM_ROOT='%installation_dir%'", | |
"is_old": true | |
}, | |
{ | |
"id": "clang", | |
"version": "e1.29.0", | |
"bitness": 64, | |
"windows_url": "emscripten-clang_e1.29.0.zip", | |
"osx_url": "emscripten-clang_e1.29.0.tar.gz", | |
"activated_path": "%installation_dir%", | |
"activated_cfg": "LLVM_ROOT='%installation_dir%';EMSCRIPTEN_NATIVE_OPTIMIZER='%installation_dir%/optimizer%.exe%'", | |
"is_old": true | |
}, | |
{ | |
"id": "clang", | |
"version": "e1.30.0", | |
"bitness": 64, | |
"windows_url": "emscripten-clang_e1.30.0.zip", | |
"osx_url": "emscripten-clang_e1.30.0.tar.gz", | |
"activated_path": "%installation_dir%", | |
"activated_cfg": "LLVM_ROOT='%installation_dir%';EMSCRIPTEN_NATIVE_OPTIMIZER='%installation_dir%/optimizer%.exe%'" | |
}, | |
{ | |
"id": "clang", | |
"version": "e1.34.1", | |
"bitness": 64, | |
"windows_url": "emscripten-clang_e1.34.1.zip", | |
"osx_url": "emscripten-clang_e1.34.1.tar.gz", | |
"activated_path": "%installation_dir%", | |
"activated_cfg": "LLVM_ROOT='%installation_dir%';EMSCRIPTEN_NATIVE_OPTIMIZER='%installation_dir%/optimizer%.exe%'" | |
}, | |
{ | |
"id": "clang", | |
"version": "e1.35.0", | |
"bitness": 64, | |
"windows_url": "emscripten-clang_e1.35.0.zip", | |
"osx_url": "emscripten-clang_e1.35.0.tar.gz", | |
"activated_path": "%installation_dir%", | |
"activated_cfg": "LLVM_ROOT='%installation_dir%';EMSCRIPTEN_NATIVE_OPTIMIZER='%installation_dir%/optimizer%.exe%'" | |
}, | |
{ | |
"id": "node", | |
"version": "0.10.17", | |
"bitness": 32, | |
"windows_url": "node_0.10.17_32bit.exe", | |
"windows_install_path": "node/0.10.17_32bit/node.exe", | |
"activated_path": "%installation_dir%", | |
"activated_cfg": "NODE_JS='%installation_dir%/node.exe'", | |
"is_old": true | |
}, | |
{ | |
"id": "node", | |
"version": "0.10.17", | |
"bitness": 64, | |
"windows_url": "node_0.10.17_64bit.exe", | |
"windows_install_path": "node/0.10.17_64bit/node.exe", | |
"activated_path": "%installation_dir%", | |
"activated_cfg": "NODE_JS='%installation_dir%/node.exe'", | |
"is_old": true | |
}, | |
{ | |
"id": "node", | |
"version": "0.10.18", | |
"bitness": 64, | |
"osx_url": "node-v0.10.18-darwin-x64.tar.gz", | |
"activated_path": "%installation_dir%/bin", | |
"activated_cfg": "NODE_JS='%installation_dir%/bin/node'", | |
"is_old": true | |
}, | |
{ | |
"id": "node", | |
"version": "0.12.2", | |
"bitness": 32, | |
"windows_url": "node_0.12.2_32bit.exe", | |
"windows_install_path": "node/0.12.2_32bit/node.exe", | |
"activated_path": "%installation_dir%", | |
"activated_cfg": "NODE_JS='%installation_dir%/node.exe'", | |
"is_old": true | |
}, | |
{ | |
"id": "node", | |
"version": "0.12.2", | |
"bitness": 64, | |
"windows_url": "node_0.12.2_64bit.exe", | |
"windows_install_path": "node/0.12.2_64bit/node.exe", | |
"activated_path": "%installation_dir%", | |
"activated_cfg": "NODE_JS='%installation_dir%/node.exe'", | |
"is_old": true | |
}, | |
{ | |
"id": "node", | |
"version": "0.12.2", | |
"bitness": 64, | |
"osx_url": "node-v0.12.2-darwin-x64.tar.gz", | |
"activated_path": "%installation_dir%/bin", | |
"activated_cfg": "NODE_JS='%installation_dir%/bin/node'", | |
"is_old": true | |
}, | |
{ | |
"id": "node", | |
"version": "4.1.1", | |
"bitness": 32, | |
"windows_url": "node_4.1.1_32bit.zip", | |
"linux_url": "node-v4.1.1-linux-x86.tar.gz", | |
"activated_path": "%installation_dir%/bin", | |
"activated_cfg": "NODE_JS='%installation_dir%/bin/node'" | |
}, | |
{ | |
"id": "node", | |
"version": "4.1.1", | |
"bitness": 64, | |
"osx_url": "node-v4.1.1-darwin-x64.tar.gz", | |
"windows_url": "node_4.1.1_64bit.zip", | |
"linux_url": "node-v4.1.1-linux-x64.tar.gz", | |
"activated_path": "%installation_dir%/bin", | |
"activated_cfg": "NODE_JS='%installation_dir%/bin/node'" | |
}, | |
{ | |
"id": "python", | |
"version": "2.7.5.1", | |
"bitness": 32, | |
"windows_url": "python_2.7.5.1_32bit.zip", | |
"activated_path": "%installation_dir%", | |
"activated_cfg": "PYTHON='%installation_dir%/python%.exe%'", | |
"is_old": true | |
}, | |
{ | |
"id": "python", | |
"version": "2.7.5", | |
"bitness": 64, | |
"windows_url": "python_2.7.5_64bit.zip", | |
"activated_path": "%installation_dir%", | |
"activated_cfg": "PYTHON='%installation_dir%/python%.exe%'", | |
"is_old": true | |
}, | |
{ | |
"id": "python", | |
"version": "2.7.5.3", | |
"bitness": 32, | |
"windows_url": "python_2.7.5.3_32bit.zip", | |
"activated_path": "%installation_dir%", | |
"activated_cfg": "PYTHON='%installation_dir%/python%.exe%'" | |
}, | |
{ | |
"id": "python", | |
"version": "2.7.5.3", | |
"bitness": 64, | |
"windows_url": "python_2.7.5.3_64bit.zip", | |
"activated_path": "%installation_dir%", | |
"activated_cfg": "PYTHON='%installation_dir%/python%.exe%'" | |
}, | |
{ | |
"id": "java", | |
"version": "7.45", | |
"bitness": 32, | |
"windows_url": "portable_jre_7_update_45_32bit.zip", | |
"activated_path": "%installation_dir%/bin", | |
"activated_env": "JAVA_HOME=%installation_dir%", | |
"activated_cfg": "JAVA='%installation_dir%/bin/java%.exe%'" | |
}, | |
{ | |
"id": "java", | |
"version": "7.45", | |
"bitness": 64, | |
"windows_url": "portable_jre_7_update_45_64bit.zip", | |
"activated_path": "%installation_dir%/bin", | |
"activated_env": "JAVA_HOME=%installation_dir%", | |
"activated_cfg": "JAVA='%installation_dir%/bin/java%.exe%'" | |
}, | |
{ | |
"id": "spidermonkey", | |
"version": "27.0.1", | |
"bitness": 64, | |
"windows_url": "spidermonkey-27.0.1.zip", | |
"osx_url": "spidermonkey-27.0.1.tar.gz", | |
"activated_path": "%installation_dir%", | |
"activated_cfg": "SPIDERMONKEY_ENGINE='%installation_dir%/js%.exe%'", | |
"is_old": true | |
}, | |
{ | |
"id": "spidermonkey", | |
"version": "nightly-2014-03-13", | |
"bitness": 64, | |
"windows_url": "spidermonkey-nightly-2014-03-13.zip", | |
"osx_url": "spidermonkey-nightly-2014-03-13.tar.gz", | |
"activated_path": "%installation_dir%", | |
"activated_cfg": "SPIDERMONKEY_ENGINE='%installation_dir%/js%.exe%'", | |
"is_old": true | |
}, | |
{ | |
"id": "spidermonkey", | |
"version": "30.0.0", | |
"bitness": 64, | |
"windows_url": "spidermonkey-30.0.0.zip", | |
"osx_url": "spidermonkey-30.0.0.tar.gz", | |
"activated_path": "%installation_dir%", | |
"activated_cfg": "SPIDERMONKEY_ENGINE='%installation_dir%/js%.exe%'", | |
"is_old": true | |
}, | |
{ | |
"id": "spidermonkey", | |
"version": "37.0.1", | |
"bitness": 64, | |
"windows_url": "spidermonkey-37.0.1_64bit.zip", | |
"osx_url": "spidermonkey-37.0.1_64bit.tar.gz", | |
"activated_path": "%installation_dir%", | |
"activated_cfg": "SPIDERMONKEY_ENGINE='%installation_dir%/js%.exe%'" | |
}, | |
{ | |
"id": "spidermonkey", | |
"version": "nightly-2015-04-12", | |
"bitness": 64, | |
"windows_url": "spidermonkey-nightly-2015-04-12_64bit.zip", | |
"osx_url": "spidermonkey-nightly-2015-04-12_64bit.tar.gz", | |
"activated_path": "%installation_dir%", | |
"activated_cfg": "SPIDERMONKEY_ENGINE='%installation_dir%/js%.exe%'" | |
}, | |
{ | |
"id": "git", | |
"version": "1.8.3", | |
"windows_url": "git_1.8.3.zip", | |
"activated_path": "%installation_dir%/bin;%installation_dir%/cmd", | |
"activated_cfg": "EMSDK_GIT='%installation_dir%'", | |
"is_old": true | |
}, | |
{ | |
"id": "git", | |
"version": "1.9.4", | |
"windows_url": "git_1.9.4.zip", | |
"activated_path": "%installation_dir%/bin;%installation_dir%/cmd", | |
"activated_cfg": "EMSDK_GIT='%installation_dir%'" | |
}, | |
{ | |
"id": "emscripten", | |
"version": "1.5.6", | |
"windows_url": "emscripten_1.5.6.zip", | |
"unix_url": "emscripten_1.5.6.tar.gz", | |
"activated_cfg": "EMSCRIPTEN_ROOT='%installation_dir%'", | |
"activated_path": "%installation_dir%", | |
"activated_env": "EMSCRIPTEN=%installation_dir%", | |
"is_old": true | |
}, | |
{ | |
"id": "emscripten", | |
"version": "1.7.1", | |
"windows_url": "emscripten-1.7.1.zip", | |
"unix_url": "emscripten-1.7.1.tar.gz", | |
"activated_cfg": "EMSCRIPTEN_ROOT='%installation_dir%'", | |
"activated_path": "%installation_dir%", | |
"activated_env": "EMSCRIPTEN=%installation_dir%", | |
"is_old": true | |
}, | |
{ | |
"id": "emscripten", | |
"version": "1.7.8", | |
"windows_url": "emscripten-1.7.8.zip", | |
"unix_url": "emscripten-1.7.8.tar.gz", | |
"activated_cfg": "EMSCRIPTEN_ROOT='%installation_dir%'", | |
"activated_path": "%installation_dir%", | |
"activated_env": "EMSCRIPTEN=%installation_dir%", | |
"is_old": true | |
}, | |
{ | |
"id": "emscripten", | |
"version": "1.8.2", | |
"windows_url": "emscripten-1.8.2.zip", | |
"unix_url": "emscripten-1.8.2.tar.gz", | |
"activated_cfg": "EMSCRIPTEN_ROOT='%installation_dir%'", | |
"activated_path": "%installation_dir%", | |
"activated_env": "EMSCRIPTEN=%installation_dir%", | |
"is_old": true | |
}, | |
{ | |
"id": "emscripten", | |
"version": "1.9.5", | |
"windows_url": "emscripten-1.9.5.zip", | |
"unix_url": "emscripten-1.9.5.tar.gz", | |
"activated_cfg": "EMSCRIPTEN_ROOT='%installation_dir%'", | |
"activated_path": "%installation_dir%", | |
"activated_env": "EMSCRIPTEN=%installation_dir%", | |
"is_old": true | |
}, | |
{ | |
"id": "emscripten", | |
"version": "1.10.4", | |
"windows_url": "emscripten-1.10.4.zip", | |
"unix_url": "emscripten-1.10.4.tar.gz", | |
"activated_cfg": "EMSCRIPTEN_ROOT='%installation_dir%'", | |
"activated_path": "%installation_dir%", | |
"activated_env": "EMSCRIPTEN=%installation_dir%", | |
"is_old": true | |
}, | |
{ | |
"id": "emscripten", | |
"version": "1.12.0", | |
"windows_url": "emscripten-1.12.0.zip", | |
"unix_url": "emscripten-1.12.0.tar.gz", | |
"activated_cfg": "EMSCRIPTEN_ROOT='%installation_dir%'", | |
"activated_path": "%installation_dir%", | |
"activated_env": "EMSCRIPTEN=%installation_dir%", | |
"is_old": true | |
}, | |
{ | |
"id": "emscripten", | |
"version": "1.13.0", | |
"windows_url": "emscripten-1.13.0.zip", | |
"unix_url": "emscripten-1.13.0.tar.gz", | |
"activated_cfg": "EMSCRIPTEN_ROOT='%installation_dir%'", | |
"activated_path": "%installation_dir%", | |
"activated_env": "EMSCRIPTEN=%installation_dir%", | |
"is_old": true | |
}, | |
{ | |
"id": "emscripten", | |
"version": "1.13.1", | |
"windows_url": "emscripten-1.13.1.zip", | |
"unix_url": "emscripten-1.13.1.tar.gz", | |
"activated_cfg": "EMSCRIPTEN_ROOT='%installation_dir%'", | |
"activated_path": "%installation_dir%", | |
"activated_env": "EMSCRIPTEN=%installation_dir%", | |
"is_old": true | |
}, | |
{ | |
"id": "emscripten", | |
"version": "1.16.0", | |
"windows_url": "emscripten-1.16.0.zip", | |
"unix_url": "emscripten-1.16.0.tar.gz", | |
"activated_cfg": "EMSCRIPTEN_ROOT='%installation_dir%'", | |
"activated_path": "%installation_dir%", | |
"activated_env": "EMSCRIPTEN=%installation_dir%", | |
"is_old": true | |
}, | |
{ | |
"id": "emscripten", | |
"version": "1.21.0", | |
"windows_url": "emscripten-1.21.0.zip", | |
"unix_url": "emscripten-1.21.0.tar.gz", | |
"activated_cfg": "EMSCRIPTEN_ROOT='%installation_dir%'", | |
"activated_path": "%installation_dir%", | |
"activated_env": "EMSCRIPTEN=%installation_dir%", | |
"is_old": true | |
}, | |
{ | |
"id": "emscripten", | |
"version": "1.22.0", | |
"windows_url": "emscripten-1.22.0.zip", | |
"unix_url": "emscripten-1.22.0.tar.gz", | |
"activated_cfg": "EMSCRIPTEN_ROOT='%installation_dir%'", | |
"activated_path": "%installation_dir%", | |
"activated_env": "EMSCRIPTEN=%installation_dir%", | |
"is_old": true | |
}, | |
{ | |
"id": "emscripten", | |
"version": "1.25.0", | |
"windows_url": "emscripten-1.25.0.zip", | |
"unix_url": "emscripten-1.25.0.tar.gz", | |
"activated_cfg": "EMSCRIPTEN_ROOT='%installation_dir%'", | |
"activated_path": "%installation_dir%", | |
"activated_env": "EMSCRIPTEN=%installation_dir%", | |
"is_old": true | |
}, | |
{ | |
"id": "emscripten", | |
"version": "1.27.0", | |
"windows_url": "emscripten-1.27.0.zip", | |
"unix_url": "emscripten-1.27.0.tar.gz", | |
"activated_cfg": "EMSCRIPTEN_ROOT='%installation_dir%'", | |
"activated_path": "%installation_dir%", | |
"activated_env": "EMSCRIPTEN=%installation_dir%", | |
"is_old": true | |
}, | |
{ | |
"id": "emscripten", | |
"version": "1.29.0", | |
"windows_url": "emscripten-1.29.0.zip", | |
"unix_url": "emscripten-1.29.0.tar.gz", | |
"activated_cfg": "EMSCRIPTEN_ROOT='%installation_dir%'", | |
"activated_path": "%installation_dir%", | |
"activated_env": "EMSCRIPTEN=%installation_dir%", | |
"is_old": true | |
}, | |
{ | |
"id": "emscripten", | |
"version": "1.30.0", | |
"windows_url": "emscripten-1.30.0.zip", | |
"unix_url": "emscripten-1.30.0.tar.gz", | |
"activated_cfg": "EMSCRIPTEN_ROOT='%installation_dir%'", | |
"activated_path": "%installation_dir%", | |
"activated_env": "EMSCRIPTEN=%installation_dir%" | |
}, | |
{ | |
"id": "emscripten", | |
"version": "1.34.1", | |
"windows_url": "emscripten-1.34.1.zip", | |
"unix_url": "emscripten-1.34.1.tar.gz", | |
"activated_cfg": "EMSCRIPTEN_ROOT='%installation_dir%'", | |
"activated_path": "%installation_dir%", | |
"activated_env": "EMSCRIPTEN=%installation_dir%" | |
}, | |
{ | |
"id": "emscripten", | |
"version": "1.35.0", | |
"windows_url": "emscripten-1.35.0.zip", | |
"unix_url": "emscripten-1.35.0.tar.gz", | |
"activated_cfg": "EMSCRIPTEN_ROOT='%installation_dir%'", | |
"activated_path": "%installation_dir%", | |
"activated_env": "EMSCRIPTEN=%installation_dir%" | |
}, | |
{ | |
"id": "emscripten", | |
"version": "tag-%tag%", | |
"bitness": 32, | |
"append_bitness": false, | |
"windows_url": "https://github.com/kripken/emscripten/archive/%tag%.zip", | |
"unix_url": "https://github.com/kripken/emscripten/archive/%tag%.tar.gz", | |
"zipfile_prefix": "emscripten-e", | |
"activated_cfg": "EMSCRIPTEN_ROOT='%installation_dir%';EMSCRIPTEN_NATIVE_OPTIMIZER='%installation_dir%_32bit_optimizer/%cmake_build_type_on_win%optimizer%.exe%'", | |
"activated_path": "%installation_dir%", | |
"activated_env": "EMSCRIPTEN=%installation_dir%", | |
"cmake_build_type": "RelWithDebInfo", | |
"custom_install_script": "build_optimizer", | |
"custom_is_installed_script": "is_optimizer_installed", | |
"custom_uninstall_script": "uninstall_optimizer" | |
}, | |
{ | |
"id": "emscripten", | |
"version": "tag-%tag%", | |
"bitness": 64, | |
"append_bitness": false, | |
"windows_url": "https://github.com/kripken/emscripten/archive/%tag%.zip", | |
"unix_url": "https://github.com/kripken/emscripten/archive/%tag%.tar.gz", | |
"activated_cfg": "EMSCRIPTEN_ROOT='%installation_dir%';EMSCRIPTEN_NATIVE_OPTIMIZER='%installation_dir%_64bit_optimizer/%cmake_build_type_on_win%optimizer%.exe%'", | |
"activated_path": "%installation_dir%", | |
"activated_env": "EMSCRIPTEN=%installation_dir%", | |
"cmake_build_type": "RelWithDebInfo", | |
"custom_install_script": "build_optimizer", | |
"custom_is_installed_script": "is_optimizer_installed", | |
"custom_uninstall_script": "uninstall_optimizer" | |
}, | |
{ | |
"id": "emscripten", | |
"version": "incoming", | |
"bitness": 32, | |
"append_bitness": false, | |
"url": "https://github.com/kripken/emscripten/", | |
"git_branch": "incoming", | |
"activated_cfg": "EMSCRIPTEN_ROOT='%installation_dir%';EMSCRIPTEN_NATIVE_OPTIMIZER='%installation_dir%_32bit_optimizer/%cmake_build_type_on_win%optimizer%.exe%'", | |
"activated_path": "%installation_dir%", | |
"activated_env": "EMSCRIPTEN=%installation_dir%", | |
"cmake_build_type": "RelWithDebInfo", | |
"custom_install_script": "build_optimizer", | |
"custom_is_installed_script": "is_optimizer_installed", | |
"custom_uninstall_script": "uninstall_optimizer" | |
}, | |
{ | |
"id": "emscripten", | |
"version": "master", | |
"bitness": 32, | |
"append_bitness": false, | |
"url": "https://github.com/kripken/emscripten/", | |
"git_branch": "master", | |
"activated_cfg": "EMSCRIPTEN_ROOT='%installation_dir%';EMSCRIPTEN_NATIVE_OPTIMIZER='%installation_dir%_32bit_optimizer/%cmake_build_type_on_win%optimizer%.exe%'", | |
"activated_path": "%installation_dir%", | |
"activated_env": "EMSCRIPTEN=%installation_dir%", | |
"cmake_build_type": "Release", | |
"custom_install_script": "build_optimizer", | |
"custom_is_installed_script": "is_optimizer_installed", | |
"custom_uninstall_script": "uninstall_optimizer" | |
}, | |
{ | |
"id": "emscripten", | |
"version": "incoming", | |
"bitness": 64, | |
"append_bitness": false, | |
"url": "https://github.com/kripken/emscripten/", | |
"git_branch": "incoming", | |
"activated_cfg": "EMSCRIPTEN_ROOT='%installation_dir%';EMSCRIPTEN_NATIVE_OPTIMIZER='%installation_dir%_64bit_optimizer/%cmake_build_type_on_win%optimizer%.exe%'", | |
"activated_path": "%installation_dir%", | |
"activated_env": "EMSCRIPTEN=%installation_dir%", | |
"cmake_build_type": "RelWithDebInfo", | |
"custom_install_script": "build_optimizer", | |
"custom_is_installed_script": "is_optimizer_installed", | |
"custom_uninstall_script": "uninstall_optimizer" | |
}, | |
{ | |
"id": "emscripten", | |
"version": "master", | |
"bitness": 64, | |
"append_bitness": false, | |
"url": "https://github.com/kripken/emscripten/", | |
"git_branch": "master", | |
"activated_cfg": "EMSCRIPTEN_ROOT='%installation_dir%';EMSCRIPTEN_NATIVE_OPTIMIZER='%installation_dir%_64bit_optimizer/%cmake_build_type_on_win%optimizer%.exe%'", | |
"activated_path": "%installation_dir%", | |
"activated_env": "EMSCRIPTEN=%installation_dir%", | |
"cmake_build_type": "Release", | |
"custom_install_script": "build_optimizer", | |
"custom_is_installed_script": "is_optimizer_installed", | |
"custom_uninstall_script": "uninstall_optimizer" | |
}, | |
{ | |
"id": "vs-tool", | |
"version": "0.9.0", | |
"windows_url": "vs-tool_0.9.0.zip", | |
"windows_install_path": "%MSBuildPlatformsDir%/Emscripten", | |
"is_old": true | |
}, | |
{ | |
"id": "vs-tool", | |
"version": "0.9.1", | |
"windows_url": "vs-tool_0.9.1.zip", | |
"windows_install_path": "%MSBuildPlatformsDir%/Emscripten", | |
"is_old": true | |
}, | |
{ | |
"id": "vs-tool", | |
"version": "0.9.2", | |
"windows_url": "vs-tool_0.9.2.zip", | |
"windows_install_path": "%MSBuildPlatformsDir%/Emscripten", | |
"is_old": true | |
}, | |
{ | |
"id": "vs-tool", | |
"version": "0.9.3", | |
"windows_url": "vs-tool_0.9.3.zip", | |
"windows_install_path": "%MSBuildPlatformsDir%/Emscripten", | |
"is_old": true | |
}, | |
{ | |
"id": "vs-tool", | |
"version": "0.9.4", | |
"windows_url": "vs-tool_0.9.4.zip", | |
"windows_install_path": "%MSBuildPlatformsDir%/Emscripten" | |
}, | |
{ | |
"id": "crunch", | |
"version": "1.03", | |
"windows_url": "crunch_1.03.zip", | |
"activated_cfg": "CRUNCH='%installation_dir%/crunch.exe'", | |
"activated_path": "%installation_dir%" | |
}, | |
{ | |
"id": "crunch", | |
"version": "1.04", | |
"osx_url": "crunch_osx_1.04.tar.gz", | |
"activated_cfg": "CRUNCH='%installation_dir%/crunch'", | |
"activated_path": "%installation_dir%" | |
}, | |
{ | |
"id": "mingw", | |
"version": "4.6.2", | |
"bitness": 32, | |
"windows_url": "mingw_4.6.2_32bit.zip", | |
"activated_cfg": "MINGW_ROOT='%installation_dir%'", | |
"activated_path": "%installation_dir%" | |
} | |
], | |
"sdks": [ | |
{ | |
"version": "incoming", | |
"bitness": 32, | |
"uses": ["clang-incoming-32bit", "node-4.1.1-32bit", "python-2.7.5.3-32bit", "java-7.45-32bit", "emscripten-incoming-32bit"], | |
"os": "win" | |
}, | |
{ | |
"version": "incoming", | |
"bitness": 64, | |
"uses": ["clang-incoming-64bit", "node-4.1.1-64bit", "python-2.7.5.3-64bit", "java-7.45-64bit", "emscripten-incoming-64bit"], | |
"os": "win" | |
}, | |
{ | |
"version": "incoming", | |
"bitness": 64, | |
"uses": ["clang-incoming-64bit", "node-4.1.1-64bit", "emscripten-incoming-64bit"], | |
"os": "osx" | |
}, | |
{ | |
"version": "incoming", | |
"bitness": 32, | |
"uses": ["clang-incoming-32bit", "node-4.1.1-32bit", "emscripten-incoming-32bit"], | |
"os": "linux" | |
}, | |
{ | |
"version": "incoming", | |
"bitness": 64, | |
"uses": ["clang-incoming-64bit", "node-4.1.1-64bit", "emscripten-incoming-64bit"], | |
"os": "linux" | |
}, | |
{ | |
"version": "master", | |
"bitness": 32, | |
"uses": ["clang-master-32bit", "node-4.1.1-32bit", "python-2.7.5.3-32bit", "java-7.45-32bit", "emscripten-master-32bit"], | |
"os": "win" | |
}, | |
{ | |
"version": "master", | |
"bitness": 64, | |
"uses": ["clang-master-64bit", "node-4.1.1-64bit", "python-2.7.5.3-64bit", "java-7.45-64bit", "emscripten-master-64bit"], | |
"os": "win" | |
}, | |
{ | |
"version": "master", | |
"bitness": 64, | |
"uses": ["clang-master-64bit", "node-4.1.1-64bit", "emscripten-master-64bit"], | |
"os": "osx" | |
}, | |
{ | |
"version": "master", | |
"bitness": 32, | |
"uses": ["clang-master-32bit", "node-4.1.1-32bit", "emscripten-master-32bit"], | |
"os": "linux" | |
}, | |
{ | |
"version": "master", | |
"bitness": 64, | |
"uses": ["clang-master-64bit", "node-4.1.1-64bit", "emscripten-master-64bit"], | |
"os": "linux" | |
}, | |
{ | |
"version": "tag-%tag%", | |
"bitness": 32, | |
"uses": ["clang-tag-e%tag%-32bit", "node-4.1.1-32bit", "python-2.7.5.3-32bit", "java-7.45-32bit", "emscripten-tag-%tag%-32bit"], | |
"os": "win" | |
}, | |
{ | |
"version": "tag-%tag%", | |
"bitness": 64, | |
"uses": ["clang-tag-e%tag%-64bit", "node-4.1.1-64bit", "python-2.7.5.3-64bit", "java-7.45-64bit", "emscripten-tag-%tag%-64bit"], | |
"os": "win" | |
}, | |
{ | |
"version": "tag-%tag%", | |
"bitness": 32, | |
"uses": ["clang-tag-e%tag%-32bit", "node-4.1.1-32bit", "emscripten-tag-%tag%-32bit"], | |
"os": "linux" | |
}, | |
{ | |
"version": "tag-%tag%", | |
"bitness": 64, | |
"uses": ["clang-tag-e%tag%-64bit", "node-4.1.1-64bit", "emscripten-tag-%tag%-64bit"], | |
"os": "unix" | |
}, | |
{ | |
"version": "1.5.6", | |
"bitness": 32, | |
"uses": ["clang-3.2-32bit", "node-0.10.17-32bit", "python-2.7.5.1-32bit", "java-7.45-32bit", "emscripten-1.5.6"], | |
"os": "win", | |
"is_old": true | |
}, | |
{ | |
"version": "1.5.6", | |
"bitness": 64, | |
"uses": ["clang-3.2-64bit", "node-0.10.17-64bit", "python-2.7.5-64bit", "java-7.45-64bit", "emscripten-1.5.6"], | |
"os": "win", | |
"is_old": true | |
}, | |
{ | |
"version": "1.5.6", | |
"bitness": 64, | |
"uses": ["clang-3.2-64bit", "node-0.10.18-64bit", "emscripten-1.5.6"], | |
"os": "osx", | |
"is_old": true | |
}, | |
{ | |
"version": "1.7.1", | |
"bitness": 32, | |
"uses": ["clang-3.2-32bit", "node-0.10.17-32bit", "python-2.7.5.1-32bit", "java-7.45-32bit", "emscripten-1.7.1"], | |
"os": "win", | |
"is_old": true | |
}, | |
{ | |
"version": "1.7.1", | |
"bitness": 64, | |
"uses": ["clang-3.2-64bit", "node-0.10.17-64bit", "python-2.7.5-64bit", "java-7.45-64bit", "emscripten-1.7.1"], | |
"os": "win", | |
"is_old": true | |
}, | |
{ | |
"version": "1.7.1", | |
"bitness": 64, | |
"uses": ["clang-3.2-64bit", "node-0.10.18-64bit", "emscripten-1.7.1"], | |
"os": "osx", | |
"is_old": true | |
}, | |
{ | |
"version": "1.7.8", | |
"bitness": 32, | |
"uses": ["clang-3.2-32bit", "node-0.10.17-32bit", "python-2.7.5.3-32bit", "java-7.45-32bit", "emscripten-1.7.8"], | |
"os": "win", | |
"is_old": true | |
}, | |
{ | |
"version": "1.7.8", | |
"bitness": 64, | |
"uses": ["clang-3.2-64bit", "node-0.10.17-64bit", "python-2.7.5.3-64bit", "java-7.45-64bit", "emscripten-1.7.8"], | |
"os": "win", | |
"is_old": true | |
}, | |
{ | |
"version": "1.7.8", | |
"bitness": 64, | |
"uses": ["clang-3.2-64bit", "node-0.10.18-64bit", "emscripten-1.7.8"], | |
"os": "osx", | |
"is_old": true | |
}, | |
{ | |
"version": "1.8.2", | |
"bitness": 32, | |
"uses": ["clang-3.2-32bit", "node-0.10.17-32bit", "python-2.7.5.3-32bit", "emscripten-1.8.2"], | |
"os": "win", | |
"is_old": true | |
}, | |
{ | |
"version": "1.8.2", | |
"bitness": 64, | |
"uses": ["clang-3.2-64bit", "node-0.10.17-64bit", "python-2.7.5.3-64bit", "emscripten-1.8.2"], | |
"os": "win", | |
"is_old": true | |
}, | |
{ | |
"version": "1.8.2", | |
"bitness": 64, | |
"uses": ["clang-3.2-64bit", "node-0.10.18-64bit", "emscripten-1.8.2"], | |
"os": "osx", | |
"is_old": true | |
}, | |
{ | |
"version": "1.9.5", | |
"bitness": 32, | |
"uses": ["clang-3.2-32bit", "node-0.10.17-32bit", "python-2.7.5.3-32bit", "emscripten-1.9.5"], | |
"os": "win", | |
"is_old": true | |
}, | |
{ | |
"version": "1.9.5", | |
"bitness": 64, | |
"uses": ["clang-3.2-64bit", "node-0.10.17-64bit", "python-2.7.5.3-64bit", "emscripten-1.9.5"], | |
"os": "win", | |
"is_old": true | |
}, | |
{ | |
"version": "1.9.5", | |
"bitness": 64, | |
"uses": ["clang-3.2-64bit", "node-0.10.18-64bit", "emscripten-1.9.5"], | |
"os": "osx", | |
"is_old": true | |
}, | |
{ | |
"version": "1.10.4", | |
"bitness": 32, | |
"uses": ["clang-3.2-32bit", "node-0.10.17-32bit", "python-2.7.5.3-32bit", "emscripten-1.10.4"], | |
"os": "win", | |
"is_old": true | |
}, | |
{ | |
"version": "1.10.4", | |
"bitness": 64, | |
"uses": ["clang-3.2-64bit", "node-0.10.17-64bit", "python-2.7.5.3-64bit", "emscripten-1.10.4"], | |
"os": "win", | |
"is_old": true | |
}, | |
{ | |
"version": "1.10.4", | |
"bitness": 64, | |
"uses": ["clang-3.2-64bit", "node-0.10.18-64bit", "emscripten-1.10.4"], | |
"os": "osx", | |
"is_old": true | |
}, | |
{ | |
"version": "1.12.0", | |
"bitness": 32, | |
"uses": ["clang-3.2-32bit", "node-0.10.17-32bit", "python-2.7.5.3-32bit", "emscripten-1.12.0"], | |
"os": "win", | |
"is_old": true | |
}, | |
{ | |
"version": "1.12.0", | |
"bitness": 64, | |
"uses": ["clang-3.2-64bit", "node-0.10.17-64bit", "python-2.7.5.3-64bit", "emscripten-1.12.0"], | |
"os": "win", | |
"is_old": true | |
}, | |
{ | |
"version": "1.12.0", | |
"bitness": 64, | |
"uses": ["clang-3.2-64bit", "node-0.10.18-64bit", "emscripten-1.12.0"], | |
"os": "osx", | |
"is_old": true | |
}, | |
{ | |
"version": "1.13.0", | |
"bitness": 64, | |
"uses": ["clang-e1.13.0-64bit", "node-0.10.17-64bit", "python-2.7.5.3-64bit", "emscripten-1.13.0"], | |
"os": "win", | |
"is_old": true | |
}, | |
{ | |
"version": "1.13.0", | |
"bitness": 64, | |
"uses": ["clang-e1.13.0-64bit", "node-0.10.18-64bit", "emscripten-1.13.0"], | |
"os": "osx", | |
"is_old": true | |
}, | |
{ | |
"version": "1.13.1", | |
"bitness": 64, | |
"uses": ["clang-e1.13.1-64bit", "node-0.10.17-64bit", "python-2.7.5.3-64bit", "emscripten-1.13.1"], | |
"os": "win", | |
"is_old": true | |
}, | |
{ | |
"version": "1.13.1", | |
"bitness": 64, | |
"uses": ["clang-e1.13.1-64bit", "node-0.10.18-64bit", "emscripten-1.13.1"], | |
"os": "osx", | |
"is_old": true | |
}, | |
{ | |
"version": "1.16.0", | |
"bitness": 64, | |
"uses": ["clang-e1.16.0-64bit", "node-0.10.17-64bit", "python-2.7.5.3-64bit", "emscripten-1.16.0"], | |
"os": "win", | |
"is_old": true | |
}, | |
{ | |
"version": "1.16.0", | |
"bitness": 64, | |
"uses": ["clang-e1.16.0-64bit", "node-0.10.18-64bit", "emscripten-1.16.0"], | |
"os": "osx", | |
"is_old": true | |
}, | |
{ | |
"version": "1.21.0", | |
"bitness": 64, | |
"uses": ["clang-e1.21.0-64bit", "node-0.10.17-64bit", "python-2.7.5.3-64bit", "emscripten-1.21.0"], | |
"os": "win", | |
"is_old": true | |
}, | |
{ | |
"version": "1.21.0", | |
"bitness": 64, | |
"uses": ["clang-e1.21.0-64bit", "node-0.10.18-64bit", "emscripten-1.21.0"], | |
"os": "osx", | |
"is_old": true | |
}, | |
{ | |
"version": "1.22.0", | |
"bitness": 64, | |
"uses": ["clang-e1.22.0-64bit", "node-0.10.17-64bit", "python-2.7.5.3-64bit", "emscripten-1.22.0"], | |
"os": "win", | |
"is_old": true | |
}, | |
{ | |
"version": "1.22.0", | |
"bitness": 64, | |
"uses": ["clang-e1.22.0-64bit", "node-0.10.18-64bit", "emscripten-1.22.0"], | |
"os": "osx", | |
"is_old": true | |
}, | |
{ | |
"version": "1.25.0", | |
"bitness": 64, | |
"uses": ["clang-e1.25.0-64bit", "node-0.10.17-64bit", "python-2.7.5.3-64bit", "emscripten-1.25.0"], | |
"os": "win", | |
"is_old": true | |
}, | |
{ | |
"version": "1.25.0", | |
"bitness": 64, | |
"uses": ["clang-e1.25.0-64bit", "node-0.10.18-64bit", "emscripten-1.25.0"], | |
"os": "osx", | |
"is_old": true | |
}, | |
{ | |
"version": "1.27.0", | |
"bitness": 64, | |
"uses": ["clang-e1.27.0-64bit", "node-0.10.17-64bit", "python-2.7.5.3-64bit", "emscripten-1.27.0"], | |
"os": "win", | |
"is_old": true | |
}, | |
{ | |
"version": "1.27.0", | |
"bitness": 64, | |
"uses": ["clang-e1.27.0-64bit", "node-0.10.18-64bit", "emscripten-1.27.0"], | |
"os": "osx", | |
"is_old": true | |
}, | |
{ | |
"version": "1.29.0", | |
"bitness": 64, | |
"uses": ["clang-e1.29.0-64bit", "node-0.10.17-64bit", "python-2.7.5.3-64bit", "emscripten-1.29.0"], | |
"os": "win", | |
"is_old": true | |
}, | |
{ | |
"version": "1.29.0", | |
"bitness": 64, | |
"uses": ["clang-e1.29.0-64bit", "node-0.10.18-64bit", "emscripten-1.29.0"], | |
"os": "osx", | |
"is_old": true | |
}, | |
{ | |
"version": "1.30.0", | |
"bitness": 64, | |
"uses": ["clang-e1.30.0-64bit", "node-0.12.2-64bit", "python-2.7.5.3-64bit", "emscripten-1.30.0"], | |
"os": "win" | |
}, | |
{ | |
"version": "1.30.0", | |
"bitness": 64, | |
"uses": ["clang-e1.30.0-64bit", "node-0.12.2-64bit", "emscripten-1.30.0"], | |
"os": "osx" | |
}, | |
{ | |
"version": "1.34.1", | |
"bitness": 64, | |
"uses": ["clang-e1.34.1-64bit", "node-0.12.2-64bit", "python-2.7.5.3-64bit", "emscripten-1.34.1"], | |
"os": "win" | |
}, | |
{ | |
"version": "1.34.1", | |
"bitness": 64, | |
"uses": ["clang-e1.34.1-64bit", "node-0.12.2-64bit", "emscripten-1.34.1"], | |
"os": "osx" | |
}, | |
{ | |
"version": "1.35.0", | |
"bitness": 64, | |
"uses": ["clang-e1.35.0-64bit", "node-4.1.1-64bit", "python-2.7.5.3-64bit", "emscripten-1.35.0"], | |
"os": "win" | |
}, | |
{ | |
"version": "1.35.0", | |
"bitness": 64, | |
"uses": ["clang-e1.35.0-64bit", "node-4.1.1-64bit", "emscripten-1.35.0"], | |
"os": "osx" | |
} | |
] | |
} |