diff options
author | maruel@google.com <maruel@google.com@0039d316-1c4b-4281-b951-d872f2087c98> | 2008-08-15 17:17:23 +0000 |
---|---|---|
committer | maruel@google.com <maruel@google.com@0039d316-1c4b-4281-b951-d872f2087c98> | 2008-08-15 17:17:23 +0000 |
commit | 3469612f399824ed7f581cd71f94ef5530b616dd (patch) | |
tree | 46781ab4045afa9dd9087ebf7ec59bb1b64d4ab6 /base | |
parent | 5610bf70f848597df05bcff94c3dc0733e3d79c5 (diff) | |
download | chromium_src-3469612f399824ed7f581cd71f94ef5530b616dd.zip chromium_src-3469612f399824ed7f581cd71f94ef5530b616dd.tar.gz chromium_src-3469612f399824ed7f581cd71f94ef5530b616dd.tar.bz2 |
Make the error message extra verbose when the external developper didn't correctly install and register the SDK.
git-svn-id: svn://svn.chromium.org/chrome/trunk/src@942 0039d316-1c4b-4281-b951-d872f2087c98
Diffstat (limited to 'base')
-rw-r--r-- | base/win_util.cc | 6 |
1 files changed, 5 insertions, 1 deletions
diff --git a/base/win_util.cc b/base/win_util.cc index 74aed14..f6384c1 100644 --- a/base/win_util.cc +++ b/base/win_util.cc @@ -355,5 +355,9 @@ COMPILE_ASSERT(sizeof(&VisualStudio2005ServicePack1Detection) == sizeof(void*), #ifndef COPY_FILE_COPY_SYMLINK #error You must install the Windows 2008 or Vista Software Development Kit and \ set it as your default include path to build this library. You can grab it by \ -searching for "download windows sdk 2008" in your favorite web search engine. +searching for "download windows sdk 2008" in your favorite web search engine. \ +Also make sure you register the SDK with Visual Studio, by selecting \ +"Integrate Windows SDK with Visual Studio 2005" from the Windows SDK \ +menu (see Start - All Programs - Microsoft Windows SDK - \ +Visual Studio Registration). #endif |