canmove, Confirmed users
432
edits
No edit summary |
|||
| Line 31: | Line 31: | ||
= Set up a mozconfig = | = Set up a mozconfig = | ||
The mozilla build system uses a "mozconfig" file to store various build-time options. Here's a sample mozconfig for Windows CE builds | The mozilla build system uses a "mozconfig" file to store various build-time options. Here's a sample mozconfig for Windows CE builds. Copy & paste the below into a file named "mozconfig" inside your mozilla-central directory. | ||
mk_add_options MOZ_OBJDIR=@TOPSRCDIR@/obj-ff | mk_add_options MOZ_OBJDIR=@TOPSRCDIR@/obj-ff | ||
| Line 80: | Line 80: | ||
ac_add_options --target=arm-wince | ac_add_options --target=arm-wince | ||
ac_add_options --enable-win32-target=WINCE | ac_add_options --enable-win32-target=WINCE | ||
ac_add_options --with-wince-sdk="c:/program files/windows ce tools/wce500/standardsdk_500" | ac_add_options --with-wince-sdk="c:/program files/windows ce tools/wce500/standardsdk_500" | ||
= Start a Build = | = Start a Build = | ||