NSIS_CONFIG_PLUGIN_SUPPORT depends on NSIS_SUPPORT_FNUTIL
git-svn-id: https://svn.code.sf.net/p/nsis/code/NSIS/trunk@1926 212acab6-be3b-0410-9dea-997c60f758d6
This commit is contained in:
parent
c6b71d5ab5
commit
c6cc4e40ec
1 changed files with 3 additions and 0 deletions
|
@ -328,6 +328,9 @@
|
|||
#ifndef NSIS_SUPPORT_STACK
|
||||
#error NSIS_CONFIG_PLUGIN_SUPPORT relies on NSIS_SUPPORT_STACK, but NSIS_SUPPORT_STACK is not defined
|
||||
#endif
|
||||
#ifndef NSIS_SUPPORT_FNUTIL
|
||||
#error NSIS_CONFIG_PLUGIN_SUPPORT relies on NSIS_SUPPORT_FNUTIL, but NSIS_SUPPORT_FNUTIL is not defined
|
||||
#endif
|
||||
#endif
|
||||
|
||||
#if NSIS_MAX_INST_TYPES > 30
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue