ma34s / ndk-build_ex

Android ndk-build.cmd wrapper

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

ndk-build_ex

What is this

ndk-build.cmd wrapper for windows.

In Windows envrioment, ndk-nuild don't support color text.

this output the build log with color text like as linux terminal.

screenshot

function

  • output the build log with color text like as linux terminal.
  • output the build log to the textfile like as "tee".
  • count errors and warnigs.

syntax

ndk-build_ex [ndk options] [log:\<path to the log file>]

build environment

Visual studio 2015.

About

Android ndk-build.cmd wrapper


Languages

Language:C++ 88.6%Language:C 7.0%Language:Makefile 2.6%Language:Batchfile 1.8%