more things NSIS_CONFIG_PLUGIN_SUPPORT relies on
git-svn-id: https://svn.code.sf.net/p/nsis/code/NSIS/trunk@3583 212acab6-be3b-0410-9dea-997c60f758d6
This commit is contained in:
parent
1f042ea131
commit
40fc357e89
1 changed files with 6 additions and 0 deletions
|
@ -361,6 +361,12 @@
|
|||
#ifndef NSIS_SUPPORT_FNUTIL
|
||||
#error NSIS_CONFIG_PLUGIN_SUPPORT relies on NSIS_SUPPORT_FNUTIL, but NSIS_SUPPORT_FNUTIL is not defined
|
||||
#endif
|
||||
#ifndef NSIS_SUPPORT_DELETE
|
||||
#error NSIS_CONFIG_PLUGIN_SUPPORT relies on NSIS_SUPPORT_DELETE, but NSIS_SUPPORT_DELETE is not defined
|
||||
#endif
|
||||
#ifndef NSIS_SUPPORT_MESSAGEBOX
|
||||
#error NSIS_CONFIG_PLUGIN_SUPPORT relies on NSIS_SUPPORT_MESSAGEBOX, but NSIS_SUPPORT_MESSAGEBOX is not defined
|
||||
#endif
|
||||
#endif
|
||||
|
||||
#if NSIS_MAX_INST_TYPES > 32
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue