From adce5ed6a569f05aaaed535cee5e224623349269 Mon Sep 17 00:00:00 2001 From: Gerald Combs Date: Wed, 7 Sep 2005 13:26:23 +0000 Subject: Set "COPYCMD=/Y" and remove the "/Y" from each XCOPY command in order to fix compilation under Windows NT. This should fix bug 403. The changes were made using "find . -name Makefile.nmake | xargs perl -pi.bak -e 's: /y::i'". They appear to work under XP, but if anything broke I blame Larry Wall. svn path=/trunk/; revision=15710 --- config.nmake | 5 +++++ 1 file changed, 5 insertions(+) (limited to 'config.nmake') 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 -- cgit v1.2.3