View Single Post
  #1  
Old 08-31-2005, 12:15 PM
epu epu is online now
Registered User
 
Join Date: 10-29-2003
Location: San Francisco, CA
Posts: 29
how do I set macro parameter default values?

Hey guys,

Trying to set a macro value with a parameter and give the parameter a useful default value.

So far, my parameter looks like
Code:
<macro>
	<name>LATEST_LABEL</name>
	<description>the Tools_*_LATEST label for this build</description>
	<parameters>PROJECT</parameters>
	<value>Tools_PROJECT_LATEST</value>
</macro>
and now I want parameter PROJECT to default to some useful value, like the PROJROOT macro. How can I do this?

Best regards,
-e
Reply With Quote