Code::Blocks Forums

User forums => General (but related to Code::Blocks) => Topic started by: everSome on July 26, 2026, 02:37:05 pm

Title: r13922 .cbp Option object_output usage
Post by: everSome on July 26, 2026, 02:37:05 pm
At least for debugger_gdbmi_wx32_64.cbp and debugger_gdbmi_wx33_64.cbp, it might be better to pluralize the object_output reference as all other wx32_64.cbp and wx33_64.cbp files do.  For instance, change
Code
<Option object_output="../../../.obj33_64/plugins/contrib/debugger_gdbmi" />
to
Code
<Option object_output="../../../.objs33_64/plugins/contrib/debugger_gdbmi" />
in the file debugger_gdbmi_wx33_64.cbp
Title: Re: r13922 .cbp Option object_output usage
Post by: Miguel Gimenez on July 28, 2026, 01:19:29 pm
Related to this, r13922 (https://sourceforge.net/p/codeblocks/code/13922/) included the new debugger_gdbmi* projects in the ContribPlugin* workspaces, but not in the main ones.
Title: Re: r13922 .cbp Option object_output usage
Post by: Pecan on July 28, 2026, 06:42:50 pm
At least for debugger_gdbmi_wx32_64.cbp and debugger_gdbmi_wx33_64.cbp, it might be better to pluralize the object_output reference as all other wx32_64.cbp and wx33_64.cbp files do.  For instance, change
Code
<Option object_output="../../../.obj33_64/plugins/contrib/debugger_gdbmi" />
to
Code
<Option object_output="../../../.objs33_64/plugins/contrib/debugger_gdbmi" />
in the file debugger_gdbmi_wx33_64.cbp

Done. Thanks.