Changeset 56099 in webkit


Ignore:
Timestamp:
Mar 16, 2010 11:50:14 PM (14 years ago)
Author:
abarth@webkit.org
Message:

2010-03-16 Adam Barth <abarth@webkit.org>

No review, rolling out r56044.
http://trac.webkit.org/changeset/56044
https://bugs.webkit.org/show_bug.cgi?id=36048

This patch broke Windows Debug (Tests)

  • Scripts/webkitdirs.pm:
Location:
trunk/WebKitTools
Files:
2 edited

Legend:

Unmodified
Added
Removed
  • trunk/WebKitTools/ChangeLog

    r56096 r56099  
     12010-03-16  Adam Barth  <abarth@webkit.org>
     2
     3        No review, rolling out r56044.
     4        http://trac.webkit.org/changeset/56044
     5        https://bugs.webkit.org/show_bug.cgi?id=36048
     6
     7        This patch broke Windows Debug (Tests)
     8
     9        * Scripts/webkitdirs.pm:
     10
    1112010-03-16  John Abd-El-Malek  <jam@chromium.org>
    212
  • trunk/WebKitTools/Scripts/webkitdirs.pm

    r56044 r56099  
    10081008            die;
    10091009        }
    1010 
    1011         my $windowsPlatformSDKPath = "$programFilesPath/Microsoft Platform SDK for Windows Server 2003 R2";
    1012         if (! -e $windowsPlatformSDKPath) {
    1013             print "*************************************************************\n";
    1014             print "Cannot find '$windowsPlatformSDKPath'\n";
    1015             print "Please download and install the Microsoft Windows Server 2003 R2\n";
    1016             print "Platform SDK from <http://www.microsoft.com/downloads/details.aspx?\n";
    1017             print "familyid=0baf2b35-c656-4969-ace8-e4c0c0716adb&displaylang=en>.\n\n";
    1018             print "Then follow step 2 in the Windows section of the \"Installing Developer\n";
    1019             print "Tools\" instructions at <http://www.webkit.org/building/tools.html>.\n";
    1020             print "*************************************************************\n";
    1021             die;
    1022         }
    10231010    }
    10241011
Note: See TracChangeset for help on using the changeset viewer.