Kinook Software Forum

Go Back   Kinook Software Forum > Visual Build Professional > [VBP] General Discussion
Register FAQ Community Calendar Today's Posts Search

 
 
Thread Tools Rate Thread Display Modes
Prev Previous Post   Next Post Next
  #2  
Old 04-16-2009, 02:39 PM
kinook kinook is online now
Administrator
 
Join Date: 03-06-2001
Location: Colorado
Posts: 6,027
A temporary macro created on the command-line will not update environment variables. Either:

1) Add a Set Macro step (with 'Add to environment variables' checked, Temporary macro type) to set BUILD_NO equal to %BUILD_NO%

This will force the BUILD_NO environment variable to be updated with the current BUILD_NO macro value.

or

2) Pass the value on the command-line with a different name (i..e, TEMP_BUILD_NO=123), and in the called project, add a Set Macro step (with 'Add to environment variables' checked, Temporary macro type, and a build rule to Build only if %TEMP_BUILD_NO% is undefined) setting BUILD_NO to %TEMP_BUILD_NO%


http://www.kinook.com/VisBuildPro/Ma...acroaction.htm
http://www.kinook.com/VisBuildPro/Manual/buildrules.htm
Reply With Quote
 


Posting Rules
You may not post new threads
You may not post replies
You may not post attachments
You may not edit your posts

BB code is On
Smilies are On
[IMG] code is Off
HTML code is Off



All times are GMT -5. The time now is 02:36 AM.


Copyright © 1999-2023 Kinook Software, Inc.