Changeset 209
- Timestamp:
- Aug 17, 2013, 2:33:12 AM (10 years ago)
- Location:
- trunk/Toolbox
- Files:
-
- 5 added
- 2 deleted
- 3 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/Toolbox/Copy.bat
r195 r209 8 8 @set B=DeckLinkCapabilities 9 9 @set C=exe 10 copy /b /y "%A%\Utilities\%B%\_Bin\%B%-Win32.%C%" . 11 copy /b /y "%A%\Utilities\%B%\_Bin\%B%-x64.%C%" . 10 copy /b /y "%A%\Utilities\%B%\_Bin\%B%-Win32.%C%" ".\Hardware Specific" 11 copy /b /y "%A%\Utilities\%B%\_Bin\%B%-x64.%C%" ".\Hardware Specific" 12 13 @set B=MatroxDsxCapabilities 14 @set C=exe 15 copy /b /y "%A%\Utilities\%B%\_Bin\%B%-Win32.%C%" ".\Hardware Specific" 16 copy /b /y "%A%\Utilities\%B%\_Bin\%B%-x64.%C%" ".\Hardware Specific" 12 17 13 18 @set B=DirectShowCaptureCapabilities
Note: See TracChangeset
for help on using the changeset viewer.