Lines Matching refs:TO
14 REM to the Release build if one is not found. Similarly, the ninja output
17 REM any order to influence selection. The defaults for location and build type
27 REM Get the path to the build tree's src directory.
44 ECHO No build found to copy.
49 SET TO=\%OUTPUT%\%BUILDTYPE%
51 REM Figure out what files to copy based on the component type (shared/static).
74 REM Keeping the old chrome.packed.7z around could cause the new setup.exe to
75 REM use it instead of the new chrome.7z, delete it to save developers from
78 IF EXIST "%TO%\%ARCHIVETODELETE%" (
80 del /Q "%TO%\%ARCHIVETODELETE%"
84 ECHO Ready to run/debug %TO%\%INSTALLER%.
87 REM All labels henceforth are subroutines intended to be invoked by CALL.
121 REM Branch to handle copying via robocopy (fast) or xcopy (slow).
125 robocopy "%FROM%" "%TO%" %TOCOPY% /MT /XX
127 IF NOT EXIST "%TO%" mkdir "%TO%"
133 REM to this with the files to copy.
137 xcopy "%FROM%\%0" "%TO%" /d /y