[webkit-dev] How to change an .exp file?

Xianzhu Wang (王显著) wangxianzhu at chromium.org
Fri Aug 26 01:50:09 PDT 2011


Hi,

I'm developing on Linux. One of my patch failed to build on Windows because
I haven't changed the related .exp file (e.g. JavaScriptCore.exp).

I just did the following on Linux to update the file:
  1. nm xx.o | grep " T " | sed 's/^.\{19\}/_/'
  2. replace related lines in the .exp file with the above output

Though it works I guess it's not the correct way. What's the correct way?

Thanks,
Xianzhu
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://lists.webkit.org/pipermail/webkit-dev/attachments/20110826/bfa50cf9/attachment.html>


More information about the webkit-dev mailing list