Title: [151287] trunk/Source/WTF
- Revision
- 151287
- Author
- [email protected]
- Date
- 2013-06-06 13:43:24 -0700 (Thu, 06 Jun 2013)
Log Message
Unreviewed. Fix typo with winmm linker input.
* WTF.vcxproj/WTFCommon.props:
Modified Paths
Diff
Modified: trunk/Source/WTF/ChangeLog (151286 => 151287)
--- trunk/Source/WTF/ChangeLog 2013-06-06 20:40:50 UTC (rev 151286)
+++ trunk/Source/WTF/ChangeLog 2013-06-06 20:43:24 UTC (rev 151287)
@@ -1,3 +1,9 @@
+2013-06-06 Roger Fong <[email protected]>
+
+ Unreviewed. Fix typo with winmm linker input.
+
+ * WTF.vcxproj/WTFCommon.props:
+
2013-06-05 Benjamin Poulain <[email protected]>
WebSQL forces 16-bit strings
Modified: trunk/Source/WTF/WTF.vcxproj/WTFCommon.props (151286 => 151287)
--- trunk/Source/WTF/WTF.vcxproj/WTFCommon.props 2013-06-06 20:40:50 UTC (rev 151286)
+++ trunk/Source/WTF/WTF.vcxproj/WTFCommon.props 2013-06-06 20:43:24 UTC (rev 151287)
@@ -23,7 +23,7 @@
<OutputFile>$(OutDir)\$(TargetName).bsc</OutputFile>
</Bscmake>
<Link>
- <AdditionalDependencies>winmm$(DebugSuffix).lib;libicuuc$(DebugSuffix).lib;libicuin$(DebugSuffix).lib;CoreFoundation$(DebugSuffix).lib;%(AdditionalDependencies)</AdditionalDependencies>
+ <AdditionalDependencies>winmm.lib;libicuuc$(DebugSuffix).lib;libicuin$(DebugSuffix).lib;CoreFoundation$(DebugSuffix).lib;%(AdditionalDependencies)</AdditionalDependencies>
</Link>
</ItemDefinitionGroup>
</Project>
\ No newline at end of file
_______________________________________________
webkit-changes mailing list
[email protected]
https://lists.webkit.org/mailman/listinfo/webkit-changes