# HG changeset patch # User Geoff Voelker # Date 817066633 0 # Node ID 47dcb4f14efb4d53abb6f6c54c1e3ae2579aa477 # Parent 6da84b713ae749fa8c4437ffc020b2e8bf8b71a7 (CP_DIR): Use platform independent switches for xcopy. diff -r 6da84b713ae7 -r 47dcb4f14efb nt/makefile.def --- a/nt/makefile.def Wed Nov 22 13:44:42 1995 +0000 +++ b/nt/makefile.def Wed Nov 22 18:57:13 1995 +0000 @@ -146,7 +146,7 @@ -mkdir $(BLD) CP = copy -CP_DIR = xcopy /fried +CP_DIR = xcopy /f/r/i/e/d # This is completely braindamaged, but it's the only routine known to be there DEL_TREE = echo y | rmdir /s