source: trunk/DirectShowSpy/_Bin/Copy.bat @ 937

Last change on this file since 937 was 194, checked in by roman, 11 years ago
File size: 220 bytes
Line 
1@set A=DirectShowSpy
2@set B=Release Trace
3copy /b /y "Win32\%B%\%A%.dll" %A%-Win32.dll
4copy /b /y "Win32\%B%\%A%.pdb" %A%-Win32.pdb
5copy /b /y "x64\%B%\%A%.dll" %A%-x64.dll
6copy /b /y "x64\%B%\%A%.pdb" %A%-x64.pdb
Note: See TracBrowser for help on using the repository browser.