Commit Graph

11 Commits

Author SHA1 Message Date
Sam Clegg
a562ff7bda Use a wrapper script for running emsdk.py (#292)
This change moves the python code for emsdk into a file ending in .py.
This script is then run via emsdk.bat on windows or emsdk (a shell
script) on non-windows.

This avoid the #!/bin/sh at the top of the python script and the "exec"
hack on the first line that re-runs it under python.  Hopefully this
preserves the intent of #273 without jumping through so many hoops.
2019-08-27 14:02:50 -07:00
Jukka Jylänki
4c8ea1b10b Update to WinPython 2.7.13.1 and add new packages for WinPython 3.5.4 as well. (only used if explicitly installed) 2018-02-26 19:53:20 +02:00
Kagami Sascha Rosylight
605c83a6d1 support powershell env 2017-10-20 14:03:31 +09:00
Jukka Jylänki
13ea503a7f Improve support for registering environment variables and PATH on 'emsdk activate'. Add machinery for hiding old sdk tools and sdks. 2014-04-24 13:10:04 +03:00
Jukka Jylänki
be7c1ae152 Fix emsdk.bat string quoting when path contains parentheses, e.g. c:\program files (x86)\ 2013-11-20 14:05:09 +02:00
Jukka Jylänki
ad56e2402b Find installed python package in emsdk.bat. 2013-11-19 20:53:03 +02:00
Jukka Jylänki
0d0221c312 Don't alter state of echo in emsdk.bat. 2013-09-11 21:30:21 +03:00
Jukka Jylänki
8266419d3e Add emsdk_env.bat to create a mechanism of how to set up all environment variables required for a setup, not just PATH. 2013-09-10 17:18:04 +03:00
Jukka Jylänki
f717c391ed Fix python check. 2013-09-06 21:16:33 +03:00
Jukka Jylänki
37e59a61b2 Find python located inside the Emscripten SDK on Windows when running the 'emsdk' command. 2013-09-06 20:45:07 +03:00
Jukka Jylänki
e91a49b185 Initial repository commit. 2013-09-05 12:23:53 +03:00