From 12f1824ffbe582e0482f1aa7b96b560440105f08 Mon Sep 17 00:00:00 2001 From: juj Date: Tue, 3 Dec 2019 09:20:05 +0200 Subject: [PATCH] Remove Tools and SDKs that do no longer work after migration from Mozilla to Google hosting. (#395) --- emsdk_manifest.json | 938 -------------------------------------------- 1 file changed, 938 deletions(-) diff --git a/emsdk_manifest.json b/emsdk_manifest.json index 8a41e95..e20e041 100644 --- a/emsdk_manifest.json +++ b/emsdk_manifest.json @@ -1,71 +1,5 @@ { "tools": [ - { - "id": "clang", - "version": "3.2", - "bitness": 32, - "arch": "x86", - "windows_url": "clang_3.2_32bit.zip", - "activated_path": "%installation_dir%", - "activated_cfg": "LLVM_ROOT='%installation_dir%'", - "activated_env": "LLVM_ROOT=%installation_dir%", - "is_old": true - }, - { - "id": "clang", - "version": "3.2", - "bitness": 64, - "arch": "x86_64", - "windows_url": "clang_3.2_64bit.zip", - "activated_path": "%installation_dir%/bin", - "activated_cfg": "LLVM_ROOT='%installation_dir%/bin'", - "activated_env": "LLVM_ROOT=%installation_dir%/bin", - "is_old": true - }, - { - "id": "clang", - "version": "3.3", - "bitness": 32, - "arch": "x86", - "windows_url": "clang_3.3_32bit.zip", - "activated_path": "%installation_dir%", - "activated_cfg": "LLVM_ROOT='%installation_dir%'", - "activated_env": "LLVM_ROOT=%installation_dir%", - "is_old": true - }, - { - "id": "clang", - "version": "3.3", - "bitness": 64, - "arch": "x86_64", - "windows_url": "clang_3.3_64bit.zip", - "activated_path": "%installation_dir%", - "activated_cfg": "LLVM_ROOT='%installation_dir%'", - "activated_env": "LLVM_ROOT=%installation_dir%", - "is_old": true - }, - { - "id": "clang", - "version": "3.2", - "bitness": 64, - "arch": "x86_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'", - "activated_env": "LLVM_ROOT=%installation_dir%/bin", - "is_old": true - }, - { - "id": "clang", - "version": "3.3", - "bitness": 64, - "arch": "x86_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'", - "activated_env": "LLVM_ROOT=%installation_dir%/bin", - "is_old": true - }, { "id": "clang", "version": "tag-e%tag%", @@ -197,147 +131,6 @@ "pregenerated_cache": "asmjs" }, - { - "id": "clang", - "version": "e1.13.0", - "bitness": 64, - "arch": "x86_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%'", - "activated_env": "LLVM_ROOT=%installation_dir%", - "is_old": true - }, - { - "id": "clang", - "version": "e1.13.1", - "bitness": 64, - "arch": "x86_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%'", - "activated_env": "LLVM_ROOT=%installation_dir%", - "is_old": true - }, - { - "id": "clang", - "version": "e1.16.0", - "bitness": 64, - "arch": "x86_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%'", - "activated_env": "LLVM_ROOT=%installation_dir%", - "is_old": true - }, - { - "id": "clang", - "version": "e1.21.0", - "bitness": 64, - "arch": "x86_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%'", - "activated_env": "LLVM_ROOT=%installation_dir%", - "is_old": true - }, - { - "id": "clang", - "version": "e1.22.0", - "bitness": 64, - "arch": "x86_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%'", - "activated_env": "LLVM_ROOT=%installation_dir%", - "is_old": true - }, - { - "id": "clang", - "version": "e1.25.0", - "bitness": 64, - "arch": "x86_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%'", - "activated_env": "LLVM_ROOT=%installation_dir%", - "is_old": true - }, - { - "id": "clang", - "version": "e1.27.0", - "bitness": 64, - "arch": "x86_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%'", - "activated_env": "LLVM_ROOT=%installation_dir%", - "is_old": true - }, - { - "id": "clang", - "version": "e1.29.0", - "bitness": 64, - "arch": "x86_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%'", - "activated_env": "LLVM_ROOT=%installation_dir%;EMSCRIPTEN_NATIVE_OPTIMIZER=%installation_dir%/optimizer%.exe%", - "is_old": true - }, - { - "id": "clang", - "version": "e1.30.0", - "bitness": 64, - "arch": "x86_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%'", - "activated_env": "LLVM_ROOT=%installation_dir%;EMSCRIPTEN_NATIVE_OPTIMIZER=%installation_dir%/optimizer%.exe%" - }, - { - "id": "clang", - "version": "e1.34.1", - "bitness": 64, - "arch": "x86_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%'", - "activated_env": "LLVM_ROOT=%installation_dir%;EMSCRIPTEN_NATIVE_OPTIMIZER=%installation_dir%/optimizer%.exe%" - }, - { - "id": "clang", - "version": "e1.35.0", - "bitness": 64, - "arch": "x86_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%'", - "activated_env": "LLVM_ROOT=%installation_dir%;EMSCRIPTEN_NATIVE_OPTIMIZER=%installation_dir%/optimizer%.exe%" - }, - { - "id": "clang", - "version": "e1.37.1", - "bitness": 64, - "arch": "x86_64", - "windows_url": "llvm/tag/win_64bit/emscripten-llvm-e1.37.1.zip", - "osx_url": "llvm/tag/osx_64bit/emscripten-llvm-e1.37.1.tar.gz", - "linux_url": "llvm/tag/linux_64bit/emscripten-llvm-e1.37.1.tar.gz", - "activated_path": "%installation_dir%", - "activated_cfg": "LLVM_ROOT='%installation_dir%';EMSCRIPTEN_NATIVE_OPTIMIZER='%installation_dir%/optimizer%.exe%';BINARYEN_ROOT='%installation_dir%/binaryen'", - "activated_env": "LLVM_ROOT=%installation_dir%;EMSCRIPTEN_NATIVE_OPTIMIZER=%installation_dir%/optimizer%.exe%;BINARYEN_ROOT=%installation_dir%/binaryen" - }, { "id": "clang", "version": "e%precompiled_tag32%", @@ -362,76 +155,6 @@ "activated_cfg": "LLVM_ROOT='%installation_dir%';EMSCRIPTEN_NATIVE_OPTIMIZER='%installation_dir%/optimizer%.exe%';BINARYEN_ROOT='%installation_dir%/binaryen'", "activated_env": "LLVM_ROOT=%installation_dir%;EMSCRIPTEN_NATIVE_OPTIMIZER=%installation_dir%/optimizer%.exe%;BINARYEN_ROOT=%installation_dir%/binaryen" }, - { - "id": "node", - "version": "0.10.17", - "bitness": 32, - "arch": "x86", - "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'", - "activated_env": "EMSDK_NODE=%installation_dir%/node.exe", - "is_old": true - }, - { - "id": "node", - "version": "0.10.17", - "bitness": 64, - "arch": "x86_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'", - "activated_env": "EMSDK_NODE=%installation_dir%/node.exe", - "is_old": true - }, - { - "id": "node", - "version": "0.10.18", - "bitness": 64, - "arch": "x86_64", - "osx_url": "node-v0.10.18-darwin-x64.tar.gz", - "activated_path": "%installation_dir%/bin", - "activated_cfg": "NODE_JS='%installation_dir%/bin/node'", - "activated_env": "EMSDK_NODE=%installation_dir%/bin/node", - "is_old": true - }, - { - "id": "node", - "version": "0.12.2", - "bitness": 32, - "arch": "x86", - "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'", - "activated_env": "EMSDK_NODE=%installation_dir%/node.exe", - "is_old": true - }, - { - "id": "node", - "version": "0.12.2", - "bitness": 64, - "arch": "x86_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'", - "activated_env": "EMSDK_NODE=%installation_dir%/node.exe", - "is_old": true - }, - { - "id": "node", - "version": "0.12.2", - "bitness": 64, - "arch": "x86_64", - "osx_url": "node-v0.12.2-darwin-x64.tar.gz", - "activated_path": "%installation_dir%/bin", - "activated_cfg": "NODE_JS='%installation_dir%/bin/node'", - "activated_env": "EMSDK_NODE=%installation_dir%/bin/node", - "is_old": true - }, { "id": "node", "version": "4.1.1", @@ -560,50 +283,6 @@ "activated_cfg": "NODE_JS='%installation_dir%/bin/node%.exe%'", "activated_env": "EMSDK_NODE=%installation_dir%/bin/node%.exe%" }, - { - "id": "python", - "version": "2.7.5.1", - "bitness": 32, - "arch": "x86", - "windows_url": "python_2.7.5.1_32bit.zip", - "activated_path": "%installation_dir%", - "activated_cfg": "PYTHON='%installation_dir%/python%.exe%'", - "activated_env": "EMSDK_PYTHON=%installation_dir%/python%.exe%", - "is_old": true - }, - { - "id": "python", - "version": "2.7.5", - "bitness": 64, - "arch": "x86_64", - "windows_url": "python_2.7.5_64bit.zip", - "activated_path": "%installation_dir%", - "activated_cfg": "PYTHON='%installation_dir%/python%.exe%'", - "activated_env": "EMSDK_PYTHON=%installation_dir%/python%.exe%", - "is_old": true - }, - { - "id": "python", - "version": "2.7.5.3", - "bitness": 32, - "arch": "x86", - "windows_url": "python_2.7.5.3_32bit.zip", - "activated_path": "%installation_dir%", - "activated_cfg": "PYTHON='%installation_dir%/python%.exe%'", - "activated_env": "EMSDK_PYTHON=%installation_dir%/python%.exe%", - "is_old": true - }, - { - "id": "python", - "version": "2.7.5.3", - "bitness": 64, - "arch": "x86_64", - "windows_url": "python_2.7.5.3_64bit.zip", - "activated_path": "%installation_dir%", - "activated_cfg": "PYTHON='%installation_dir%/python%.exe%'", - "activated_env": "EMSDK_PYTHON=%installation_dir%/python%.exe%", - "is_old": true - }, { "id": "python", "version": "2.7.13.1", @@ -644,26 +323,6 @@ "activated_cfg": "PYTHON='%installation_dir%/python-3.5.4.amd64/python%.exe%'", "activated_env": "EMSDK_PYTHON=%installation_dir%/python-3.5.4.amd64/python%.exe%" }, - { - "id": "java", - "version": "7.45", - "bitness": 32, - "arch": "x86", - "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, - "arch": "x86_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": "java", "version": "8.152", @@ -684,260 +343,6 @@ "activated_env": "JAVA_HOME=%installation_dir%", "activated_cfg": "JAVA='%installation_dir%/bin/java%.exe%'" }, - { - "id": "spidermonkey", - "version": "27.0.1", - "bitness": 64, - "arch": "x86_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, - "arch": "x86_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, - "arch": "x86_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, - "arch": "x86_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, - "arch": "x86_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": "1.37.1", - "windows_url": "https://github.com/kripken/emscripten/archive/1.37.1.zip", - "unix_url": "https://github.com/kripken/emscripten/archive/1.37.1.tar.gz", - "activated_cfg": "EMSCRIPTEN_ROOT='%installation_dir%'", - "activated_path": "%installation_dir%", - "activated_env": "EMSCRIPTEN=%installation_dir%" - }, { "id": "emscripten", "version": "tag-%tag%", @@ -1109,54 +514,6 @@ "custom_is_installed_script": "is_binaryen_installed", "custom_uninstall_script": "uninstall_binaryen" }, - { - "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": "gnu", "version": "2.5.4", @@ -1363,301 +720,6 @@ "uses": ["clang-nightly-e%nightly-llvm-64bit%-64bit", "node-4.1.1-64bit", "emscripten-nightly-%nightly-llvm-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" - }, { "version": "1.37.1", "bitness": 64,