Difference between revisions of "Talk:Development:Building:Mozilla 1.9.2 Branch"

From Camino Wiki
Jump to navigation Jump to search
 
Line 1: Line 1:
 
I prefer to leave the period off mozconfig. Makes it easier to keep track of in the Finder.
 
I prefer to leave the period off mozconfig. Makes it easier to keep track of in the Finder.
 +
 +
Also, for the objdir line, I have <pre>mk_add_options MOZ_OBJDIR=@TOPSRCDIR@/obj-cm</pre>
 +
 +
as mozilla's .hgignore specifies top-level directories starting with 'obj' as being ignored.

Revision as of 17:53, 26 March 2010

I prefer to leave the period off mozconfig. Makes it easier to keep track of in the Finder.

Also, for the objdir line, I have

mk_add_options MOZ_OBJDIR=@TOPSRCDIR@/obj-cm

as mozilla's .hgignore specifies top-level directories starting with 'obj' as being ignored.