|
6 | 6 |
|
7 | 7 | Code::Blocks to Android NDK [configuration converter](https://github.com/ClnViewer/Code-Blocks-Android-NDK/raw/master/cbp2ndk/dist/cbp2ndk.zip) v.0.0.14.79 (03.07.2019)
|
8 | 8 |
|
9 |
| - Options: |
10 |
| - -a, --auto find .cbp project file from current directory |
11 |
| - -c, --cbp path to .cbp project file |
12 |
| - -d, --dump dump current configuration |
13 |
| - -t, --tag building tag: Debug|Release|OtherTag |
14 |
| - -q, --quiet quiet all messages |
15 |
| - -v, --verbose verbose output to console |
16 |
| - -n --nodefault no set default values (libs, include paths) |
17 |
| - |
18 |
| - Using: |
19 |
| - cbp2ndk.exe <BuildTag> <path\project.cbp> |
20 |
| - cbp2ndk.exe -t <BuildTag> -c <path\project.cbp> -v |
21 |
| - cbp2ndk.exe -a |
| 9 | + Options: |
| 10 | + -a, --auto find .cbp project file from current directory |
| 11 | + -c, --cbp path to .cbp project file |
| 12 | + -d, --dump dump current configuration |
| 13 | + -t, --tag building tag: Debug|Release|OtherTag |
| 14 | + -q, --quiet quiet all messages |
| 15 | + -v, --verbose verbose output to console |
| 16 | + -n --nodefault no set default values (libs, include paths) |
| 17 | + --cbtmpl install C::B wizard template Makefile file |
| 18 | + --api android API number (Application.mk) |
| 19 | + --abi android ABI platform (Application.mk) |
| 20 | + --ndkopt android NDK options (Application.mk) |
| 21 | + |
| 22 | + Using: |
| 23 | + cbp2ndk.exe <BuildTag> <path\project.cbp> |
| 24 | + cbp2ndk.exe -t <BuildTag> -c <path\project.cbp> -v |
| 25 | + cbp2ndk.exe -a --api android-28 --abi armeabi-v7a --ndkopt debug |
| 26 | + cbp2ndk.exe -a |
22 | 27 |
|
23 | 28 | Описание работы [cbp2ndk](https://clnviewer.github.io/Code-Blocks-Android-NDK/CBP2NDK.html)
|
24 | 29 |
|
0 commit comments