Closed
Bug 479515
Opened 16 years ago
Closed 15 years ago
push default mozconfig to mobile-browser repo
Categories
(Firefox for Android Graveyard :: General, defect)
Tracking
(Not tracked)
VERIFIED
WONTFIX
People
(Reporter: blassey, Assigned: blassey)
Details
Attachments
(1 file, 1 obsolete file)
1.03 KB,
patch
|
Details | Diff | Splinter Review |
No description provided.
Attachment #363391 -
Flags: review?(mark.finkle)
Comment 1•16 years ago
|
||
drive by comments.
add the right stuff for our CPU:
https://bugzilla.mozilla.org/show_bug.cgi?id=479503#c2
Seperate this out -- put the windows ce specific mozconfig stuff in m-c / build/wince/wm6.mozconfig. Then have a minimal one for fennec checked into m-b.
vlad had a different mozconfig for straight wince which you might want to look at and create a build/wince/wince.mozconfig which the wm6 file includes.
Comment 2•16 years ago
|
||
Comment on attachment 363391 [details] [diff] [review]
creates config folder and wince mozconfig
>diff --git a/config/mozconfig.wince b/config/mozconfig.wince
>+MIDL=/c/Program\ Files/Microsoft\ Visual\ Studio\ 9/VC/ce/bin/x86_arm/midl.exe
Either move this out or remove, if not needed anymore
Also, we need to address Doug's comments
Attachment #363391 -
Flags: review?(mark.finkle) → review-
Updated•16 years ago
|
Assignee: nobody → bugmail
Comment 3•15 years ago
|
||
Address Doug and Mark comments.
Attachment #363391 -
Attachment is obsolete: true
Comment 4•15 years ago
|
||
.mozconfig I use.
. $topsrcdir/build/wince/wm6.mozconfig
mk_add_options MOZ_OBJDIR=@TOPSRCDIR@/objdir-wm6-dbg
mk_add_options MOZ_BUILD_PROJECTS="xulrunner mobile"
ac_add_options --enable-debug
ac_add_options --disable-optimize
ac_add_options --enable-plugins
ac_add_options --enable-xpinstall
ac_add_options --enable-installer
ac_add_options --enable-tests
ac_add_options --with-wince-sdk="c:/program files/windows mobile 6 sdk/pocketpc"
# mobile options
ac_add_app_options mobile --enable-application=mobile
ac_add_app_options mobile --with-libxul-sdk=../xulrunner/dist
Comment 5•15 years ago
|
||
Actually I'd prefer build/wince/config/wm6.config instead of build/wince/wm6.config.
Comment 6•15 years ago
|
||
(In reply to comment #4)
> ac_add_options --enable-plugins
> ac_add_options --enable-xpinstall
> ac_add_options --enable-installer
> ac_add_options --enable-tests
These are all unnecessary, fwiw, since they match the default values.
Comment 7•15 years ago
|
||
Thanks! My .mozconfig became pretty simple!
Assignee | ||
Comment 8•15 years ago
|
||
I guess we decided not to do this
Status: NEW → RESOLVED
Closed: 15 years ago
Resolution: --- → WONTFIX
You need to log in
before you can comment on or make changes to this bug.
Description
•