View Single Post
  #5  
Old 11-21-2014, 05:01 AM
raistlin raistlin is online now
Registered User
 
Join Date: 11-14-2008
Posts: 23
Thanks Kinook. This works but it requires me to parse /logfile _filename_.

Code:
visbuildcmd Test.bld /loglevel 1 /logfile Test.log
I wish to use the LOGFILE macro already defined in the bld script, also when i parse LOGFILE macro in the command line, but omitting the /logfile parameter:

Code:
visbuildcmd Test.bld /loglevel 1 LOGFILE=%PROJDIR%\BuildLogs\%PROJROOT%.log
Is it possible? Thanks.
Reply With Quote