On Sep 2, 4:02 pm, "Edward K. Ream" <[email protected]> wrote:
> it's tempting to do away with all the horrid looking $UPPER_CASE business.
Ha ha. There is a complication with a clever solution. NSIS defines
several special symbols, notably ${NSISDIR}
We can handle this by defining NSISDIR = "${NSISDIR}"
So string.Template.substitute won't barf on an undefined NSISDIR var.
Instead, the substitution will leave the string unchanged.
Yes, I think it's time to clean up the defines...
EKR
--~--~---------~--~----~------------~-------~--~----~
You received this message because you are subscribed to the Google Groups
"leo-editor" group.
To post to this group, send email to [email protected]
To unsubscribe from this group, send email to
[email protected]
For more options, visit this group at
http://groups.google.com/group/leo-editor?hl=en
-~----------~----~----~----~------~----~------~--~---