CORONA,FATIMA (HP-Boise,ex1) wrote:
[EMAIL PROTECTED]">
cd \developer\mozilla.source\mozilla\embedding\config
nmake /f makefile.win

How would this instruction help on getting a standalone copy of mfcEmbed? I
know that when you run:
nmake /f makefile.win you compile.. but some of the files get copied on to
dist\win32_O.OBJ\bin which is where you actually run the .exe file.. so if
you want to get mfcEmbed out of mozilla, is this the way to pull it out?
Building the embedding/config/makefile.win will copy a *typical* subset of files needed for embedding from mozilla/dist/win32_d.obj/bin into mozilla/dist/win32_d.obj/Embed. The mfcEmbed.exe file is one of the files copied. The contents of mozilla/dist/win32_d.obj/Embed is the standalone directory.

Obviously you must have built the whole Mozilla first or there will be nothing in mozilla/dist/win32_d.obj to copy.

Also note that I said a typical subset since some embedding applications may need to copy more DLLs or chrome while others may need less depending on their feature set.

Adam


Reply via email to