diff options
author | maruel@chromium.org <maruel@chromium.org@0039d316-1c4b-4281-b951-d872f2087c98> | 2009-03-24 12:59:25 +0000 |
---|---|---|
committer | maruel@chromium.org <maruel@chromium.org@0039d316-1c4b-4281-b951-d872f2087c98> | 2009-03-24 12:59:25 +0000 |
commit | 8ee332ca459d463eecb7807ecd966eda13be0456 (patch) | |
tree | a6469d0c920751994f84e10bc21bcc09d4f7f531 /chrome/app/chrome_dll.vcproj | |
parent | 71131ab8c99e742688f90710b828b4845fd26c55 (diff) | |
download | chromium_src-8ee332ca459d463eecb7807ecd966eda13be0456.zip chromium_src-8ee332ca459d463eecb7807ecd966eda13be0456.tar.gz chromium_src-8ee332ca459d463eecb7807ecd966eda13be0456.tar.bz2 |
Disable incremental linking of chrome.dll in debug. It fails with 32 bits OS.
Review URL: http://codereview.chromium.org/42537
git-svn-id: svn://svn.chromium.org/chrome/trunk/src@12354 0039d316-1c4b-4281-b951-d872f2087c98
Diffstat (limited to 'chrome/app/chrome_dll.vcproj')
-rw-r--r-- | chrome/app/chrome_dll.vcproj | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/chrome/app/chrome_dll.vcproj b/chrome/app/chrome_dll.vcproj index 631c376..fc32200 100644 --- a/chrome/app/chrome_dll.vcproj +++ b/chrome/app/chrome_dll.vcproj @@ -56,6 +56,7 @@ <Tool Name="VCLinkerTool" OutputFile="$(IntDir)\chrome.dll" + LinkIncremental="1" ImportLibrary="$(OutDir)\lib\$(ProjectName).lib" /> <Tool |