Граф коммитов

6 Коммитов

Автор SHA1 Сообщение Дата
juj 59aedd441c
Fix Windows .bat files to not leak echo state and environment variables to calling bat files/environment. (#12784) 2020-11-15 21:43:04 +02:00
Sam Clegg 0cddccb13a
Support spaces in python executable in .bat launcher scripts (#11691)
Fixes: #11638
2020-07-22 22:10:11 -07:00
Sam Clegg e0702c9e27
Honor EMSDK_PYTHON in `bat` and `sh` launcher scripts (#11611) 2020-07-10 14:06:41 -07:00
Sam Clegg 1c6e796687
Stop using symlinks for shell script launchers (#10921)
For windows users that use MINGW the shell scripts as still useful
(preferable to the .bat scripts) but they don't support symlink.

Add a little script for managing these entry points.
This change was mostly mechanically created by running this script.
2020-04-15 10:27:21 -07:00
Sam Clegg 3e52dcc2b6
Fix windows .bat launchers (#10743)
The non-py version of these scripts were converted to shell scripts
in #10729.  The .bat files run python explicitly so can directly
reference .py versions of these scripts.

Also, move em-config to em-config.py to match all the others.
2020-03-20 18:39:06 -07:00
Jukka Jylänki 8c2708efe5 Added emrun utility that allows running .html files in a browser like they were normal executables. For more information, see https://groups.google.com/forum/#!topic/emscripten-discuss/t2juu3q1H8E . 2013-12-14 01:19:22 +02:00