This thread has been locked.

If you have a related question, please click the "Ask a related question" button in the top right corner. The newly created question will be automatically linked to this question.

how to exclude file when using "com.ti.ccstudio.apps.projectCreate"?

Other Parts Discussed in Thread: CCSTUDIO

Regarding the Options for "com.ti.ccstudio.apps.projectCreate"

http://tiexpressdsp.com/index.php/Projects_-_Command_Line_Build/Create#Create_a_Project

... is there a means for specifying that a file should be *excluded* from the created project?

Thanks,
Lester

  • Yes - a new "@configurations" annotation has been added for the -ccs.copyFile and -ccs.linkFile flags.  This annotation can be used to list all build-configurations, by name, for which the copied/linked file should remain applicable - the file will be excluded from build for all remaining build-configurations.

    - Baltasar