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]
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 "
2 matches
Mail list logo