]> granicus.if.org Git - postgresql/commit
Avoid use of mixed slash style paths in arguments to xcopy in MSVC builds.
authorAndrew Dunstan <andrew@dunslane.net>
Fri, 8 Apr 2011 02:16:43 +0000 (22:16 -0400)
committerAndrew Dunstan <andrew@dunslane.net>
Fri, 8 Apr 2011 02:16:43 +0000 (22:16 -0400)
commit5fe33744432f7509a07bccef51d07be64f3827f0
treec186e16fe97e58bf18ce4004d57b6c7f9ee43ee4
parentd5b9c9f7335d87dfa3adf171e7a00c8c6cd9b62f
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