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 c97593b8a4..fa1393fbb7 100644
--- a/config.nmake
+++ b/config.nmake
@@ -228,6 +228,11 @@ MAKENSIS_MODERN_UI=USE
#
#HHC="C:/Program Files/HTML Help Workshop/hhc.exe"
+# According to http://bugs.ethereal.com/bugzilla/show_bug.cgi?id=403
+# XCOPY under Windows NT doesn't support the "/Y" flag. This works
+# around that bug.
+COPYCMD=/Y
+
# If you don't want to build libethereal.dll, you should comment out the
# following line. (Note: for plugin support this option must stay activated)
ENABLE_LIBETHEREAL=USE