After you successfully build the entire Mozilla tree... 1. cd mozilla\embedding\config 2. run (n)make from that dir
Depending on your platfrom the makefile looks at the appropriate basebrowser-[unix|win|mac] file in that dir to come up with an embedding package. You can customize these files to depending on your embedding needs. Once the make is completed you should see an "Embed" dir with the appropriate files under dist. For ex, on my Windows debug build the "Embed" dir is at: D:\mozilla_src\mozilla\dist\WIN32_D.OBJ\Embed Chak Michael Kaply wrote: > We're trying to build our IBM Web Browser, and it appears that too much > stuff in the embed directory is going into the product (embed-sample.jar > for instance) > > Is there an easy way to tell the embedding directory to only build > required browser components (embedcomponents library for instance) > > Thanks > > Mike Kaply > IBM > >
