Page 1 of 1

how to use custom preprocessor.

Posted: Sun Aug 13, 2023 5:27 pm
by gkourtis

Hi,
I need to use a custom preprocessor for c++ code.
I need to use a cpp1 instead of cpp.
How can I instruct codelite to use it.


Re: how to use custom preprocessor.

Posted: Sun Aug 13, 2023 8:35 pm
by DavidGH

Hi,

Have you tried putting some mention of cpp1 into the appropriate place in the Project Settings > Compiler dialog?

Alternatively, maybe the Pre/Post Build Commands > Pre-Build section...

Regards,

David