aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorGerald Combs <gerald@wireshark.org>2004-07-13 18:19:59 +0000
committerGerald Combs <gerald@wireshark.org>2004-07-13 18:19:59 +0000
commitdf8f6cdb5e033a9edf8b7df51e46997f399e3147 (patch)
treeb22fbb8cb74452c7d7cbfff4390d46518451694a
parent683c8f587ad9d12f838e487572c00529665a9ac0 (diff)
Use libethereal.dll by default.
svn path=/trunk/; revision=11374
-rw-r--r--config.nmake4
1 files changed, 2 insertions, 2 deletions
diff --git a/config.nmake b/config.nmake
index 10d92d1dd8..ecc4732b9a 100644
--- a/config.nmake
+++ b/config.nmake
@@ -1,4 +1,4 @@
-# $Id: config.nmake,v 1.95 2004/07/07 19:15:46 gerald Exp $
+# $Id: config.nmake,v 1.96 2004/07/13 18:19:59 gerald Exp $
VERSION=0.10.5
#
@@ -194,7 +194,7 @@ MAKENSIS_MODERN_UI=USE
#HHC="C:/Program Files/HTML Help Workshop/hhc.exe"
# If you wan't to build a libethereal.dll, you should comment out the following line
-#ENABLE_LIBETHEREAL=USE
+ENABLE_LIBETHEREAL=USE
#
# You should not have to change anything below this comment.