Hi, Whener I am compling project on CCS with incremental compile option, all files are getting compiled every time. Is there any settings in CCS to avoid this. Thanks for your help in advance Shreedhar
you seem to be doing a build instead of compile. Check with the compile option instead of building the code. Compile option should only compile one file whereas build will do whole project Prem On 5/13/08, Shreedhar Achar <s...@gmail.com> wrote: > Hi, > > Whener I am compling project on CCS with incremental compile option, all > files are getting compiled every time. > Is there any settings in CCS to avoid this. > > Thanks for your help in advance > Shreedhar > -- " Excellence is not an act....but a habit..."
Hi Prem,
Thanks for your inputs. Yes i am doing incremental build, but it shuld not compile all the file( Unless it is modifiled or any common header changes) and build the .out right?
Regards Shreedhar From: Premkiran Mannava <l...@gmail.com> |