You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
@@ -35,6 +36,27 @@ Before using the template, after making these changes, you must restart `C::B`
35
36
36
37
37
38
### NDK C::B template Wizard
39
+
=======
40
+
----------
41
+
42
+
- Download the installer `NDK C :: B template`[CodeBlocksNdkTemplate v.0.0.14.79 / win32 (07/03/2019)] (https://clnviewer.github.io/Code-Blocks-Android-NDK/CodeBlocksNdkTemplate.exe)
43
+
- Run the installer and install the `NDK C :: B template`
44
+
- Edit the file `config.script` and add the template to the list used.
45
+
46
+
### Editing the C :: B file with config.script
47
+
48
+
The file must be in the following path:
49
+
50
+
51
+
52
+
You must add the following code to the `RegisterWizards ()` function:
53
+
54
+
55
+
Before using the template, after making these changes, you must restart `C :: B`
56
+
57
+
58
+
### NDK C::B template Wizard
59
+
>>>>>>> 28c9fc9e65a2a00f161685d9f968855799076423
38
60
39
61

40
62
@@ -53,6 +75,7 @@ Before using the template, after making these changes, you must restart `C::B`
53
75
54
76
### Features
55
77
78
+
<<<<<<< HEAD
56
79
> __Bag? __: unfortunately I did not find a direct way to add debugger parameters directly to the `C::B` project using its API.
57
80
> Currently, the debugger parameters are entered into the `Extensions/debugger1` section, but for operation it is necessary that these parameters be in the `Extensions/debugger` section.
58
81
> After creating the project, use the editor to remove the `Extensions/debugger` section and rename the `Extensions/debugger1` section to `Extensions/debugger`.
@@ -90,4 +113,17 @@ Before using the template, after making these changes, you must restart `C::B`
90
113
_MIT_
91
114
92
115
116
+
=======
117
+
> __Bag? __: unfortunately I did not find a direct way to add debugger parameters directly to the `C :: B` project using its API.
118
+
> Currently, the debugger parameters are entered into the `Extensions / debugger1` section, but for operation it is necessary that these parameters be in the` Extensions / debugger` section.
119
+
> After creating the project, use the editor to remove the `Extensions / debugger` section and rename the` Extensions / debugger1` section to `Extensions / debugger`.
120
+
> An example of the contents of this section is given below.
121
+
122
+
123
+
> __Attention! __: the `cbp2ndk` and` android-elf-cleaner` utilities used in `NDK C :: B template` are built for the 32bit version of Windows.
124
+
> If you are using a 64bit platform and want to have executable files of the corresponding bitness, you need to rebuild the project yourself.
125
+
> The `cbp2ndk` and` android-elf-cleaner` utilities in `C :: B` are located along the following path:
0 commit comments