Hi,
I'm building my project with either the full CCS environment (my development environment) or with the command line scripts (like explained on http://processors.wiki.ti.com/index.php/Projects_-_Command_Line_Build/Create --> that's my build machine environment)
- In order to use a single project file for both environments, I simply import the existing project file during my headless build, with the com.ti.ccstudio.apps.projectImport command and then build it with projectBuild.
- But now I would like to be able to distinguish between development builds (done in CCS) and my automated command line builds: I would like to define the pre-defined macro AUTOMATED_BUILD for the command line build.
- In order to make sure the developper using CCS always use the correct configuration (without the AUTOMATED_BUILD variable), I also want to limit me to a single configuration in this project.
