Page 1 of 1

Precompiled headers with MSVC

Posted: Sat Mar 13, 2010 4:31 pm
by asp
Hi,

Is it possible to use precompiled headers with MSVC? I didn't manage to make them work.

Re: Precompiled headers with MSVC

Posted: Sun Mar 14, 2010 3:09 pm
by eranif
No, it is not possible.

To be honest, codelite was meant to work with g++ - and I don't think it will be supported (unless a patch is provided)

You could workaround it by using the 'Custom Makefile Steps' tab in the project settings.

This should give you a good starting point of how to use this:

http://codelite.org/LiteEditor/ProjectSettingsSummary (search for 'Custom Makefile Steps')
Eran

Re: Precompiled headers with MSVC

Posted: Tue Mar 16, 2010 2:25 am
by asp
I'll take a look at it. Thanks.