Changed "Command line defined" compiler message verbosity level from 4 to 3
git-svn-id: https://svn.code.sf.net/p/nsis/code/NSIS/trunk@6620 212acab6-be3b-0410-9dea-997c60f758d6
This commit is contained in:
parent
12cab3f3db
commit
6542de9f94
1 changed files with 1 additions and 1 deletions
|
@ -525,7 +525,7 @@ static inline int makensismain(int argc, TCHAR **argv)
|
|||
{
|
||||
TCHAR *p=argv[argpos]+2;
|
||||
TCHAR *s=_tcsdup(p),*v;
|
||||
build.SCRIPT_MSG(_T("Command line defined: \"%") NPRIs _T("\"\n"),p);
|
||||
build.INFO_MSG(_T("Command line defined: \"%") NPRIs _T("\"\n"),p);
|
||||
v=_tcsstr(s,_T("="));
|
||||
if (v) *v++=0;
|
||||
build.define(s,v?v:_T(""));
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue