- I have a project structure say "M1->(m11->(m11a,m11b,m11c), m12->(m12a,m12b,m12c), m13->(m13a,m13b,m13c))
- where M1 is a main directory , (m11,m12,m13) are subdirectories and (m11a,m11b,m11c) are ".c and .h" files.
- Issue is when I need to compile m13c file, it takes me enormous amount of time ,for the compiler to generate the ".obj" file.
- Is there any way to make faster?
- Thanks in advance.
Environment:
Win7 Professional, 64bit
Code Composer studio V5