how to use custom preprocessor.
Posted: Sun Aug 13, 2023 5:27 pm
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.
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.
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