bloudraak / mingw-and-ndk

Automatically exported from code.google.com/p/mingw-and-ndk
0 stars 0 forks source link

ndk-build.bat issues #1

Open GoogleCodeExporter opened 9 years ago

GoogleCodeExporter commented 9 years ago
What steps will reproduce the problem?
1. Start MS command prompt
2. Invoke ndk-build.bat in some way (by fullpath or having PATH set)
3.

What is the expected output? What do you see instead?
"make-ma" is an unknown command, and
"f was unexpected" (approximate translation of the French)

I would expect instead:
1. ndk-build.bat should set the path itself, e.g.:
   @SET PATH=%PROGDIR%cmd-exe-tools\;%PATH%
2. the -f option fixed (should it be -C? no idea)

What version of the product are you using? On what operating system?
r6b 20110709

Please provide any additional information below.

Original issue reported on code.google.com by christop...@gmail.com on 12 Nov 2011 at 10:39