Changeset 263


Ignore:
Timestamp:
Jan 29, 2014, 2:27:36 PM (10 years ago)
Author:
roman
Message:
 
Location:
trunk/Toolbox
Files:
2 added
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/Toolbox/Copy.bat

    r246 r263  
    3131copy /b /y "%A%\Utilities\%B%\_Bin\%B%-x64.%C%" .
    3232
     33@set B=FilePropertyStore
     34@set C=exe
     35copy /b /y "%A%\Utilities\%B%\_Bin\%B%-Win32.%C%" .
     36copy /b /y "%A%\Utilities\%B%\_Bin\%B%-x64.%C%" .
     37
    3338@set B=BuildOutputHelper
    3439copy /b /y "%A%\Utilities\%B%\_Bin\Win32\Development Release Trace\%B%.exe" .
     
    4954
    5055@set B=DirectShowSpy
    51 copy /b /y "%A%\%B%\_Bin\%B%-Win32.dll" .
    52 copy /b /y "%A%\%B%\_Bin\%B%-x64.dll" .
     56@set C=dll
     57copy /b /y "%A%\%B%\_Bin\%B%-Win32.%C%" .
     58copy /b /y "%A%\%B%\_Bin\%B%-x64.%C%" .
    5359copy /b /y "%A%\%B%\_Bin\%B%-*.bat" .
    5460
Note: See TracChangeset for help on using the changeset viewer.