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

7 Коммитов

Автор 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 a4a7872e85 Fix python spawn scripts on Windows when the emscripten path contains spaces, like C:\Program Files\emscripten. 2013-08-23 16:05:53 +03:00
Joshua Granick 01ec39a815 Added "emcc" command for Windows 2013-04-07 10:26:07 +03:00