aboutsummaryrefslogtreecommitdiffstats
path: root/config.nmake
diff options
context:
space:
mode:
Diffstat (limited to 'config.nmake')
-rw-r--r--config.nmake5
1 files changed, 5 insertions, 0 deletions
diff --git a/config.nmake b/config.nmake
index 0cdffd68eb..ad19c29b43 100644
--- a/config.nmake
+++ b/config.nmake
@@ -222,6 +222,11 @@ MAKENSIS_MODERN_UI=USE
# following line
ENABLE_LIBETHEREAL=USE
+!IFDEF ENABLE_LIBETHEREAL
+# Uncomment next line to link plugins with the import library of libethereal.dll
+#LINK_PLUGINS_WITH_LIBETHEREAL=USE
+!ENDIF
+
#
# You should not have to change anything below this comment.
# If you do, it's a deficiency in the Makefile.nmake files;