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
_______________________________________________
webkit-dev mailing list
webkit-dev@lists.webkit.org
http://lists.webkit.org/mailman/listinfo.cgi/webkit-dev

Reply via email to