Refresh refresh_binaries.bat

Change-Id: I15687f35e560eb1e25bb4d7483c8f6fe5fdf210e
Reviewed-on: https://chromium-review.googlesource.com/637391
Reviewed-by: Mike Frysinger <vapier@chromium.org>
This commit is contained in:
Orgad Shaneh 2017-08-28 10:26:38 +03:00 committed by Mike Frysinger
parent 1c6d161396
commit 005f41eb8c

View file

@ -11,17 +11,13 @@ REM README.binaries file to contain
REM the revision number, and builds the tools. You must run 'svn commit' to REM the revision number, and builds the tools. You must run 'svn commit' to
REM commit the pending edits to the repository. REM commit the pending edits to the repository.
pushd %~dp0\..\..\ pushd %~dp0
call svn update --accept postpone if %VisualStudioVersion% == 14.0 set GYP_MSVS_VERSION=2015
cd tools\windows gyp tools_windows.gyp
devenv symupload\symupload.vcproj /rebuild Release msbuild tools_windows.sln /p:Configuration=Release /t:Clean,Build
copy symupload\Release\symupload.exe binaries\ copy Release\symupload.exe binaries\
REM switch back to top level so that 'svn info' displays useful information. copy Release\dump_syms.exe binaries\
cd ..\..\ git add binaries
echo This checkin of the binaries was created by refresh_binaries.bat. > %TEMP%\checkin.txt git commit -m "Built Windows binaries"
echo Date: %DATE% %TIME% >> %TEMP%\checkin.txt
echo Repository information (output of 'svn info') follows: >> %TEMP%\checkin.txt
call svn info >> %TEMP%\checkin.txt
echo Done! echo Done!
echo type 'svn commit -F %%TEMP%%\checkin.txt' to commit.
popd popd