Changeset 581
- Timestamp:
- Feb 3, 2016, 11:58:43 AM (7 years ago)
- Location:
- trunk/Toolbox
- Files:
-
- 2 added
- 3 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/Toolbox/Copy.bat
r576 r581 52 52 copy /b /y "%A%\%B%\_Bin\%B%-x64.%C%" . 53 53 54 @set B=CaptureCapabilities 54 @set B1=MediaFoundation 55 @set B2=CaptureCapabilities 55 56 @set C=exe 56 copy /b /y "%A%\Utilities\MediaFoundation\%B%\_Bin\%B%-Win32.%C%" ".\MediaFoundation%B%-Win32.%C%" 57 copy /b /y "%A%\Utilities\MediaFoundation\%B%\_Bin\%B%-x64.%C%" ".\MediaFoundation%B%-x64.%C%" 57 copy /b /y "%A%\Utilities\%B1%\%B2%\_Bin\%B1%%B2%-Win32.%C%" . 58 copy /b /y "%A%\Utilities\%B1%\%B2%\_Bin\%B1%%B2%-x64.%C%" . 59 60 @set B1=MediaFoundation 61 @set B2=VideoEncoderTransforms 62 @set C=exe 63 copy /b /y "%A%\Utilities\%B1%\%B2%\_Bin\%B1%%B2%-Win32.%C%" . 64 copy /b /y "%A%\Utilities\%B1%\%B2%\_Bin\%B1%%B2%-x64.%C%" . 58 65 59 66 @set B=FilePropertyStore
Note: See TracChangeset
for help on using the changeset viewer.