Skip to content
Closed
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
4 changes: 2 additions & 2 deletions bootstrap.bat
Original file line number Diff line number Diff line change
Expand Up @@ -23,8 +23,8 @@
:: %~dp0 expansions will not work.
:: So first try if %~dp0 might work, and if not, manually look up this script from PATH.
@if exist %~f0 (
set MYDIR=%~dp0
goto FOUND_MYDIR
@set MYDIR=%~dp0
@goto FOUND_MYDIR
)
@for %%I in (%~n0.bat) do (
@if exist %%~$PATH:I (
Expand Down
4 changes: 2 additions & 2 deletions em++.bat
Original file line number Diff line number Diff line change
Expand Up @@ -23,8 +23,8 @@
:: %~dp0 expansions will not work.
:: So first try if %~dp0 might work, and if not, manually look up this script from PATH.
@if exist %~f0 (
set MYDIR=%~dp0
goto FOUND_MYDIR
@set MYDIR=%~dp0
@goto FOUND_MYDIR
)
@for %%I in (%~n0.bat) do (
@if exist %%~$PATH:I (
Expand Down
4 changes: 2 additions & 2 deletions em-config.bat
Original file line number Diff line number Diff line change
Expand Up @@ -23,8 +23,8 @@
:: %~dp0 expansions will not work.
:: So first try if %~dp0 might work, and if not, manually look up this script from PATH.
@if exist %~f0 (
set MYDIR=%~dp0
goto FOUND_MYDIR
@set MYDIR=%~dp0
@goto FOUND_MYDIR
)
@for %%I in (%~n0.bat) do (
@if exist %%~$PATH:I (
Expand Down
4 changes: 2 additions & 2 deletions emar.bat
Original file line number Diff line number Diff line change
Expand Up @@ -23,8 +23,8 @@
:: %~dp0 expansions will not work.
:: So first try if %~dp0 might work, and if not, manually look up this script from PATH.
@if exist %~f0 (
set MYDIR=%~dp0
goto FOUND_MYDIR
@set MYDIR=%~dp0
@goto FOUND_MYDIR
)
@for %%I in (%~n0.bat) do (
@if exist %%~$PATH:I (
Expand Down
4 changes: 2 additions & 2 deletions embuilder.bat
Original file line number Diff line number Diff line change
Expand Up @@ -23,8 +23,8 @@
:: %~dp0 expansions will not work.
:: So first try if %~dp0 might work, and if not, manually look up this script from PATH.
@if exist %~f0 (
set MYDIR=%~dp0
goto FOUND_MYDIR
@set MYDIR=%~dp0
@goto FOUND_MYDIR
)
@for %%I in (%~n0.bat) do (
@if exist %%~$PATH:I (
Expand Down
4 changes: 2 additions & 2 deletions emcc.bat
Original file line number Diff line number Diff line change
Expand Up @@ -23,8 +23,8 @@
:: %~dp0 expansions will not work.
:: So first try if %~dp0 might work, and if not, manually look up this script from PATH.
@if exist %~f0 (
set MYDIR=%~dp0
goto FOUND_MYDIR
@set MYDIR=%~dp0
@goto FOUND_MYDIR
)
@for %%I in (%~n0.bat) do (
@if exist %%~$PATH:I (
Expand Down
4 changes: 2 additions & 2 deletions emcmake.bat
Original file line number Diff line number Diff line change
Expand Up @@ -23,8 +23,8 @@
:: %~dp0 expansions will not work.
:: So first try if %~dp0 might work, and if not, manually look up this script from PATH.
@if exist %~f0 (
set MYDIR=%~dp0
goto FOUND_MYDIR
@set MYDIR=%~dp0
@goto FOUND_MYDIR
)
@for %%I in (%~n0.bat) do (
@if exist %%~$PATH:I (
Expand Down
4 changes: 2 additions & 2 deletions emconfigure.bat
Original file line number Diff line number Diff line change
Expand Up @@ -23,8 +23,8 @@
:: %~dp0 expansions will not work.
:: So first try if %~dp0 might work, and if not, manually look up this script from PATH.
@if exist %~f0 (
set MYDIR=%~dp0
goto FOUND_MYDIR
@set MYDIR=%~dp0
@goto FOUND_MYDIR
)
@for %%I in (%~n0.bat) do (
@if exist %%~$PATH:I (
Expand Down
4 changes: 2 additions & 2 deletions emdump.bat
Original file line number Diff line number Diff line change
Expand Up @@ -23,8 +23,8 @@
:: %~dp0 expansions will not work.
:: So first try if %~dp0 might work, and if not, manually look up this script from PATH.
@if exist %~f0 (
set MYDIR=%~dp0
goto FOUND_MYDIR
@set MYDIR=%~dp0
@goto FOUND_MYDIR
)
@for %%I in (tools\emdump.bat) do (
@if exist %%~$PATH:I (
Expand Down
4 changes: 2 additions & 2 deletions emdwp.bat
Original file line number Diff line number Diff line change
Expand Up @@ -23,8 +23,8 @@
:: %~dp0 expansions will not work.
:: So first try if %~dp0 might work, and if not, manually look up this script from PATH.
@if exist %~f0 (
set MYDIR=%~dp0
goto FOUND_MYDIR
@set MYDIR=%~dp0
@goto FOUND_MYDIR
)
@for %%I in (tools\emdwp.bat) do (
@if exist %%~$PATH:I (
Expand Down
4 changes: 2 additions & 2 deletions emmake.bat
Original file line number Diff line number Diff line change
Expand Up @@ -23,8 +23,8 @@
:: %~dp0 expansions will not work.
:: So first try if %~dp0 might work, and if not, manually look up this script from PATH.
@if exist %~f0 (
set MYDIR=%~dp0
goto FOUND_MYDIR
@set MYDIR=%~dp0
@goto FOUND_MYDIR
)
@for %%I in (%~n0.bat) do (
@if exist %%~$PATH:I (
Expand Down
4 changes: 2 additions & 2 deletions emnm.bat
Original file line number Diff line number Diff line change
Expand Up @@ -23,8 +23,8 @@
:: %~dp0 expansions will not work.
:: So first try if %~dp0 might work, and if not, manually look up this script from PATH.
@if exist %~f0 (
set MYDIR=%~dp0
goto FOUND_MYDIR
@set MYDIR=%~dp0
@goto FOUND_MYDIR
)
@for %%I in (tools\emnm.bat) do (
@if exist %%~$PATH:I (
Expand Down
4 changes: 2 additions & 2 deletions emprofile.bat
Original file line number Diff line number Diff line change
Expand Up @@ -23,8 +23,8 @@
:: %~dp0 expansions will not work.
:: So first try if %~dp0 might work, and if not, manually look up this script from PATH.
@if exist %~f0 (
set MYDIR=%~dp0
goto FOUND_MYDIR
@set MYDIR=%~dp0
@goto FOUND_MYDIR
)
@for %%I in (tools\emprofile.bat) do (
@if exist %%~$PATH:I (
Expand Down
4 changes: 2 additions & 2 deletions emranlib.bat
Original file line number Diff line number Diff line change
Expand Up @@ -23,8 +23,8 @@
:: %~dp0 expansions will not work.
:: So first try if %~dp0 might work, and if not, manually look up this script from PATH.
@if exist %~f0 (
set MYDIR=%~dp0
goto FOUND_MYDIR
@set MYDIR=%~dp0
@goto FOUND_MYDIR
)
@for %%I in (%~n0.bat) do (
@if exist %%~$PATH:I (
Expand Down
4 changes: 2 additions & 2 deletions emrun.bat
Original file line number Diff line number Diff line change
Expand Up @@ -23,8 +23,8 @@
:: %~dp0 expansions will not work.
:: So first try if %~dp0 might work, and if not, manually look up this script from PATH.
@if exist %~f0 (
set MYDIR=%~dp0
goto FOUND_MYDIR
@set MYDIR=%~dp0
@goto FOUND_MYDIR
)
@for %%I in (%~n0.bat) do (
@if exist %%~$PATH:I (
Expand Down
4 changes: 2 additions & 2 deletions emscons.bat
Original file line number Diff line number Diff line change
Expand Up @@ -23,8 +23,8 @@
:: %~dp0 expansions will not work.
:: So first try if %~dp0 might work, and if not, manually look up this script from PATH.
@if exist %~f0 (
set MYDIR=%~dp0
goto FOUND_MYDIR
@set MYDIR=%~dp0
@goto FOUND_MYDIR
)
@for %%I in (%~n0.bat) do (
@if exist %%~$PATH:I (
Expand Down
4 changes: 2 additions & 2 deletions emsize.bat
Original file line number Diff line number Diff line change
Expand Up @@ -23,8 +23,8 @@
:: %~dp0 expansions will not work.
:: So first try if %~dp0 might work, and if not, manually look up this script from PATH.
@if exist %~f0 (
set MYDIR=%~dp0
goto FOUND_MYDIR
@set MYDIR=%~dp0
@goto FOUND_MYDIR
)
@for %%I in (%~n0.bat) do (
@if exist %%~$PATH:I (
Expand Down
4 changes: 2 additions & 2 deletions emstrip.bat
Original file line number Diff line number Diff line change
Expand Up @@ -23,8 +23,8 @@
:: %~dp0 expansions will not work.
:: So first try if %~dp0 might work, and if not, manually look up this script from PATH.
@if exist %~f0 (
set MYDIR=%~dp0
goto FOUND_MYDIR
@set MYDIR=%~dp0
@goto FOUND_MYDIR
)
@for %%I in (%~n0.bat) do (
@if exist %%~$PATH:I (
Expand Down
4 changes: 2 additions & 2 deletions emsymbolizer.bat
Original file line number Diff line number Diff line change
Expand Up @@ -23,8 +23,8 @@
:: %~dp0 expansions will not work.
:: So first try if %~dp0 might work, and if not, manually look up this script from PATH.
@if exist %~f0 (
set MYDIR=%~dp0
goto FOUND_MYDIR
@set MYDIR=%~dp0
@goto FOUND_MYDIR
)
@for %%I in (%~n0.bat) do (
@if exist %%~$PATH:I (
Expand Down
4 changes: 2 additions & 2 deletions system/bin/sdl-config.bat
Original file line number Diff line number Diff line change
Expand Up @@ -23,8 +23,8 @@
:: %~dp0 expansions will not work.
:: So first try if %~dp0 might work, and if not, manually look up this script from PATH.
@if exist %~f0 (
set MYDIR=%~dp0
goto FOUND_MYDIR
@set MYDIR=%~dp0
@goto FOUND_MYDIR
)
@for %%I in (%~n0.bat) do (
@if exist %%~$PATH:I (
Expand Down
4 changes: 2 additions & 2 deletions system/bin/sdl2-config.bat
Original file line number Diff line number Diff line change
Expand Up @@ -23,8 +23,8 @@
:: %~dp0 expansions will not work.
:: So first try if %~dp0 might work, and if not, manually look up this script from PATH.
@if exist %~f0 (
set MYDIR=%~dp0
goto FOUND_MYDIR
@set MYDIR=%~dp0
@goto FOUND_MYDIR
)
@for %%I in (%~n0.bat) do (
@if exist %%~$PATH:I (
Expand Down
4 changes: 2 additions & 2 deletions test/runner.bat
Original file line number Diff line number Diff line change
Expand Up @@ -23,8 +23,8 @@
:: %~dp0 expansions will not work.
:: So first try if %~dp0 might work, and if not, manually look up this script from PATH.
@if exist %~f0 (
set MYDIR=%~dp0
goto FOUND_MYDIR
@set MYDIR=%~dp0
@goto FOUND_MYDIR
)
@for %%I in (%~n0.bat) do (
@if exist %%~$PATH:I (
Expand Down
4 changes: 2 additions & 2 deletions tools/file_packager.bat
Original file line number Diff line number Diff line change
Expand Up @@ -23,8 +23,8 @@
:: %~dp0 expansions will not work.
:: So first try if %~dp0 might work, and if not, manually look up this script from PATH.
@if exist %~f0 (
set MYDIR=%~dp0
goto FOUND_MYDIR
@set MYDIR=%~dp0
@goto FOUND_MYDIR
)
@for %%I in (%~n0.bat) do (
@if exist %%~$PATH:I (
Expand Down
4 changes: 2 additions & 2 deletions tools/maint/run_python.bat
Original file line number Diff line number Diff line change
Expand Up @@ -23,8 +23,8 @@
:: %~dp0 expansions will not work.
:: So first try if %~dp0 might work, and if not, manually look up this script from PATH.
@if exist %~f0 (
set MYDIR=%~dp0
goto FOUND_MYDIR
@set MYDIR=%~dp0
@goto FOUND_MYDIR
)
@for %%I in (%~n0.bat) do (
@if exist %%~$PATH:I (
Expand Down
4 changes: 2 additions & 2 deletions tools/maint/run_python_compiler.bat
Original file line number Diff line number Diff line change
Expand Up @@ -23,8 +23,8 @@
:: %~dp0 expansions will not work.
:: So first try if %~dp0 might work, and if not, manually look up this script from PATH.
@if exist %~f0 (
set MYDIR=%~dp0
goto FOUND_MYDIR
@set MYDIR=%~dp0
@goto FOUND_MYDIR
)
@for %%I in (%~n0.bat) do (
@if exist %%~$PATH:I (
Expand Down
4 changes: 2 additions & 2 deletions tools/webidl_binder.bat
Original file line number Diff line number Diff line change
Expand Up @@ -23,8 +23,8 @@
:: %~dp0 expansions will not work.
:: So first try if %~dp0 might work, and if not, manually look up this script from PATH.
@if exist %~f0 (
set MYDIR=%~dp0
goto FOUND_MYDIR
@set MYDIR=%~dp0
@goto FOUND_MYDIR
)
@for %%I in (%~n0.bat) do (
@if exist %%~$PATH:I (
Expand Down