View Single Post
  #1  
Old 04-08-2003, 08:44 AM
kinook kinook is online now
Administrator
 
Join Date: 03-06-2001
Location: Colorado
Posts: 6,003
How can I increment a global build number and use it in the build?

A global macro can be a useful location to store a build number that you may want to update and use with each build that is performed. The Script.bld sample shows how to achieve this via script code. It increments a build number and stores it in a global macro called BUILD_NUM, which can be used in other project steps via %BUILD_NUM%.
Reply With Quote