how to use custom preprocessor.

CodeLite installation/troubleshooting forum
gkourtis
CodeLite Enthusiast
Posts: 18
Joined: Sat Jan 25, 2014 9:16 pm
Genuine User: Yes
IDE Question: C++
Contact:

how to use custom preprocessor.

Post 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.

DavidGH
CodeLite Plugin
Posts: 819
Joined: Wed Sep 03, 2008 7:26 pm
Contact:

Re: how to use custom preprocessor.

Post 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

Post Reply