Using:StrFunc must be a nop in the artificial function mode
git-svn-id: https://svn.code.sf.net/p/nsis/code/NSIS/trunk@7256 212acab6-be3b-0410-9dea-997c60f758d6
This commit is contained in:
parent
16866dc125
commit
47e9a6d5ba
1 changed files with 3 additions and 1 deletions
|
@ -61,7 +61,9 @@ o-----------------------------------------------------------------------------o
|
|||
!verbose push 4
|
||||
!endif
|
||||
!ifndef ${Name}_INCLUDED
|
||||
${${Name}} ; Invoke !insertmacro STRFUNC_MAKEFUNC
|
||||
!ifndef STRFUNC_USECALLARTIFICIALFUNCTION
|
||||
${${Name}} ; Invoke !insertmacro STRFUNC_MAKEFUNC
|
||||
!endif
|
||||
!endif
|
||||
!if "${STRFUNC_VERBOSITY}" > 4
|
||||
!verbose pop
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue