How to create .mozconfig for building?

Discussion about official Mozilla Firefox builds
Post Reply
User avatar
bangbang023
Posts: 1726
Joined: July 7th, 2003, 12:23 am
Location: Brooklyn, NY
Contact:

How to create .mozconfig for building?

Post by bangbang023 »

I am follow gemal's directions for building firebird but have run into a problem. How do I create a file named .mozconfig? Windows says I must name the file when I try to use that name.
User avatar
djeter
Posts: 651
Joined: May 13th, 2003, 6:21 pm
Location: Falkner, MS

Re: How to create .mozconfig for building?

Post by djeter »

bangbang023 wrote:I am follow gemal's directions for building firebird but have run into a problem. How do I create a file named .mozconfig? Windows says I must name the file when I try to use that name.


Try saving the file as ".mozconfig", with the quotes.
User avatar
bangbang023
Posts: 1726
Joined: July 7th, 2003, 12:23 am
Location: Brooklyn, NY
Contact:

Re: How to create .mozconfig for building?

Post by bangbang023 »

Maybe I shouldn't do it in explorer? because it says " is one of the characters a filename can't begin with. I can't remember the dos command to create a file
User avatar
djeter
Posts: 651
Joined: May 13th, 2003, 6:21 pm
Location: Falkner, MS

Re: How to create .mozconfig for building?

Post by djeter »

bangbang023 wrote:Maybe I shouldn't do it in explorer? because it says " is one of the characters a filename can't begin with. I can't remember the dos command to create a file


I used Notepad to save my .mozconfig.
User avatar
bangbang023
Posts: 1726
Joined: July 7th, 2003, 12:23 am
Location: Brooklyn, NY
Contact:

Post by bangbang023 »

oops, I forgot about that lol. Thanks.
User avatar
djeter
Posts: 651
Joined: May 13th, 2003, 6:21 pm
Location: Falkner, MS

Post by djeter »

You're welcome. :)
User avatar
Lohvarn
Posts: 332
Joined: January 30th, 2004, 9:43 pm
Location: Fort Worth, TX

Post by Lohvarn »

What I did was to create it from the command line:
copy con .mozconfig
something^Z

^Z is either CTRL-Z or F6, then return.
Then you can edit it in notepad and Windows will not complain when you copy/edit/move it.
Post Reply