Mobile/Build/StepsToModifyRefVM

From MozillaWiki
< Mobile‎ | Build
Jump to: navigation, search

Steps

  1. Install Microsoft .NET Compact Framework v2 SP2.
    1. [1]
  2. Install ActiveSync 4.5
    1. [2]
  3. Install Windows Mobile 6 Professional SDK
    1. [3]
  4. Enable mercurial queues (only needed until backlog of patches all landed)
    1. add "hgext.mq =" to "[Extensions]" section of .hgrc
  5. Append $srcdir/build/wince/tools/bin to PATH env var
    1. run "export PATH=$PATH:$srcdir/build/wince/tools.bin"
    2. from irc, changed two places to be:run "export PATH=$PATH:<your-srcdir>/build/wince/tools/bin"
  6. set tool paths
    1. --with-wince-sdk must be set correctly in your mozconfig

Notes

  • Download
  • Enabled mercurial queues
  • appended $srcdir/build/wince/tools/bin to PATH
  • modify build/wince/tools/vs8ppc2003/toolpaths.h to reflect vc path
    • crowder's work will fix this by monday