(CP_DIR): Use platform independent switches for xcopy.
This commit is contained in:
parent
ea6401d799
commit
99eac72a2e
1 changed files with 1 additions and 1 deletions
|
@ -146,7 +146,7 @@ $(BLD): $(OBJDIR)
|
|||
-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
|
||||
|
|
Loading…
Add table
Reference in a new issue