Skip to content

Commit

Permalink
fixed default object directories
Browse files Browse the repository at this point in the history
  • Loading branch information
rn10950 committed Sep 6, 2017
1 parent 7ad15cf commit 1109ce4
Show file tree
Hide file tree
Showing 4 changed files with 6 additions and 3 deletions.
3 changes: 3 additions & 0 deletions .gitignore
Original file line number Diff line number Diff line change
Expand Up @@ -23,3 +23,6 @@ $RECYCLE.BIN/

# Windows shortcuts
*.lnk

#object directories
obj-*/
2 changes: 1 addition & 1 deletion mozconfig-browser.txt
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@
mk_add_options MOZ_MAKE_FLAGS="-j4"

# Set line below to your desired object directory
mk_add_options MOZ_OBJDIR=/c/projects/moz95/obj-fx95-release
mk_add_options MOZ_OBJDIR=@TOPSRCDIR@/obj-fx95-release

# Configure Options
ac_add_options --target=i586-pc-msvc
Expand Down
2 changes: 1 addition & 1 deletion mozconfig-suite.txt
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@
mk_add_options MOZ_MAKE_FLAGS="-j4"

# Set line below to your desired object directory
mk_add_options MOZ_OBJDIR=/c/projects/moz95/obj-sm95-release
mk_add_options MOZ_OBJDIR=@TOPSRCDIR@/obj-sm95-release

# Configure Options
ac_add_options --target=i586-pc-msvc
Expand Down
2 changes: 1 addition & 1 deletion mozconfig-xulrunner.txt
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@

# Make Options
mk_add_options MOZ_MAKE_FLAGS="-j4"
mk_add_options MOZ_OBJDIR=/c/projects/moz95/obj-xr95-release
mk_add_options MOZ_OBJDIR=@TOPSRCDIR@/obj-xr95-release

# Configure Options
ac_add_options --target=i586-pc-msvc
Expand Down

0 comments on commit 1109ce4

Please sign in to comment.