Hi,
I need to execute the following custom build steps:
1.execute xx.bat file
2.Compile first.c. (This generates the header file used in rest of the project)
3.execute yy.bat
4. Compile all other files in the project.
Steps 1 and 3 are pre-build and post build commands of first .c
I would like to know how can I force the compiler to compile first.c first,
as I have a dependency on the header file it generates.
I am using ccs 3.3
Regards,
Aadishri