[webkit-dev] Request: Include Import Library with win32 Nightly Builds

2010-04-13 Thread Brian Barnes
I thought I'd bring this up again in hopes my life (and I assume others who are in the same boat as me) a bit easier. My application use JavaScriptCore and is both in OS X and win32. When I want to upgrade JSC to get bug fixes, I can download the nightly OS X build and then just drop in the

Re: [webkit-dev] Request: Include Import Library with win32 Nightly Builds

2010-04-13 Thread Brent Fulgham
Hi Brian, On Tue, Apr 13, 2010 at 6:55 AM, Brian Barnes gga...@charter.net wrote: Not so with the win32 build.  It has the DLLs, but not the import libraries (.lib) which are built when the DLLs are built and used to attach the DLL to my code.  Can you folks change the script that creates

Re: [webkit-dev] Request: Include Import Library with win32 Nightly Builds

2010-04-13 Thread Brian Barnes
Hi Brian, On Tue, Apr 13, 2010 at 6:55 AM, Brian Barnesgga...@charter.net wrote: Not so with the win32 build. It has the DLLs, but not the import libraries (.lib) which are built when the DLLs are built and used to attach the DLL to my code. Can you folks change the script that creates