Hi, All, I am build firefox 3.0.8 in Linux following the two stages(export
and libs) introduced in "
https://developer.mozilla.org/en/How_Mozilla's_build_system_works".
I need the libs built out to support my own application.
The problem is that will all the library files be generated at
 $MOZ_OBJDIR/dist/lib/?
I can't find some libs I needed at  $MOZ_OBJDIR/dist/lib/, such as
"libembed_base_s.a" and "libstring_s.a", while the two libs are actually at
$MOZ_OBJDIR/embedding/base/ and $MOZ_OBJDIR/xpcom/string/src/.
Why they can't be generated in dist folder?
Is there any makefile can change it?
Thanks!
- Havvy
_______________________________________________
dev-embedding mailing list
dev-embedding@lists.mozilla.org
https://lists.mozilla.org/listinfo/dev-embedding

Reply via email to