aboutsummaryrefslogtreecommitdiffstats
path: root/config.nmake
diff options
context:
space:
mode:
authorLars Roland <Lars.Roland@gmx.net>2005-01-21 18:50:12 +0000
committerLars Roland <Lars.Roland@gmx.net>2005-01-21 18:50:12 +0000
commit138c4744284612db9e699e03557b523c111efdaf (patch)
treef79ae0aea9e8f4f975397408e147b408b85802cc /config.nmake
parent66ce7f36231b5a15cb0b493e039c7284edf3a62f (diff)
Another step towards getting the old plugin API retired:
Official plugins get linked with libethereal.dll's import library by default now. svn path=/trunk/; revision=13153
Diffstat (limited to 'config.nmake')
-rw-r--r--config.nmake2
1 files changed, 1 insertions, 1 deletions
diff --git a/config.nmake b/config.nmake
index ee991386e2..1421f7d0bd 100644
--- a/config.nmake
+++ b/config.nmake
@@ -233,7 +233,7 @@ ENABLE_LIBETHEREAL=USE
!IFDEF ENABLE_LIBETHEREAL
# Uncomment next line to link plugins with the import library of libethereal.dll
-#LINK_PLUGINS_WITH_LIBETHEREAL=USE
+LINK_PLUGINS_WITH_LIBETHEREAL=USE
!ENDIF
#