blob: 265ca55435d6b66ac900894690195a61b3bd2675 [file] [log] [blame]
Ray Donnelly8cf35c42013-07-28 20:08:29 +01001@echo off
2rem This is a Windows cmd.exe script used to invoke the NDK-specific Python executable
Andrew Hsiehc81d48f2013-08-02 12:13:43 +08003call "%~dp0find-win-host.cmd" NDK_WIN_HOST
4if ERRORLEVEL 1 (exit /b 1)
Andrew Hsieh5388dfe2013-12-24 07:56:22 +08005setlocal
Andrew Hsiehc81d48f2013-08-02 12:13:43 +08006set NDK_ROOT=%~dp0
Andrew Hsieh5388dfe2013-12-24 07:56:22 +08007set SHELL=cmd
8"%NDK_ROOT%prebuilt/%NDK_WIN_HOST%/bin/python.exe" -u "%~dp0ndk-gdb.py" %*
9endlocal