source: trunk/Utilities/LogStdOutput/_Bin/Copy.bat @ 937

Last change on this file since 937 was 516, checked in by roman, 9 years ago

Win XP friendly configuration

File size: 219 bytes
Line 
1@set A=LogStdOutput
2@set B=Release
3
4copy /b /y "Win32\%B%\%A%.exe" %A%.exe"
5copy /b /y "Win32\%B%\%A%.pdb" %A%.pdb"
6
7rem copy /b /y "x64\%B%\%A%.exe" "%A%-x64.exe"
8rem copy /b /y "x64\%B%\%A%.pdb" "%A%-x64.pdb"
Note: See TracBrowser for help on using the repository browser.