6 lines
114 B
Batchfile
Executable file
6 lines
114 B
Batchfile
Executable file
@echo off
|
|
setlocal
|
|
set PREBUILT_BIN=%~dp0
|
|
set SHELL=cmd
|
|
"%PREBUILT_BIN%/python.exe" -u "%~dp0ndk-gdb" %*
|
|
endlocal
|