Re: [webkit-dev] How to reduce the size of my dll

2009-02-10 Thread Adam Roben
On Feb 10, 2009, at 8:05 PM, cui.yu...@zte.com.cn wrote: Thank you for your reply ,and alse Darren VanBuren. I have no right to sent mails to any addresses except webkit-dev@lists.webkit.org In office. So... I'm sorry I'm sure I did a release build. All the files,including JavascriptCo

Re: [webkit-dev] How to reduce the size of my dll

2009-02-10 Thread cui . yuan2
PDB:"e:\WebBrowser\WebKit\Debug\WebKit.pdb" /SUBSYSTEM:WINDOWS /MACHINE:X86 /ERRORREPORT:PROMPT mfcs80ud.lib msvcrtd.lib NetStack.lib Adam Roben 2009-02-10 22:26 收件人 cui.yu...@zte.com.cn 抄送 webkit-dev@lists.webkit.org 主题 Re: [webkit-dev] How to reduce the size of my dll On Fe

Re: [webkit-dev] How to reduce the size of my dll

2009-02-10 Thread Adam Roben
On Feb 10, 2009, at 12:05 AM, cui.yu...@zte.com.cn wrote: Hi all: Currently I'm trying to build webkit in my own VS2005 project. (Makeing a new project ,then adding the source file to it and doing some necessary changes) The size of webkit.dll I got is 107m,and seems too large. I obser

[webkit-dev] How to reduce the size of my dll

2009-02-09 Thread cui . yuan2
Hi all: Currently I'm trying to build webkit in my own VS2005 project. (Makeing a new project ,then adding the source file to it and doing some necessary changes) The size of webkit.dll I got is 107m,and seems too large. I observe the same dll in safari for windows is less than 5m. So, I want