Changeset 395


Ignore:
Timestamp:
Apr 14, 2015, 7:19:13 AM (8 years ago)
Author:
roman
Message:
 
Location:
trunk/Toolbox
Files:
2 added
2 edited

Legend:

Unmodified
Added
Removed
  • trunk/Toolbox

    • Property svn:ignore
      •  

        old new  
        11.Sync*
         2.sync
  • trunk/Toolbox/Copy.bat

    r390 r395  
    5656rem copy /b /y "%A%\Utilities\%B%\_Bin\%B%-x64.%C%" .
    5757
     58@set B=ManifestComDependency
     59@set C=exe
     60copy /b /y "%A%\Utilities\SxsTools\_Bin\%B%-Win32.%C%" .
     61copy /b /y "%A%\Utilities\SxsTools\_Bin\%B%-x64.%C%" .
     62
    5863@set B=BuildOutputHelper
    5964copy /b /y "%A%\Utilities\%B%\_Bin\Win32\Development Release Trace\%B%.exe" .
     
    7075copy /b /y "%A%\Utilities\%B%\_Bin\%B%-Win32.exe" .
    7176rem copy /b /y "%A%\Utilities\%B%\_Bin\%B%-x64.exe" .
     77
     78@rem **** Public ***
    7279
    7380@set A=..\..\Repository-Public
Note: See TracChangeset for help on using the changeset viewer.