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.

CCSV4 Project Setup (confused about how to correctly set up paths for source files)

Hi,

I've managed to find my way through setting up a compiling / building / debugging project project in CCSV4, however, I have a few things I'd like to tidy up.

My project uses C/H source from itself and several other projects, and CCSV4 wants me either to add via LINK or add via FILESYSTEM when you add files to a project. I chose via LINK as I did want file duplicates copied to the workspace - I wouldnt then know how to handle SVN side of things.

When setting up my INCLUDE PATHS I have so far used  FILE path which appears to be ABSOLUTE when looking in the project files, and if someone checks my project out of SVN they need to put it in EXACTLY the right filesystem location for it to build. 

I am unable to use WORKSPACE because my source files are added by link, and so don't exist in the workspace - only empty place holder folders seem to be there.

My questions are :

Can I specify RELATIVE file paths (to the workspace file path)  for the project source files?

Can I specify RELATIVE file paths for the LINKER include paths , which come from several different project folders located in the same directory as my main CCS project folder?

I imagine I have the wrong idea about how to setup the project up,  thanks in advance.

Cheers, Nick