Changeset 390
- Timestamp:
- Apr 5, 2015, 11:27:56 PM (8 years ago)
- Location:
- trunk/Toolbox
- Files:
-
- 4 added
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/Toolbox/Copy.bat
r337 r390 26 26 copy /b /y "%A%\Utilities\%B%\_Bin\%B%-x64.%C%" ".\Hardware Specific" 27 27 28 @set B=DeckLinkTools 29 @set C=dll 30 copy /b /y "%A%\Utilities\%B%\_Bin\%B%-Win32.%C%" ".\Hardware Specific" 31 copy /b /y "%A%\Utilities\%B%\_Bin\%B%-x64.%C%" ".\Hardware Specific" 32 28 33 @set B=MatroxDsxCapabilities 29 34 @set C=exe … … 35 40 copy /b /y "%A%\Utilities\%B%\_Bin\%B%-Win32.%C%" . 36 41 copy /b /y "%A%\Utilities\%B%\_Bin\%B%-x64.%C%" . 42 43 @set B=DirectShowTools 44 @set C=dll 45 copy /b /y "%A%\%B%\_Bin\%B%-Win32.%C%" . 46 copy /b /y "%A%\%B%\_Bin\%B%-x64.%C%" . 37 47 38 48 @set B=FilePropertyStore … … 89 99 copy /b /y "%A%\Utilities\%B%\_Bin\%B%-x64.exe" . 90 100 91 rem SupportTools92 rem DirectShowTools93 94 101 copy /b /y "D:\Projects\_Miscellanous\graph-studio-next.googlecode.com\bin\graphstudionext.exe" . 95 102 copy /b /y "D:\Projects\_Miscellanous\graph-studio-next.googlecode.com\bin\graphstudionext64.exe" .
Note: See TracChangeset
for help on using the changeset viewer.