Posted by: Dennis
« on: October 19, 2006, 06:32:01 PM »help _parse_project_command
FYI, the include paths can be relative -- just type them in that way. Also, you can use %rp in the include paths to represent the project directory or %wp to represent the workspace directory.Is there a document (either on the web or included with the product) where all those % macros are documented? I remember seeing one but I can not find it anymore...
subst y: /d
REM --- old version ---
REM subst y: c:\dev\priorVersion\code
REM --- main ---
subst y: c:\dev\main\code
REM --- private ---
REM subst y: c:\dev\private\code
echo done
exit