From 04023b1f6a249a01c0a392db2cf5964dfa4067e2 Mon Sep 17 00:00:00 2001 From: "vitalybuka@chromium.org" Date: Tue, 26 Apr 2011 20:52:48 +0000 Subject: Fixed message about unregistered msdia*dll. Builds with different DiaSDK need different dll. Rebuilt with Visual Studio 2008. Slightly improved refresh_binaries.bat. BUG=none TEST=none Review URL: http://breakpad.appspot.com/281001 git-svn-id: http://google-breakpad.googlecode.com/svn/trunk@787 4c0a9323-5329-0410-9bdc-e9ce6186880e --- src/tools/windows/binaries/symupload.exe | Bin 122880 -> 82432 bytes src/tools/windows/refresh_binaries.bat | 3 ++- src/tools/windows/symupload/symupload.vcproj | 18 +++++++++--------- 3 files changed, 11 insertions(+), 10 deletions(-) (limited to 'src/tools') diff --git a/src/tools/windows/binaries/symupload.exe b/src/tools/windows/binaries/symupload.exe index c78299ef..6aa1f45b 100644 Binary files a/src/tools/windows/binaries/symupload.exe and b/src/tools/windows/binaries/symupload.exe differ diff --git a/src/tools/windows/refresh_binaries.bat b/src/tools/windows/refresh_binaries.bat index f10ccbae..374f89f9 100644 --- a/src/tools/windows/refresh_binaries.bat +++ b/src/tools/windows/refresh_binaries.bat @@ -11,7 +11,7 @@ REM README.binaries file to contain REM the revision number, and builds the tools. You must run 'svn commit' to REM commit the pending edits to the repository. -cd ..\..\ +pushd %~dp0\..\..\ call svn update --accept postpone cd tools\windows devenv symupload\symupload.vcproj /rebuild Release @@ -24,3 +24,4 @@ echo Repository information (output of 'svn info') follows: >> %TEMP%\checkin.tx call svn info >> %TEMP%\checkin.txt echo Done! echo type 'svn commit -F %%TEMP%%\checkin.txt' to commit. +popd \ No newline at end of file diff --git a/src/tools/windows/symupload/symupload.vcproj b/src/tools/windows/symupload/symupload.vcproj index d6d07f1e..8177c830 100644 --- a/src/tools/windows/symupload/symupload.vcproj +++ b/src/tools/windows/symupload/symupload.vcproj @@ -1,10 +1,12 @@  - @@ -134,12 +135,14 @@ /> - -- cgit v1.2.1