On Feb 20, 2012, at 2:11 PM, Aman Gupta <[email protected]> wrote: > Thanks a ton Adam, the update script is working now.
Great! > Can you guide me with the building process now? I understand that I have to > run the "build-webkit" script to do that. I am actually interested in the > Minibrowser example, and am trying to play around with the code. Once I build > webkit (which I guess will take a long time to complete), can I make changes > to the MiniBrowser code and compile it, without having to build the whole > WebKit source again? If you make changes to MiniBrowser and run build-webkit again, it will go through the process of building all projects. But since only MiniBrowser has changed, only MiniBrowser should get recompiled. Another option is to open WebKit/win/WebKit.vcproj/WebKit.sln in Visual Studio. Then you can recompile individual projects. -Adam _______________________________________________ webkit-help mailing list [email protected] http://lists.webkit.org/mailman/listinfo.cgi/webkit-help
