User forums > General (but related to Code::Blocks)
r13922 .cbp Option object_output usage
(1/1)
everSome:
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" />
--- End code ---
to
--- Code: ---<Option object_output="../../../.objs33_64/plugins/contrib/debugger_gdbmi" />
--- End code ---
in the file debugger_gdbmi_wx33_64.cbp
Miguel Gimenez:
Related to this, r13922 included the new debugger_gdbmi* projects in the ContribPlugin* workspaces, but not in the main ones.
Pecan:
--- Quote from: 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" />
--- End code ---
to
--- Code: ---<Option object_output="../../../.objs33_64/plugins/contrib/debugger_gdbmi" />
--- End code ---
in the file debugger_gdbmi_wx33_64.cbp
--- End quote ---
Done. Thanks.
Navigation
[0] Message Index
Go to full version