blob: 98122790d8e9468ee2f6b24dccb3a71e24f47b47 [file] [log] [blame]
David 'Digit' Turnerad1afc52011-10-14 18:33:32 +02001@echo off
2rem This is a Windows cmd.exe script used to invoke the NDK-specific GNU Make executable
Andrew Hsiehc81d48f2013-08-02 12:13:43 +08003call "%~dp0find-win-host.cmd" NDK_WIN_HOST
4if ERRORLEVEL 1 (exit /b 1)
5set NDK_ROOT=%~dp0
Ray Donnelly8cf35c42013-07-28 20:08:29 +01006"%NDK_ROOT%prebuilt/%NDK_WIN_HOST%/bin/make.exe" -f "%NDK_ROOT%build/core/build-local.mk" SHELL=cmd %*