130
edits
| Line 143: | Line 143: | ||
Building options are controlled by mozconfig, a master file within your top source directory (in our case, /c/hg/mozilla-central/mozconfig). | Building options are controlled by mozconfig, a master file within your top source directory (in our case, /c/hg/mozilla-central/mozconfig). | ||
You | The instructions for [[#Downloading_The_Sources | downloading the sources]] have you download a default MOZCONFIG file put in place by Brad Lassey of Mozilla. This mozconfig will typically be set up for a Visual Studio 9 Debug build. | ||
You may want to create a different MOZCONFIG file. Here are four example MOZCONFIG files for Windows Mobile 6 development: | |||
(1) [[#VS9_Debug_Build_MOZCONFIG | Visual Studio 9 Debug Build]] | (1) [[#VS9_Debug_Build_MOZCONFIG | Visual Studio 9 Debug Build]] | ||
| Line 353: | Line 355: | ||
''ac_add_options --with-wince-sdk="c:/program files/windows mobile 6 sdk/pocketpc"'' | ''ac_add_options --with-wince-sdk="c:/program files/windows mobile 6 sdk/pocketpc"'' | ||
==Build It!== | ==Build It!== | ||
edits