Mobile/Build/Windows Mobile Build Instructions: Difference between revisions

Jump to navigation Jump to search
Line 106: Line 106:
===Downloading The Sources And Patch Queue===
===Downloading The Sources And Patch Queue===


  Run the batch file '''C:\mozilla-build\start-msvc8.bat''' (or '''C:\mozilla-build\start-msvc9.bat''')
  Run the batch file from the Mozilla-Build directory to open a shell:
  For VS9 use: '''C:\mozilla-build\start-msvc9.bat'''  
  For VS8 use: '''C:\mozilla-build\start-msvc8.bat'''
     NOTE: This will setup and open a MingW32 command prompt.
     NOTE: This will setup and open a MingW32 command prompt.
          All further commands are to be run inside MingW32.
          All further commands are to be run inside MingW32.
    NOTE: Let us assume you have created /c/hg/ for your mozilla source tree
   
   
  $ '''cd /c/hg # assuming you've created /c/hg/ for your mozilla source tree'''
  $ '''cd /c/hg'''
   
   
  $ '''hg clone http://hg.mozilla.org/mozilla-central'''
  $ '''hg clone http://hg.mozilla.org/mozilla-central'''
   
   
  $ '''cd mozilla-central'''
  $ '''cd mozilla-central'''
$ '''export topsrcdir=`pwd` # $topsrcdir becomes the path to mozilla-central/
   
   
  $ '''hg clone http://hg.mozilla.org/mobile-browser mobile'''
  $ '''hg clone http://hg.mozilla.org/mobile-browser mobile'''
Line 124: Line 128:
  $ '''cd .hg'''
  $ '''cd .hg'''
   
   
  $ '''hg clone http://hg.mozilla.org/users/blassey_mozilla.com/wince-patches patches'''
  $ '''hg clone http://hg.mozilla.org/users/blassey_mozilla.com/wince-m1 patches'''
   
   
  $ '''cd ..'''
  $ '''cd ..'''
$ '''export PATH="$PATH:$topsrcdir/build/wince/tools/bin"'''




Line 172: Line 174:


Thanks go out to Benjamin Smedbergs for this solution - [http://benjamin.smedbergs.us/blog/2008-06-05/getting-mozilla-central-with-limited-bandwidth/ Original Blog Posting Here]
Thanks go out to Benjamin Smedbergs for this solution - [http://benjamin.smedbergs.us/blog/2008-06-05/getting-mozilla-central-with-limited-bandwidth/ Original Blog Posting Here]


===Updating The Sources And Patch Queue===
===Updating The Sources And Patch Queue===
130

edits

Navigation menu