|
Is there a way to to force CCS dependency scan to respect #ifdef ? I have several include files inside an #ifdef that I do not want to appear in the File View window: #ifdef _PROJECT_A_ #include project_a.h . . #endif Even if _PROJECT_A is not defined, CCS "sees" the files at build-time and adds them to File View window. I am hoping to keep Project B files from appearing in Project A. Any suggestions appreciated. -Jeff |