[webkit-dev] Webkit Cairo Port on windows

2010-12-16 Thread Optimus
I have successfully built the cairo port for webkit on windows. I have two Questions. 1) If i want to ship the webkit on another machine, what all dll i should bundle, with webkit. 2) When i tried to run the webkit on another machine, it did not run and instead i got an error message This

Re: [webkit-dev] Webkit Cairo Port on windows

2010-12-16 Thread Brent Fulgham
Hi, On Thu, Dec 16, 2010 at 4:27 AM, Optimus vsbho...@gmail.com wrote: I have two Questions. 1) If i want to ship the webkit on another machine, what all dll i should bundle, with webkit. The best answer to this question is to use the 'depends' tool on Windows to see what DLL's it needs to

Re: [webkit-dev] Webkit Cairo Port on windows

2010-12-16 Thread Optimus
Hi Brent, The best answer to this question is to use the 'depends' tool on Windows to see what DLL's it needs to load. I believe the following libraries are sufficient: 1. libxml2.dll 2. libxslt.dll 3. JavaScriptCore.dll 4. ICUUC40.dll 5. ICUIN40.dll 6. CFLite.dll 7. libcurl.dll 8.