Based on the article on: http://www.indigorose.com/kb/IRKB-SF5-000013.pdf
I have created a setup project
and declared a BUILD-IN parameter: #PRODUCT_ID#
I created a dynamic/generic project based on this parameter (almost all the files have build-time conditions):
"#PRODUCT_ID#" = "1"
or
"#PRODUCT_ID#" = "2"
etc...
Now, is there any options to pass this parameter via the build command line?
Something like (psaudo):
SUF60Design.exe /B #PRODUCT_ID#="1" generic.sf6
Basically i want to create batch file for each project and build it dynamically based on this parameter (and others).
Otherwise i'm forced to change this parameter in design mode, before building the project...
Hope my Q is clear.
Thanks.
I have created a setup project
and declared a BUILD-IN parameter: #PRODUCT_ID#
I created a dynamic/generic project based on this parameter (almost all the files have build-time conditions):
"#PRODUCT_ID#" = "1"
or
"#PRODUCT_ID#" = "2"
etc...
Now, is there any options to pass this parameter via the build command line?
Something like (psaudo):
SUF60Design.exe /B #PRODUCT_ID#="1" generic.sf6
Basically i want to create batch file for each project and build it dynamically based on this parameter (and others).
Otherwise i'm forced to change this parameter in design mode, before building the project...

Hope my Q is clear.
Thanks.
Comment