Changeset 390


Ignore:
Timestamp:
Apr 5, 2015, 11:27:56 PM (8 years ago)
Author:
roman
Message:
 
Location:
trunk/Toolbox
Files:
4 added
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/Toolbox/Copy.bat

    r337 r390  
    2626copy /b /y "%A%\Utilities\%B%\_Bin\%B%-x64.%C%" ".\Hardware Specific"
    2727
     28@set B=DeckLinkTools
     29@set C=dll
     30copy /b /y "%A%\Utilities\%B%\_Bin\%B%-Win32.%C%" ".\Hardware Specific"
     31copy /b /y "%A%\Utilities\%B%\_Bin\%B%-x64.%C%" ".\Hardware Specific"
     32
    2833@set B=MatroxDsxCapabilities
    2934@set C=exe
     
    3540copy /b /y "%A%\Utilities\%B%\_Bin\%B%-Win32.%C%" .
    3641copy /b /y "%A%\Utilities\%B%\_Bin\%B%-x64.%C%" .
     42
     43@set B=DirectShowTools
     44@set C=dll
     45copy /b /y "%A%\%B%\_Bin\%B%-Win32.%C%" .
     46copy /b /y "%A%\%B%\_Bin\%B%-x64.%C%" .
    3747
    3848@set B=FilePropertyStore
     
    8999copy /b /y "%A%\Utilities\%B%\_Bin\%B%-x64.exe" .
    90100
    91 rem SupportTools
    92 rem DirectShowTools
    93 
    94101copy /b /y "D:\Projects\_Miscellanous\graph-studio-next.googlecode.com\bin\graphstudionext.exe" .
    95102copy /b /y "D:\Projects\_Miscellanous\graph-studio-next.googlecode.com\bin\graphstudionext64.exe" .
Note: See TracChangeset for help on using the changeset viewer.