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.

Are there internal macros that users can use?



We have found that using a local folder rather than a clearcase folder to store intermediate (*.obj and *.lst) files greatly speeds up the build times.  Currently, many of the local folders are being reused causing trouble for multi-threaded (nightly) builds.  Is there a way to access project names and build configurations for use in the file specifier fileds?  Something like

directory specifier ... --obj directory... "c:/temp/%drive%/%project%/%bld_config%"

The alternative would be to manually edit every .cproject file which would be a lot of man-hour effort.