source: trunk/Toolbox/Copy.bat @ 198

Last change on this file since 198 was 195, checked in by roman, 11 years ago
File size: 1.0 KB
Line 
1@set A=..\..\Repository-Private
2
3@set B=DeflateTools
4@set C=dll
5copy /b /y "%A%\Utilities\%B%\_Bin\%B%-Win32.%C%" .
6copy /b /y "%A%\Utilities\%B%\_Bin\%B%-x64.%C%" .
7
8@set B=DeckLinkCapabilities
9@set C=exe
10copy /b /y "%A%\Utilities\%B%\_Bin\%B%-Win32.%C%" .
11copy /b /y "%A%\Utilities\%B%\_Bin\%B%-x64.%C%" .
12
13@set B=DirectShowCaptureCapabilities
14@set C=exe
15copy /b /y "%A%\Utilities\%B%\_Bin\%B%-Win32.%C%" .
16copy /b /y "%A%\Utilities\%B%\_Bin\%B%-x64.%C%" .
17
18@set B=BuildOutputHelper
19copy /b /y "%A%\Utilities\%B%\_Bin\Win32\Development Release Trace\%B%.exe" .
20
21@set A=..\..\Repository-Public
22
23@set B=LogProcessExceptions
24copy /b /y "%A%\Utilities\%B%\_Bin\%B%-Win32.exe" .
25copy /b /y "%A%\Utilities\%B%\_Bin\%B%-x64.exe" .
26
27@set B=DirectShowSpy
28copy /b /y "%A%\%B%\_Bin\%B%-Win32.dll" .
29copy /b /y "%A%\%B%\_Bin\%B%-x64.dll" .
30copy /b /y "%A%\%B%\_Bin\%B%-*.bat" .
31
32@set B=StressEvr
33copy /b /y "%A%\Utilities\%B%\_Bin\%B%-Win32.exe" .
34copy /b /y "%A%\Utilities\%B%\_Bin\%B%-x64.exe" .
35
36rem EmailTools, SupportTools
37rem DirectShowTools
Note: See TracBrowser for help on using the repository browser.