Title: [89976] trunk/WebKitLibraries
Revision
89976
Author
bfulg...@webkit.org
Date
2011-06-28 16:52:14 -0700 (Tue, 28 Jun 2011)

Log Message

Unreviewed build correction.  Link to correct library for
the zlib1.dll.

* win/tools/vsprops/WinCairo.vsprops: Don't link to the static
zlib.lib when building for WinCairo.

Modified Paths

Diff

Modified: trunk/WebKitLibraries/ChangeLog (89975 => 89976)


--- trunk/WebKitLibraries/ChangeLog	2011-06-28 23:39:05 UTC (rev 89975)
+++ trunk/WebKitLibraries/ChangeLog	2011-06-28 23:52:14 UTC (rev 89976)
@@ -1,3 +1,11 @@
+2011-06-28  Brent Fulgham  <bfulg...@webkit.org>
+
+        Unreviewed build correction.  Link to correct library for
+        the zlib1.dll.
+
+        * win/tools/vsprops/WinCairo.vsprops: Don't link to the static
+        zlib.lib when building for WinCairo.
+
 2011-06-21  MORITA Hajime  <morr...@google.com>
 
         Unreviewed, rolling out r89401 and r89403.

Modified: trunk/WebKitLibraries/win/tools/vsprops/WinCairo.vsprops (89975 => 89976)


--- trunk/WebKitLibraries/win/tools/vsprops/WinCairo.vsprops	2011-06-28 23:39:05 UTC (rev 89975)
+++ trunk/WebKitLibraries/win/tools/vsprops/WinCairo.vsprops	2011-06-28 23:52:14 UTC (rev 89976)
@@ -11,7 +11,7 @@
 	/>
 	<Tool
 		Name="VCLinkerTool"
-		AdditionalDependencies="cairo.lib libjpeg.lib zlib.lib libpng.lib"
+		AdditionalDependencies="cairo.lib libjpeg.lib zdll.lib libpng.lib"
 		AdditionalLibraryDirectories="&quot;$(WebKitLibrariesDir)\lib&quot;"
 	/>
 </VisualStudioPropertySheet>
_______________________________________________
webkit-changes mailing list
webkit-changes@lists.webkit.org
http://lists.webkit.org/mailman/listinfo.cgi/webkit-changes

Reply via email to