<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.0 Transitional//EN">
<HTML><HEAD>
<META content="text/html; charset=gb2312" http-equiv=Content-Type>
<STYLE>
BLOCKQUOTE {
        MARGIN-TOP: 0px; MARGIN-BOTTOM: 0px; MARGIN-LEFT: 2em
}
OL {
        MARGIN-TOP: 0px; MARGIN-BOTTOM: 0px
}
UL {
        MARGIN-TOP: 0px; MARGIN-BOTTOM: 0px
}
P {
        MARGIN-TOP: 0px; MARGIN-BOTTOM: 0px
}
BODY {
        LINE-HEIGHT: 1.5; FONT-FAMILY: ËÎÌå; COLOR: #000000; FONT-SIZE: 10.5pt
}
</STYLE>
<META name=GENERATOR content="MSHTML 8.00.7601.17514"></HEAD>
<BODY style="MARGIN: 10px">
<DIV>The code in WebKit-r170147\Tools\Scripts\update-webkit at line 83-89 is
below:</DIV>
<DIV> </DIV>
<DIV>
<DIV>83:} elsif (isAppleWinWebKit()) {</DIV>
<DIV>84: system("perl", "Tools/Scripts/update-webkit-auxiliary-libs") == 0 or die;</DIV>
<DIV>85: if (isWinCairo()) {</DIV>
<DIV>86: # WinCairo shares the auxiliary libs from the Apple port.</DIV>
<DIV>87: system("perl", "Tools/Scripts/update-webkit-wincairo-libs") == 0 or die;</DIV>
<DIV>88: }</DIV>
<DIV>89:}</DIV>
<DIV> </DIV>
<DIV>and I find the function "isAppleWinWebKit()"
in WebKit-r170147\Tools\Scripts\webkitdirs.pm </DIV>
<DIV> </DIV>
<DIV>
<DIV>sub isAppleWinWebKit()</DIV>
<DIV>{</DIV>
<DIV> return (isCygwin() || isWindows()) && !isWinCairo() && !isGtk() && !isWinCE();</DIV>
<DIV>}</DIV>
<DIV> </DIV>
<DIV>the problem is that isAppleWinWebKit() means !isWinCairo() ,so
the WebKit-r170147\Tools\Scripts\update-webkit line:85 is allways false.</DIV>
<DIV>why ? is it a problem?</DIV></DIV></DIV>
<HR style="WIDTH: 210px; HEIGHT: 1px" align=left color=#b5c4df SIZE=1>
<DIV><SPAN>256481788</SPAN></DIV></BODY></HTML>