Mobile/Build/StepsToModifyRefVM: Difference between revisions

From MozillaWiki
< Mobile‎ | Build
Jump to navigation Jump to search
No edit summary
No edit summary
Line 1: Line 1:
==Steps==
==Steps==
# Install Microsoft .NET Compact Framework v2 SP2.
# Install Microsoft .NET Compact Framework v2 SP2.
* [http://go.microsoft.com/fwlink/?LinkId=86934&clcid=0x409]
## [http://go.microsoft.com/fwlink/?LinkId=86934&clcid=0x409]
# Install ActiveSync 4.5
# Install ActiveSync 4.5
* [http://go.microsoft.com/fwlink/?LinkId=82622]
## [http://go.microsoft.com/fwlink/?LinkId=82622]
# Install Windows Mobile 6 Professional SDK  
# Install Windows Mobile 6 Professional SDK  
* [http://download.microsoft.com/download/f/2/3/f232f773-7edc-4300-be07-d3b76a5b3a91/Windows%20Mobile%206%20Professional%20SDK%20Refresh.msi]
## [http://download.microsoft.com/download/f/2/3/f232f773-7edc-4300-be07-d3b76a5b3a91/Windows%20Mobile%206%20Professional%20SDK%20Refresh.msi]
# Enable mercurial queues
# Enable mercurial queues
* add "hgext.mq =" to "[Extensions]" section of .hgrc
## add "hgext.mq =" to "[Extensions]" section of .hgrc
# Append $srcdir/build/wince/tools/bin to PATH env var
# Append $srcdir/build/wince/tools/bin to PATH env var
* run "export PATH=$PATH:$srcdir/build/wince/tools.bin"
## run "export PATH=$PATH:$srcdir/build/wince/tools.bin"
# set tool paths  
# set tool paths  
* edit build/wince/tools/vs8ppc2003/toolpaths.h
## edit build/wince/tools/vs8ppc2003/toolpaths.h
* set paths for Windows Mobile SDK, VC path, Windows SDK
## set paths for Windows Mobile SDK, VC path, Windows SDK





Revision as of 19:22, 24 November 2008

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
    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"
  6. set tool paths
    1. edit build/wince/tools/vs8ppc2003/toolpaths.h
    2. 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