NSIS_CONFIG_ENHANCEDUI_SUPPORT is a must for MUI
git-svn-id: https://svn.code.sf.net/p/nsis/code/NSIS/trunk@1898 212acab6-be3b-0410-9dea-997c60f758d6
This commit is contained in:
parent
43b417dc05
commit
2faf1b9819
1 changed files with 5 additions and 0 deletions
|
@ -6,6 +6,11 @@
|
|||
;directory for examples of usage.
|
||||
|
||||
;--------------------------------
|
||||
|
||||
!ifndef NSIS_CONFIG_ENHANCEDUI_SUPPORT
|
||||
!error "To use Modern UI you must have a NSIS version compiled with NSIS_CONFIG_ENHANCEDUI_SUPPORT (in Source/exehead/config.h)!"
|
||||
!endif
|
||||
|
||||
!verbose 3
|
||||
|
||||
!ifndef MUI_MACROS_USED
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue