Changes between Version 49 and Version 50 of BuildingOnWindows


Ignore:
Timestamp:
Dec 17, 2010 7:48:19 AM (13 years ago)
Author:
Adam Roben
Comment:

Update the rebase instructions

Legend:

Unmodified
Added
Removed
Modified
  • BuildingOnWindows

    v49 v50  
    6969You need to rebase some DLLs. Do the following:
    7070
    71  1. Create a /tmp/rebasephp file containing the following lines (with a blank line at the end):
    72 {{{
    73 /usr/bin/
    74 /path/to/LayoutTests/http/conf/libphp4.dll
    75 /usr/lib/apache/libphp4.dll
    76 }}}
    7771 1. From a Cygwin terminal, run:
    7872{{{
    79 find /bin -iname '*.dll' >> /tmp/rebasephp
     73find /bin /usr/bin /lib /usr/lib "$(realpath WebKit/OpenSource/LayoutTests/http/conf)" \( -iname cyglsa64.dll -o -iname cygwin1.dll \) -o -iname '*.dll' -print > /tmp/rebaselist
    8074}}}
    8175 1. Kill all Cygwin processes
    8276 1. Run the following command via `Start > Run`:
    8377{{{
    84 c:\cygwin\bin\ash -c "/bin/rebaseall -T /tmp/rebasephp"
     78c:\cygwin\bin\ash -c "/bin/rebaseall -T /tmp/rebaselist"
    8579}}}
    8680