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.
