fixed default object directories

This commit is contained in:
rn10950 2017-09-06 00:29:09 -04:00
parent 7ad15cf164
commit 1109ce4d81
4 changed files with 6 additions and 3 deletions

3
.gitignore vendored
View File

@ -23,3 +23,6 @@ $RECYCLE.BIN/
# Windows shortcuts
*.lnk
#object directories
obj-*/

View File

@ -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

View File

@ -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

View File

@ -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