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
<CodeBlocks base directory>\share\CodeBlocks\templates\wizard\config.script
16
14
17
15
```
18
16
19
17
You must add the following code to the `RegisterWizards()` function:
20
-
21
18
```
22
19
function RegisterWizards()
23
20
{
@@ -29,34 +26,12 @@ You must add the following code to the `RegisterWizards()` function:
29
26
_T("Native")
30
27
);
31
28
//...
32
-
33
29
```
34
30
35
31
Before using the template, after making these changes, you must restart `C::B`
36
32
37
33
38
34
### 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
60
35
61
36

62
37
@@ -75,7 +50,6 @@ Before using the template, after making these changes, you must restart `C::B`
75
50
76
51
### Features
77
52
78
-
<<<<<<< HEAD
79
53
> __Bag? __: unfortunately I did not find a direct way to add debugger parameters directly to the `C::B` project using its API.
80
54
> 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.
81
55
> After creating the project, use the editor to remove the `Extensions/debugger` section and rename the `Extensions/debugger1` section to `Extensions/debugger`.
@@ -112,18 +86,3 @@ Before using the template, after making these changes, you must restart `C::B`
112
86
113
87
_MIT_
114
88
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