Create new project.
Add some file to be compiled.
Allow parallel building for, let's say 10 files.
Define the BAT file for pre-build step.
Run the compilation...
Problem:
1) BAT file and GMAKE runs simultaneously.
Expected behaviour is: Build process runs the BAT, waiting for finish of BAT, runs the GMAKE then.
CCS: Version: 5.2.1.00018 (all options are by default)