Skip to content

Commit eac98e7

Browse files
committed
2 parents 2cdb8d3 + f70340a commit eac98e7

File tree

1 file changed

+18
-13
lines changed

1 file changed

+18
-13
lines changed

cbp2ndk/dist/README.md

Lines changed: 18 additions & 13 deletions
Original file line numberDiff line numberDiff line change
@@ -6,19 +6,24 @@
66

77
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)
88

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
2227

2328
Описание работы [cbp2ndk](https://clnviewer.github.io/Code-Blocks-Android-NDK/CBP2NDK.html)
2429

0 commit comments

Comments
 (0)