Changeset 151022 in webkit


Ignore:
Timestamp:
May 31, 2013, 9:31:29 AM (12 years ago)
Author:
Brent Fulgham
Message:

[Windows] Unreviewed build fix after r151012

  • TestWebKitAPI/Configurations/TestWebKitAPICommon.vsprops: Add dependency on

WTF library to support SHA tests

Location:
trunk/Tools
Files:
2 edited

Legend:

Unmodified
Added
Removed
  • trunk/Tools/ChangeLog

    r151019 r151022  
     12013-05-31  Brent Fulgham  <bfulgham@apple.com>
     2
     3        [Windows] Unreviewed build fix after r151012
     4
     5        * TestWebKitAPI/Configurations/TestWebKitAPICommon.vsprops: Add dependency on
     6        WTF library to support SHA tests
     7
    182013-05-31  Brent Fulgham  <bfulgham@apple.com>
    29
  • trunk/Tools/TestWebKitAPI/Configurations/TestWebKitAPICommon.vsprops

    r110033 r151022  
    1111        <Tool
    1212                Name="VCLinkerTool"
    13                 AdditionalDependencies="WebKit$(WebKitDLLConfigSuffix).lib JavaScriptCore$(WebKitDLLConfigSuffix).lib gtest.lib"
     13                AdditionalDependencies="WebKit$(WebKitDLLConfigSuffix).lib JavaScriptCore$(WebKitDLLConfigSuffix).lib gtest.lib WTF$(WebKitConfigSuffix).lib"
    1414                SubSystem="1"
    1515        />
Note: See TracChangeset for help on using the changeset viewer.