Mobile/Build/StepsToModifyRefVM

From MozillaWiki
< Mobile‎ | Build
Revision as of 19:21, 24 November 2008 by Blassey (talk | contribs)
Jump to navigation Jump to search

Steps

  1. Install Microsoft .NET Compact Framework v2 SP2.
  1. Install ActiveSync 4.5
  1. Install Windows Mobile 6 Professional SDK
  1. Enable mercurial queues
    • add "hgext.mq =" to "[Extensions]" section of .hgrc
  1. Append $srcdir/build/wince/tools/bin to PATH env var
    • run "export PATH=$PATH:$srcdir/build/wince/tools.bin"
  1. set tool paths
    • edit build/wince/tools/vs8ppc2003/toolpaths.h
    • set paths for Windows Mobile SDK, VC path, Windows SDK


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