News:

As usual while waiting for the next release - don't forget to check the nightly builds in the forum.

Main Menu

clangd_client_wx31_64.cbp versus clangd_client_wx32_64.cbp in r13047

Started by everSome, November 22, 2022, 11:39:19 PM

Previous topic - Next topic

everSome

Any particular reason clangd_client_wx31_64.cbp is drastically different from clangd_client_wx32_64.cbp? The following in clangd_client_wx32_64.cbp is standard practice in wx3?_64.cbp:

<Option object_output="../../../.objs32_64/plugins/contrib/clangd_client" />

but clangd_client_wx31_64.cbp has:

<Option object_output=".obj/clangd_client" />

at this point Will that even work here?

Miguel Gimenez

There are more suspect lines, it will not work properly as-is.

Pecan