summaryrefslogtreecommitdiff
path: root/config.nmake
diff options
context:
space:
mode:
authorGerald Combs <gerald@wireshark.org>2006-05-31 22:34:21 +0000
committerGerald Combs <gerald@wireshark.org>2006-05-31 22:34:21 +0000
commit8d6c73e567dcc476f6fc1b5a6706fa1688d740b3 (patch)
tree7df4d30a7342f7d724ec2cdfad7d2f7fe3c9a1ed /config.nmake
parente10e4fb85c39ccbbb5078ab918421217e15551c4 (diff)
downloadwireshark-8d6c73e567dcc476f6fc1b5a6706fa1688d740b3.tar.gz
More ethereal -> wireshark.
svn path=/trunk/; revision=18292
Diffstat (limited to 'config.nmake')
-rw-r--r--config.nmake6
1 files changed, 3 insertions, 3 deletions
diff --git a/config.nmake b/config.nmake
index 2da4f1d533..a281495687 100644
--- a/config.nmake
+++ b/config.nmake
@@ -51,7 +51,7 @@ WINPCAP_VERSION=3.1
# Base directory, where your libraries reside, which needs to be
# compiling the sources. This is only inside this file.
#
-WIRESHARK_LIBS=C:\ethereal-win32-libs
+WIRESHARK_LIBS=C:\wireshark-win32-libs
#
# Current versions of GTK+ 1.3 require GLib 2.0. Earlier versions of
@@ -267,7 +267,7 @@ MAKENSIS_MODERN_UI=USE
#
#HHC_DIR="C:/Program Files/HTML Help Workshop/"
-# According to http://bugs.ethereal.com/bugzilla/show_bug.cgi?id=403
+# According to http://bugs.wireshark.org/bugzilla/show_bug.cgi?id=403
# XCOPY under Windows NT doesn't support the "/Y" flag. This works
# around that bug.
# XXX - This apparently doesn't work for some versions of nmake:
@@ -287,7 +287,7 @@ LINK_PLUGINS_WITH_LIBWIRESHARK=USE
#
# You should not have to change anything below this comment.
# If you do, it's a deficiency in the Makefile.nmake files;
-# either tell ethereal-dev@ethereal.com about it, including
+# either tell wireshark-dev@wireshark.org about it, including
# details of why you had to change it, or fix config.nmake
# and any Makefile.nmake files that need to be changed, and
# send us the patches, along with details of why the change