Chromium Code Reviews| Index: chrome/app/chrome_dll.vcproj |
| =================================================================== |
| --- chrome/app/chrome_dll.vcproj (revision 14831) |
| +++ chrome/app/chrome_dll.vcproj (working copy) |
| @@ -56,7 +56,7 @@ |
| /> |
| <Tool |
| Name="VCLinkerTool" |
| - AdditionalDependencies="$(OutDir)\obj\tcmalloc\libcmt.lib" |
|
sgk
2009/04/29 12:34:52
Hmm. Seems like this should already be installed
|
| + AdditionalDependencies="$(OutDir)\lib\tcmalloc.lib" |
| OutputFile="$(IntDir)\chrome.dll" |
| LinkIncremental="1" |
| IgnoreDefaultLibraryNames="libcmtd.lib" |
| @@ -230,7 +230,7 @@ |
| > |
| </File> |
| <File |
| - RelativePath="$(OutDir)\grit_derived_sources\webkit_resources.rc" |
| + RelativePath="$(OutDir)\obj\global_intermediate\webkit\webkit_resources.rc" |
| > |
| </File> |
| <File |