Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
6 changes: 4 additions & 2 deletions em++
Original file line number Diff line number Diff line change
Expand Up @@ -6,8 +6,10 @@
#
# Entry point for running python scripts on UNIX systems.
#
# To modify this file, edit `tools/run_python.sh` and then run
# `tools/create_entry_points.py`
# Automatically generated by `create_entry_points.py`; DO NOT EDIT.
#
# To make modifications to this file, edit `tools/run_python_compiler.sh` and
# then run `tools/create_entry_points.py`

if [ -z "$PYTHON" ]; then
PYTHON=$EMSDK_PYTHON
Expand Down
7 changes: 5 additions & 2 deletions em++.bat
Original file line number Diff line number Diff line change
@@ -1,6 +1,9 @@
:: Entry point for running python scripts on windows systems.
:: To modify this file, edit `tools/run_python_compiler.bat` and then run
:: `tools/create_entry_points.py`
::
:: Automatically generated by `create_entry_points.py`; DO NOT EDIT.
::
:: To make modifications to this file, edit `tools/run_python_compiler.bat` and
:: then run `tools/create_entry_points.py`

@setlocal
@set EM_PY=%EMSDK_PYTHON%
Expand Down
4 changes: 3 additions & 1 deletion em-config
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,9 @@
#
# Entry point for running python scripts on UNIX systems.
#
# To modify this file, edit `tools/run_python.sh` and then run
# Automatically generated by `create_entry_points.py`; DO NOT EDIT.
#
# To make modifications to this file, edit `tools/run_python.sh` and then run
# `tools/create_entry_points.py`

if [ -z "$PYTHON" ]; then
Expand Down
5 changes: 4 additions & 1 deletion em-config.bat
Original file line number Diff line number Diff line change
@@ -1,5 +1,8 @@
:: Entry point for running python scripts on windows systems.
:: To modify this file, edit `tools/run_python.bat` and then run
::
:: Automatically generated by `create_entry_points.py`; DO NOT EDIT.
::
:: To make modifications to this file, edit `tools/run_python.bat` and then run
:: `tools/create_entry_points.py`

@setlocal
Expand Down
4 changes: 3 additions & 1 deletion emar
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,9 @@
#
# Entry point for running python scripts on UNIX systems.
#
# To modify this file, edit `tools/run_python.sh` and then run
# Automatically generated by `create_entry_points.py`; DO NOT EDIT.
#
# To make modifications to this file, edit `tools/run_python.sh` and then run
# `tools/create_entry_points.py`

if [ -z "$PYTHON" ]; then
Expand Down
5 changes: 4 additions & 1 deletion emar.bat
Original file line number Diff line number Diff line change
@@ -1,5 +1,8 @@
:: Entry point for running python scripts on windows systems.
:: To modify this file, edit `tools/run_python.bat` and then run
::
:: Automatically generated by `create_entry_points.py`; DO NOT EDIT.
::
:: To make modifications to this file, edit `tools/run_python.bat` and then run
:: `tools/create_entry_points.py`

@setlocal
Expand Down
4 changes: 3 additions & 1 deletion embuilder
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,9 @@
#
# Entry point for running python scripts on UNIX systems.
#
# To modify this file, edit `tools/run_python.sh` and then run
# Automatically generated by `create_entry_points.py`; DO NOT EDIT.
#
# To make modifications to this file, edit `tools/run_python.sh` and then run
# `tools/create_entry_points.py`

if [ -z "$PYTHON" ]; then
Expand Down
5 changes: 4 additions & 1 deletion embuilder.bat
Original file line number Diff line number Diff line change
@@ -1,5 +1,8 @@
:: Entry point for running python scripts on windows systems.
:: To modify this file, edit `tools/run_python.bat` and then run
::
:: Automatically generated by `create_entry_points.py`; DO NOT EDIT.
::
:: To make modifications to this file, edit `tools/run_python.bat` and then run
:: `tools/create_entry_points.py`

@setlocal
Expand Down
6 changes: 4 additions & 2 deletions emcc
Original file line number Diff line number Diff line change
Expand Up @@ -6,8 +6,10 @@
#
# Entry point for running python scripts on UNIX systems.
#
# To modify this file, edit `tools/run_python.sh` and then run
# `tools/create_entry_points.py`
# Automatically generated by `create_entry_points.py`; DO NOT EDIT.
#
# To make modifications to this file, edit `tools/run_python_compiler.sh` and
# then run `tools/create_entry_points.py`

if [ -z "$PYTHON" ]; then
PYTHON=$EMSDK_PYTHON
Expand Down
7 changes: 5 additions & 2 deletions emcc.bat
Original file line number Diff line number Diff line change
@@ -1,6 +1,9 @@
:: Entry point for running python scripts on windows systems.
:: To modify this file, edit `tools/run_python_compiler.bat` and then run
:: `tools/create_entry_points.py`
::
:: Automatically generated by `create_entry_points.py`; DO NOT EDIT.
::
:: To make modifications to this file, edit `tools/run_python_compiler.bat` and
:: then run `tools/create_entry_points.py`

@setlocal
@set EM_PY=%EMSDK_PYTHON%
Expand Down
4 changes: 3 additions & 1 deletion emcmake
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,9 @@
#
# Entry point for running python scripts on UNIX systems.
#
# To modify this file, edit `tools/run_python.sh` and then run
# Automatically generated by `create_entry_points.py`; DO NOT EDIT.
#
# To make modifications to this file, edit `tools/run_python.sh` and then run
# `tools/create_entry_points.py`

if [ -z "$PYTHON" ]; then
Expand Down
5 changes: 4 additions & 1 deletion emcmake.bat
Original file line number Diff line number Diff line change
@@ -1,5 +1,8 @@
:: Entry point for running python scripts on windows systems.
:: To modify this file, edit `tools/run_python.bat` and then run
::
:: Automatically generated by `create_entry_points.py`; DO NOT EDIT.
::
:: To make modifications to this file, edit `tools/run_python.bat` and then run
:: `tools/create_entry_points.py`

@setlocal
Expand Down
4 changes: 3 additions & 1 deletion emconfigure
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,9 @@
#
# Entry point for running python scripts on UNIX systems.
#
# To modify this file, edit `tools/run_python.sh` and then run
# Automatically generated by `create_entry_points.py`; DO NOT EDIT.
#
# To make modifications to this file, edit `tools/run_python.sh` and then run
# `tools/create_entry_points.py`

if [ -z "$PYTHON" ]; then
Expand Down
5 changes: 4 additions & 1 deletion emconfigure.bat
Original file line number Diff line number Diff line change
@@ -1,5 +1,8 @@
:: Entry point for running python scripts on windows systems.
:: To modify this file, edit `tools/run_python.bat` and then run
::
:: Automatically generated by `create_entry_points.py`; DO NOT EDIT.
::
:: To make modifications to this file, edit `tools/run_python.bat` and then run
:: `tools/create_entry_points.py`

@setlocal
Expand Down
4 changes: 3 additions & 1 deletion emdump
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,9 @@
#
# Entry point for running python scripts on UNIX systems.
#
# To modify this file, edit `tools/run_python.sh` and then run
# Automatically generated by `create_entry_points.py`; DO NOT EDIT.
#
# To make modifications to this file, edit `tools/run_python.sh` and then run
# `tools/create_entry_points.py`

if [ -z "$PYTHON" ]; then
Expand Down
5 changes: 4 additions & 1 deletion emdump.bat
Original file line number Diff line number Diff line change
@@ -1,5 +1,8 @@
:: Entry point for running python scripts on windows systems.
:: To modify this file, edit `tools/run_python.bat` and then run
::
:: Automatically generated by `create_entry_points.py`; DO NOT EDIT.
::
:: To make modifications to this file, edit `tools/run_python.bat` and then run
:: `tools/create_entry_points.py`

@setlocal
Expand Down
4 changes: 3 additions & 1 deletion emmake
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,9 @@
#
# Entry point for running python scripts on UNIX systems.
#
# To modify this file, edit `tools/run_python.sh` and then run
# Automatically generated by `create_entry_points.py`; DO NOT EDIT.
#
# To make modifications to this file, edit `tools/run_python.sh` and then run
# `tools/create_entry_points.py`

if [ -z "$PYTHON" ]; then
Expand Down
5 changes: 4 additions & 1 deletion emmake.bat
Original file line number Diff line number Diff line change
@@ -1,5 +1,8 @@
:: Entry point for running python scripts on windows systems.
:: To modify this file, edit `tools/run_python.bat` and then run
::
:: Automatically generated by `create_entry_points.py`; DO NOT EDIT.
::
:: To make modifications to this file, edit `tools/run_python.bat` and then run
:: `tools/create_entry_points.py`

@setlocal
Expand Down
4 changes: 3 additions & 1 deletion emprofile
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,9 @@
#
# Entry point for running python scripts on UNIX systems.
#
# To modify this file, edit `tools/run_python.sh` and then run
# Automatically generated by `create_entry_points.py`; DO NOT EDIT.
#
# To make modifications to this file, edit `tools/run_python.sh` and then run
# `tools/create_entry_points.py`

if [ -z "$PYTHON" ]; then
Expand Down
5 changes: 4 additions & 1 deletion emprofile.bat
Original file line number Diff line number Diff line change
@@ -1,5 +1,8 @@
:: Entry point for running python scripts on windows systems.
:: To modify this file, edit `tools/run_python.bat` and then run
::
:: Automatically generated by `create_entry_points.py`; DO NOT EDIT.
::
:: To make modifications to this file, edit `tools/run_python.bat` and then run
:: `tools/create_entry_points.py`

@setlocal
Expand Down
4 changes: 3 additions & 1 deletion emranlib
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,9 @@
#
# Entry point for running python scripts on UNIX systems.
#
# To modify this file, edit `tools/run_python.sh` and then run
# Automatically generated by `create_entry_points.py`; DO NOT EDIT.
#
# To make modifications to this file, edit `tools/run_python.sh` and then run
# `tools/create_entry_points.py`

if [ -z "$PYTHON" ]; then
Expand Down
5 changes: 4 additions & 1 deletion emranlib.bat
Original file line number Diff line number Diff line change
@@ -1,5 +1,8 @@
:: Entry point for running python scripts on windows systems.
:: To modify this file, edit `tools/run_python.bat` and then run
::
:: Automatically generated by `create_entry_points.py`; DO NOT EDIT.
::
:: To make modifications to this file, edit `tools/run_python.bat` and then run
:: `tools/create_entry_points.py`

@setlocal
Expand Down
4 changes: 3 additions & 1 deletion emrun
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,9 @@
#
# Entry point for running python scripts on UNIX systems.
#
# To modify this file, edit `tools/run_python.sh` and then run
# Automatically generated by `create_entry_points.py`; DO NOT EDIT.
#
# To make modifications to this file, edit `tools/run_python.sh` and then run
# `tools/create_entry_points.py`

if [ -z "$PYTHON" ]; then
Expand Down
5 changes: 4 additions & 1 deletion emrun.bat
Original file line number Diff line number Diff line change
@@ -1,5 +1,8 @@
:: Entry point for running python scripts on windows systems.
:: To modify this file, edit `tools/run_python.bat` and then run
::
:: Automatically generated by `create_entry_points.py`; DO NOT EDIT.
::
:: To make modifications to this file, edit `tools/run_python.bat` and then run
:: `tools/create_entry_points.py`

@setlocal
Expand Down
4 changes: 3 additions & 1 deletion emscons
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,9 @@
#
# Entry point for running python scripts on UNIX systems.
#
# To modify this file, edit `tools/run_python.sh` and then run
# Automatically generated by `create_entry_points.py`; DO NOT EDIT.
#
# To make modifications to this file, edit `tools/run_python.sh` and then run
# `tools/create_entry_points.py`

if [ -z "$PYTHON" ]; then
Expand Down
5 changes: 4 additions & 1 deletion emscons.bat
Original file line number Diff line number Diff line change
@@ -1,5 +1,8 @@
:: Entry point for running python scripts on windows systems.
:: To modify this file, edit `tools/run_python.bat` and then run
::
:: Automatically generated by `create_entry_points.py`; DO NOT EDIT.
::
:: To make modifications to this file, edit `tools/run_python.bat` and then run
:: `tools/create_entry_points.py`

@setlocal
Expand Down
4 changes: 3 additions & 1 deletion emsize
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,9 @@
#
# Entry point for running python scripts on UNIX systems.
#
# To modify this file, edit `tools/run_python.sh` and then run
# Automatically generated by `create_entry_points.py`; DO NOT EDIT.
#
# To make modifications to this file, edit `tools/run_python.sh` and then run
# `tools/create_entry_points.py`

if [ -z "$PYTHON" ]; then
Expand Down
5 changes: 4 additions & 1 deletion emsize.bat
Original file line number Diff line number Diff line change
@@ -1,5 +1,8 @@
:: Entry point for running python scripts on windows systems.
:: To modify this file, edit `tools/run_python.bat` and then run
::
:: Automatically generated by `create_entry_points.py`; DO NOT EDIT.
::
:: To make modifications to this file, edit `tools/run_python.bat` and then run
:: `tools/create_entry_points.py`

@setlocal
Expand Down
4 changes: 3 additions & 1 deletion tests/runner
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,9 @@
#
# Entry point for running python scripts on UNIX systems.
#
# To modify this file, edit `tools/run_python.sh` and then run
# Automatically generated by `create_entry_points.py`; DO NOT EDIT.
#
# To make modifications to this file, edit `tools/run_python.sh` and then run
# `tools/create_entry_points.py`

if [ -z "$PYTHON" ]; then
Expand Down
5 changes: 4 additions & 1 deletion tests/runner.bat
Original file line number Diff line number Diff line change
@@ -1,5 +1,8 @@
:: Entry point for running python scripts on windows systems.
:: To modify this file, edit `tools/run_python.bat` and then run
::
:: Automatically generated by `create_entry_points.py`; DO NOT EDIT.
::
:: To make modifications to this file, edit `tools/run_python.bat` and then run
:: `tools/create_entry_points.py`

@setlocal
Expand Down
4 changes: 3 additions & 1 deletion tools/file_packager
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,9 @@
#
# Entry point for running python scripts on UNIX systems.
#
# To modify this file, edit `tools/run_python.sh` and then run
# Automatically generated by `create_entry_points.py`; DO NOT EDIT.
#
# To make modifications to this file, edit `tools/run_python.sh` and then run
# `tools/create_entry_points.py`

if [ -z "$PYTHON" ]; then
Expand Down
5 changes: 4 additions & 1 deletion tools/file_packager.bat
Original file line number Diff line number Diff line change
@@ -1,5 +1,8 @@
:: Entry point for running python scripts on windows systems.
:: To modify this file, edit `tools/run_python.bat` and then run
::
:: Automatically generated by `create_entry_points.py`; DO NOT EDIT.
::
:: To make modifications to this file, edit `tools/run_python.bat` and then run
:: `tools/create_entry_points.py`

@setlocal
Expand Down
5 changes: 4 additions & 1 deletion tools/run_python.bat
Original file line number Diff line number Diff line change
@@ -1,5 +1,8 @@
:: Entry point for running python scripts on windows systems.
:: To modify this file, edit `tools/run_python.bat` and then run
::
:: Automatically generated by `create_entry_points.py`; DO NOT EDIT.
::
:: To make modifications to this file, edit `tools/run_python.bat` and then run
:: `tools/create_entry_points.py`

@setlocal
Expand Down
4 changes: 3 additions & 1 deletion tools/run_python.sh
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,9 @@
#
# Entry point for running python scripts on UNIX systems.
#
# To modify this file, edit `tools/run_python.sh` and then run
# Automatically generated by `create_entry_points.py`; DO NOT EDIT.
#
# To make modifications to this file, edit `tools/run_python.sh` and then run
# `tools/create_entry_points.py`

if [ -z "$PYTHON" ]; then
Expand Down
7 changes: 5 additions & 2 deletions tools/run_python_compiler.bat
Original file line number Diff line number Diff line change
@@ -1,6 +1,9 @@
:: Entry point for running python scripts on windows systems.
:: To modify this file, edit `tools/run_python_compiler.bat` and then run
:: `tools/create_entry_points.py`
::
:: Automatically generated by `create_entry_points.py`; DO NOT EDIT.
::
:: To make modifications to this file, edit `tools/run_python_compiler.bat` and
:: then run `tools/create_entry_points.py`

@setlocal
@set EM_PY=%EMSDK_PYTHON%
Expand Down
6 changes: 4 additions & 2 deletions tools/run_python_compiler.sh
Original file line number Diff line number Diff line change
Expand Up @@ -6,8 +6,10 @@
#
# Entry point for running python scripts on UNIX systems.
#
# To modify this file, edit `tools/run_python.sh` and then run
# `tools/create_entry_points.py`
# Automatically generated by `create_entry_points.py`; DO NOT EDIT.
#
# To make modifications to this file, edit `tools/run_python_compiler.sh` and
# then run `tools/create_entry_points.py`

if [ -z "$PYTHON" ]; then
PYTHON=$EMSDK_PYTHON
Expand Down