Bug#389310: nsis: command-line -DMACRO=value has no effect

2007-01-23 Thread Amir Szekely
NSIS command line arguments are processed sequentially. The following should work. makensis -DFRED=100 example.nsi -- To UNSUBSCRIBE, email to [EMAIL PROTECTED] with a subject of "unsubscribe". Trouble? Contact [EMAIL PROTECTED]

Bug#389310: nsis: command-line -DMACRO=value has no effect

2006-09-24 Thread Jasen Betts
Package: nsis Version: 2.18-1 Severity: normal The man page documents the usage: -Ddefine=value but this doesn't seem to actually work EG: cat << EOF > example.nsis !ifdef FRED !error "too many freds" !else !error "makensis is broken" !endif EOF makensis example.nsis -DFRED=100 expected "