Chromium Code Reviews
chromiumcodereview-hr@appspot.gserviceaccount.com (chromiumcodereview-hr) | Please choose your nickname with Settings | Help | Chromium Project | Gerrit Changes | Sign out
(828)

Unified Diff: chrome/app/chrome_exe.vsprops

Issue 113234: Fix delay loaded dependencies. (Closed)
Patch Set: Created 11 years, 7 months ago
Use n/p to move between diff chunks; N/P to move between comments. Draft comments are only viewable by you.
Jump to:
View side-by-side diff with in-line comments
Download patch
« no previous file with comments | « chrome/app/chrome.exe.deps ('k') | no next file » | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: chrome/app/chrome_exe.vsprops
diff --git a/chrome/app/chrome_exe.vsprops b/chrome/app/chrome_exe.vsprops
index a9eaa0b6be38897093efb4cc7b8fab62bd62a6fa..e42799c6b6cc1bc3b537840e54e0d47714c0f407 100644
--- a/chrome/app/chrome_exe.vsprops
+++ b/chrome/app/chrome_exe.vsprops
@@ -11,6 +11,7 @@
/>
<Tool
Name="VCLinkerTool"
+ DelayLoadDLLs="ole32.dll;oleaut32.dll"
OutputFile="$(OutDir)\chrome.exe"
ProgramDatabaseFile="$(OutDir)\$(ProjectName).pdb"
/>
« no previous file with comments | « chrome/app/chrome.exe.deps ('k') | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698