aboutsummaryrefslogtreecommitdiff
path: root/ndk-gdb-py.cmd
blob: 265ca55435d6b66ac900894690195a61b3bd2675 (plain)
1
2
3
4
5
6
7
8
9
@echo off
rem This is a Windows cmd.exe script used to invoke the NDK-specific Python executable
call "%~dp0find-win-host.cmd" NDK_WIN_HOST
if ERRORLEVEL 1 (exit /b 1)
setlocal
set NDK_ROOT=%~dp0
set SHELL=cmd
"%NDK_ROOT%prebuilt/%NDK_WIN_HOST%/bin/python.exe" -u "%~dp0ndk-gdb.py" %*
endlocal