Add Clang e1.21.0, Emscripten 1.21.0 and SDK 1.21.0 manifests.

This commit is contained in:
Jukka Jylänki
2014-07-04 19:08:14 +03:00
parent f73899f0c3
commit c808f6b28c

View File

@@ -127,6 +127,15 @@
"activated_path": "%installation_dir%",
"activated_cfg": "LLVM_ROOT='%installation_dir%'"
},
{
"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%'"
},
{
"id": "node",
"version": "0.10.17",
@@ -328,6 +337,15 @@
"activated_path": "%installation_dir%",
"activated_env": "EMSCRIPTEN=%installation_dir%"
},
{
"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%"
},
{
"id": "emscripten",
"version": "incoming",
@@ -617,6 +635,18 @@
"bitness": 64,
"uses": ["clang-e1.16.0-64bit", "node-0.10.18-64bit", "emscripten-1.16.0"],
"os": "osx"
},
{
"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"
},
{
"version": "1.21.0",
"bitness": 64,
"uses": ["clang-e1.21.0-64bit", "node-0.10.18-64bit", "emscripten-1.21.0"],
"os": "osx"
}
]
}