Author Topic: r13922 .cbp Option object_output usage  (Read 241 times)

Offline everSome

  • Multiple posting newcomer
  • *
  • Posts: 58
r13922 .cbp Option object_output usage
« 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

Offline Miguel Gimenez

  • Developer
  • Lives here!
  • *****
  • Posts: 1894
Re: r13922 .cbp Option object_output usage
« Reply #1 on: Today at 01:19:29 pm »
Related to this, r13922 included the new debugger_gdbmi* projects in the ContribPlugin* workspaces, but not in the main ones.