Changeset 151022 in webkit
- Timestamp:
- May 31, 2013, 9:31:29 AM (12 years ago)
- Location:
- trunk/Tools
- Files:
-
- 2 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/Tools/ChangeLog
r151019 r151022 1 2013-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 1 8 2013-05-31 Brent Fulgham <bfulgham@apple.com> 2 9 -
trunk/Tools/TestWebKitAPI/Configurations/TestWebKitAPICommon.vsprops
r110033 r151022 11 11 <Tool 12 12 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" 14 14 SubSystem="1" 15 15 />
Note:
See TracChangeset
for help on using the changeset viewer.