spaetz
17th June 2001, 18:51
The $0-$9 variables are great, but only valid within a section. I'd really like to just change my version number only once and have it automatically changed in all filenames, descriptions, etc...
So what I want is a kind of global #define x y, which replaces all occurances of x with y when compiling the installer.
Like putting:
!const version "0.9"
into my scripts which is simply being replacing occurances of $version$ with 0.9 (or similar)
So what I want is a kind of global #define x y, which replaces all occurances of x with y when compiling the installer.
Like putting:
!const version "0.9"
into my scripts which is simply being replacing occurances of $version$ with 0.9 (or similar)