Initial repository commit.
This commit is contained in:
86
emsdk_manifest.json
Normal file
86
emsdk_manifest.json
Normal file
@@ -0,0 +1,86 @@
|
||||
{
|
||||
"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%'"
|
||||
},
|
||||
{
|
||||
"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'"
|
||||
},
|
||||
{
|
||||
"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%'"
|
||||
},
|
||||
{
|
||||
"id": "git",
|
||||
"version": "1.8.3",
|
||||
"windows_url": "git_1.8.3.zip",
|
||||
"activated_path": "%installation_dir%/git/cmd",
|
||||
"activated_cfg": "EMSDK_GIT='%installation_dir%'"
|
||||
},
|
||||
{
|
||||
"id": "emscripten",
|
||||
"version": "1.5.6",
|
||||
"windows_url": "emscripten_1.5.6.zip",
|
||||
"activated_cfg": "EMSCRIPTEN_ROOT='%installation_dir%'",
|
||||
"activated_path": "%installation_dir%",
|
||||
"activated_env": "EMSCRIPTEN=%installation_dir%"
|
||||
},
|
||||
{
|
||||
"id": "emscripten",
|
||||
"version": "incoming",
|
||||
"url": "git://github.com/kripken/emscripten.git",
|
||||
"git_branch": "incoming",
|
||||
"activated_cfg": "EMSCRIPTEN_ROOT='%installation_dir%'",
|
||||
"activated_path": "%installation_dir%",
|
||||
"activated_env": "EMSCRIPTEN=%installation_dir%"
|
||||
},
|
||||
{
|
||||
"id": "emscripten",
|
||||
"version": "master",
|
||||
"url": "git://github.com/kripken/emscripten.git",
|
||||
"git_branch": "master",
|
||||
"activated_cfg": "EMSCRIPTEN_ROOT='%installation_dir%'",
|
||||
"activated_path": "%installation_dir%",
|
||||
"activated_env": "EMSCRIPTEN=%installation_dir%"
|
||||
},
|
||||
{
|
||||
"id": "vs-tool",
|
||||
"version": "0.9.0",
|
||||
"windows_url": "vs-tool_0.9.0.zip",
|
||||
"windows_install_path": "%MSBuildPlatformsDir%/Emscripten"
|
||||
}
|
||||
],
|
||||
|
||||
"sdks": [
|
||||
{
|
||||
"version": "incoming",
|
||||
"bitness": 32,
|
||||
"uses": ["clang-3.2-32bit", "node-0.10.17-32bit", "python-2.7.5.1-32bit", "git-1.8.3", "emscripten-incoming"]
|
||||
},
|
||||
{
|
||||
"version": "master",
|
||||
"bitness": 32,
|
||||
"uses": ["clang-3.2-32bit", "node-0.10.17-32bit", "python-2.7.5.1-32bit", "git-1.8.3", "emscripten-master"]
|
||||
},
|
||||
{
|
||||
"version": "1.5.6",
|
||||
"bitness": 32,
|
||||
"uses": ["clang-3.2-32bit", "node-0.10.17-32bit", "python-2.7.5.1-32bit", "emscripten-1.5.6"]
|
||||
}
|
||||
]
|
||||
}
|
||||
Reference in New Issue
Block a user