Set "COPYCMD=/Y" and remove the "/Y" from each XCOPY command in order
authorGerald Combs <gerald@wireshark.org>
Wed, 7 Sep 2005 13:26:23 +0000 (13:26 -0000)
committerGerald Combs <gerald@wireshark.org>
Wed, 7 Sep 2005 13:26:23 +0000 (13:26 -0000)
commitadce5ed6a569f05aaaed535cee5e224623349269
tree3e17edb0ddf81333b090ab63698fcb64517847a0
parentcd88fb82d8389c2128334c9747113b509c993541
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
45 files changed:
Makefile.nmake
asn1/MAP_Dialogue/Makefile.nmake
asn1/acse/Makefile.nmake
asn1/camel/Makefile.nmake
asn1/cmip/Makefile.nmake
asn1/cms/Makefile.nmake
asn1/ess/Makefile.nmake
asn1/ftam/Makefile.nmake
asn1/gnm/Makefile.nmake
asn1/gsm_ss/Makefile.nmake
asn1/gsmmap/Makefile.nmake
asn1/h225/Makefile.nmake
asn1/h235/Makefile.nmake
asn1/h245/Makefile.nmake
asn1/h248/Makefile.nmake
asn1/h450/Makefile.nmake
asn1/logotype-cert-extn/Makefile.nmake
asn1/mms/Makefile.nmake
asn1/ns-cert-exts/Makefile.nmake
asn1/ocsp/Makefile.nmake
asn1/pkcs1/Makefile.nmake
asn1/pkinit/Makefile.nmake
asn1/pkix1explicit/Makefile.nmake
asn1/pkix1implicit/Makefile.nmake
asn1/pkixcmp/Makefile.nmake
asn1/pkixcrmf/Makefile.nmake
asn1/pkixproxy/Makefile.nmake
asn1/pkixqualified/Makefile.nmake
asn1/pkixtsp/Makefile.nmake
asn1/pres/Makefile.nmake
asn1/ros/Makefile.nmake
asn1/rtse/Makefile.nmake
asn1/s4406/Makefile.nmake
asn1/smrse/Makefile.nmake
asn1/tcap/Makefile.nmake
asn1/wlancertextn/Makefile.nmake
asn1/x411/Makefile.nmake
asn1/x420/Makefile.nmake
asn1/x509af/Makefile.nmake
asn1/x509ce/Makefile.nmake
asn1/x509if/Makefile.nmake
asn1/x509sat/Makefile.nmake
config.nmake
epan/Makefile.nmake
plugins/Makefile.nmake