From 40fc357e89af61e574b7521d1e5b1b01ea80ffc9 Mon Sep 17 00:00:00 2001 From: joostverburg Date: Tue, 6 Jul 2004 23:43:14 +0000 Subject: [PATCH] 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 --- Source/exehead/config.h | 6 ++++++ 1 file changed, 6 insertions(+) diff --git a/Source/exehead/config.h b/Source/exehead/config.h index c155c800..e097a872 100644 --- a/Source/exehead/config.h +++ b/Source/exehead/config.h @@ -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