Commit 1370fa29 authored by aroben@apple.com's avatar aroben@apple.com

Fix JavaScriptCore build on VC++ Express

        Reviewed by Steve Falkenburg and Sam Weinig.

        * JavaScriptCore.vcproj/JavaScriptCore/JavaScriptCore.vcproj: Link
        explicitly against gdi32.lib and oleaut32.lib.

git-svn-id: svn://svn.chromium.org/blink/trunk@42717 bbb929c8-8fbe-4397-9dbb-9b2b20218538
parent a02b1947
2009-04-21 Adam Roben <aroben@apple.com>
Fix JavaScriptCore build on VC++ Express
Reviewed by Steve Falkenburg and Sam Weinig.
* JavaScriptCore.vcproj/JavaScriptCore/JavaScriptCore.vcproj: Link
explicitly against gdi32.lib and oleaut32.lib.
2009-04-21 Geoffrey Garen <ggaren@apple.com> 2009-04-21 Geoffrey Garen <ggaren@apple.com>
Reviewed by Mark Rowe. Reviewed by Mark Rowe.
...@@ -57,7 +57,7 @@ ...@@ -57,7 +57,7 @@
/> />
<Tool <Tool
Name="VCLinkerTool" Name="VCLinkerTool"
AdditionalDependencies="winmm.lib icuin$(LibraryConfigSuffix).lib icuuc$(LibraryConfigSuffix).lib pthreadVC2$(LibraryConfigSuffix).lib CoreFoundation$(LibraryConfigSuffix).lib WTF$(WebKitConfigSuffix).lib" AdditionalDependencies="gdi32.lib oleaut32.lib winmm.lib icuin$(LibraryConfigSuffix).lib icuuc$(LibraryConfigSuffix).lib pthreadVC2$(LibraryConfigSuffix).lib CoreFoundation$(LibraryConfigSuffix).lib WTF$(WebKitConfigSuffix).lib"
OutputFile="$(OutDir)\$(ProjectName)$(WebKitConfigSuffix).dll" OutputFile="$(OutDir)\$(ProjectName)$(WebKitConfigSuffix).dll"
ModuleDefinitionFile="JavaScriptCore$(WebKitDLLConfigSuffix).def" ModuleDefinitionFile="JavaScriptCore$(WebKitDLLConfigSuffix).def"
/> />
...@@ -130,7 +130,7 @@ ...@@ -130,7 +130,7 @@
/> />
<Tool <Tool
Name="VCLinkerTool" Name="VCLinkerTool"
AdditionalDependencies="winmm.lib icuin$(LibraryConfigSuffix).lib icuuc$(LibraryConfigSuffix).lib pthreadVC2$(LibraryConfigSuffix).lib CoreFoundation$(LibraryConfigSuffix).lib WTF$(WebKitConfigSuffix).lib" AdditionalDependencies="gdi32.lib oleaut32.lib winmm.lib icuin$(LibraryConfigSuffix).lib icuuc$(LibraryConfigSuffix).lib pthreadVC2$(LibraryConfigSuffix).lib CoreFoundation$(LibraryConfigSuffix).lib WTF$(WebKitConfigSuffix).lib"
OutputFile="$(OutDir)\$(ProjectName)$(WebKitConfigSuffix).dll" OutputFile="$(OutDir)\$(ProjectName)$(WebKitConfigSuffix).dll"
ModuleDefinitionFile="JavaScriptCore$(WebKitDLLConfigSuffix).def" ModuleDefinitionFile="JavaScriptCore$(WebKitDLLConfigSuffix).def"
/> />
...@@ -202,7 +202,7 @@ ...@@ -202,7 +202,7 @@
/> />
<Tool <Tool
Name="VCLinkerTool" Name="VCLinkerTool"
AdditionalDependencies="winmm.lib icuin$(LibraryConfigSuffix).lib icuuc$(LibraryConfigSuffix).lib pthreadVC2$(LibraryConfigSuffix).lib CoreFoundation$(LibraryConfigSuffix).lib WTF$(WebKitConfigSuffix).lib" AdditionalDependencies="gdi32.lib oleaut32.lib winmm.lib icuin$(LibraryConfigSuffix).lib icuuc$(LibraryConfigSuffix).lib pthreadVC2$(LibraryConfigSuffix).lib CoreFoundation$(LibraryConfigSuffix).lib WTF$(WebKitConfigSuffix).lib"
OutputFile="$(OutDir)\$(ProjectName)$(WebKitConfigSuffix).dll" OutputFile="$(OutDir)\$(ProjectName)$(WebKitConfigSuffix).dll"
ModuleDefinitionFile="JavaScriptCore$(WebKitDLLConfigSuffix).def" ModuleDefinitionFile="JavaScriptCore$(WebKitDLLConfigSuffix).def"
/> />
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment