Hello All,
I'm setting up my first embedding project. My ultimate goal is to
create a software product that uses mozilla similar to the way it is
used in Komodo.
Here's what I have done so far.
Installed MS Developer Studio and SP5. Ran VCVARS32.bat and added
the new paths permanently into my search path.
Installed all of the required cygwin tools in c:\cygwin. Add
c:\cygwin to search path.
Installed netscape wintools into c:\buildtools. Added to path. Set
MOZ_TOOLS=c:\buildtools.
Installed mozilla source into c:\mozilla.
I'm not sure what to do next.
Do I run "sh configure" then "gmake -f client.mk build"
Thanks for your help in advance.