Other Parts Discussed in Thread: CCSTUDIO
I am running CCVS 4,1,3
I am building several projects in a single workspace, sharing includes files and header files.
I have read the portable projects documents and command line documents, and have a somewhat workable system, but I still have a couple questions:
I have created "linked resource" variables and used these to specify the location of source files.
However, these variables do NOT seem to work when specifying include directories.
Is this correct?
Are linked resource variables related to Windows Environment variables?
To have portable includes directories, I created "Managed Build" variables and used these to specify the location of includes directories.
NOTE: I use the exact same names for the Managed Build variables I used for the linked resource variables.
Does this make sense?
Are Managed Build Variables related to Windows Environment variables?
How are managed Build variables related to linked resource variables?
With this scheme I can use the CCS command line interface to create a new workspace and use the -ccs.definePathVariable option to specify the location of linked resource variables (which also are managed build variables). Both sets of variables seem to get set!
This command line operation seems to works fine with version 4.1.3, but not with version 4.1.0.
Is there a difference between these two CCS versions on how they handle comand line parameters?
Are there command line options for explicitely setting "Linked resource" and Managed Build" variables?