View Single Post
  #1  
Old 04-08-2003, 09:02 AM
kinook kinook is online now
Administrator
 
Join Date: 03-06-2001
Location: Colorado
Posts: 6,003
How can I set environment variables in a project for use in later steps of the build?

Create a macro or a Set Macro step action and check its Add to environment variables property -- Visual Build adds/updates that macro as an environment variable for all subsequent steps that are built. The Advanced.bld sample includes a section which demonstrates this. The sample also demonstrates how this can be accomplished via script code (useful when setting many variables at once).
Reply With Quote