OSDN Git Service

Avoid use of mixed slash style paths in arguments to xcopy in MSVC builds.
authorAndrew Dunstan <andrew@dunslane.net>
Fri, 8 Apr 2011 02:17:06 +0000 (22:17 -0400)
committerAndrew Dunstan <andrew@dunslane.net>
Fri, 8 Apr 2011 02:17:06 +0000 (22:17 -0400)
commita53112338c2f5b74383ce075fbec098cd06a3ad7
tree31af32b18e57bb72c440c8e39be76f17f1f6fab9
parent56c7140ca813ba4c7ecb122a1d2b1268e705d092
Avoid use of mixed slash style paths in arguments to xcopy in MSVC builds.

Some versions of xcopy, notably on Windows 7 don't like it. Backpatch
to 8.3, where we first used xcopy.
src/tools/msvc/Install.pm