Changeset 209


Ignore:
Timestamp:
Aug 17, 2013, 2:33:12 AM (10 years ago)
Author:
roman
Message:
 
Location:
trunk/Toolbox
Files:
5 added
2 deleted
3 edited

Legend:

Unmodified
Added
Removed
  • trunk/Toolbox/Copy.bat

    r195 r209  
    88@set B=DeckLinkCapabilities
    99@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%" .
     10copy /b /y "%A%\Utilities\%B%\_Bin\%B%-Win32.%C%" ".\Hardware Specific"
     11copy /b /y "%A%\Utilities\%B%\_Bin\%B%-x64.%C%" ".\Hardware Specific"
     12
     13@set B=MatroxDsxCapabilities
     14@set C=exe
     15copy /b /y "%A%\Utilities\%B%\_Bin\%B%-Win32.%C%" ".\Hardware Specific"
     16copy /b /y "%A%\Utilities\%B%\_Bin\%B%-x64.%C%" ".\Hardware Specific"
    1217
    1318@set B=DirectShowCaptureCapabilities
Note: See TracChangeset for help on using the changeset viewer.