Difference between revisions of "Talk:FAQ"
(conv about building patches) |
|||
Line 3: | Line 3: | ||
sugestion | sugestion | ||
+ | |||
+ | == conversation about building a patch == | ||
+ | Glen: hey i just built ff and now I just want to build an extension I just patched. How do I go about building just the patch and not World? When I did my FF build I didn't include the enable-extensions option, do I have to rebuild World again? | ||
+ | Glen: with that option | ||
+ | dave: go to mozilla/objdir/extensions/yourextension | ||
+ | dave: make | ||
+ | dave: where objdir==whatever objdir mane you used |
Revision as of 13:46, 27 September 2007
Hi ,
I have some problem with unwanted white space between two element nodes how to remove the space
sugestion
conversation about building a patch
Glen: hey i just built ff and now I just want to build an extension I just patched. How do I go about building just the patch and not World? When I did my FF build I didn't include the enable-extensions option, do I have to rebuild World again? Glen: with that option dave: go to mozilla/objdir/extensions/yourextension dave: make dave: where objdir==whatever objdir mane you used