]> 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:56 +0000 (22:16 -0400)
committerAndrew Dunstan <andrew@dunslane.net>
Fri, 8 Apr 2011 02:16:56 +0000 (22:16 -0400)
commita5c629f373a8125cd7682083a290fff452db3757
treefc30f86e710f4ad786fd81f3ab21c489a3398833
parentbb3051e4c2d7b42516d55925edefb4934b902374
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