View Single Post
  #4  
Old 06-16-2003, 07:31 AM
kevina kevina is online now
Registered User
 
Join Date: 03-26-2003
Posts: 825
Simply create a Global or Project macro with the same name (LOGFILE), and assign it the value you want to you use for logging.

If you want to specify this value differently for every build project, then make it a project macro, if it is the same for all projects, then make it a global macro.

Hope this helps.

Kevin
Reply With Quote