Title: [90047] trunk/Tools
Revision
90047
Author
[email protected]
Date
2011-06-29 14:29:58 -0700 (Wed, 29 Jun 2011)

Log Message

Unreviewed build correction.

* DumpRenderTree/win/ImageDiffWinCairoCommon.vsprops:
Link against zlib1.dll, not the static zlib.lib.

Modified Paths

Diff

Modified: trunk/Tools/ChangeLog (90046 => 90047)


--- trunk/Tools/ChangeLog	2011-06-29 21:28:55 UTC (rev 90046)
+++ trunk/Tools/ChangeLog	2011-06-29 21:29:58 UTC (rev 90047)
@@ -1,3 +1,10 @@
+2011-06-29  Brent Fulgham  <[email protected]>
+
+        Unreviewed build correction.
+
+        * DumpRenderTree/win/ImageDiffWinCairoCommon.vsprops:
+        Link against zlib1.dll, not the static zlib.lib.
+
 2011-06-29  Eric Seidel  <[email protected]>
 
         Reviewed by Adam Barth.

Modified: trunk/Tools/DumpRenderTree/win/ImageDiffWinCairoCommon.vsprops (90046 => 90047)


--- trunk/Tools/DumpRenderTree/win/ImageDiffWinCairoCommon.vsprops	2011-06-29 21:28:55 UTC (rev 90046)
+++ trunk/Tools/DumpRenderTree/win/ImageDiffWinCairoCommon.vsprops	2011-06-29 21:29:58 UTC (rev 90047)
@@ -12,7 +12,7 @@
 	<Tool
 		Name="VCLinkerTool"
 		AdditionalOptions="/NXCOMPAT"
-		AdditionalDependencies="_javascript_Core$(WebKitDLLConfigSuffix).lib cairo$(LibraryConfigSuffix).lib libjpeg.lib libpng$(LibraryConfigSuffix).lib zlib.lib Msimg32.lib CFLite$(LibraryConfigSuffix).lib"
+		AdditionalDependencies="_javascript_Core$(WebKitDLLConfigSuffix).lib cairo$(LibraryConfigSuffix).lib libjpeg.lib libpng$(LibraryConfigSuffix).lib zdll.lib Msimg32.lib CFLite$(LibraryConfigSuffix).lib"
 		SubSystem="1"
 	/>
 </VisualStudioPropertySheet>
_______________________________________________
webkit-changes mailing list
[email protected]
http://lists.webkit.org/mailman/listinfo.cgi/webkit-changes

Reply via email to