Mobile/Symbian/Build: Difference between revisions

No edit summary
Line 41: Line 41:
  copy Symbian_OS_v9.2.hrh Symbian_OS.hrh
  copy Symbian_OS_v9.2.hrh Symbian_OS.hrh


* Checkout source from google code <br>
* Start build environment by invoking <br>
   svn checkout http://mozilla-symbian.googlecode.com/svn/trunk/ mozilla-symbian
  c:\mozilla-build\start-msvc9.bat
* Start msys by invoking <tt>c:\mozilla-build\msys\msys.bat</tt>, assuming your source is checked out at <tt>c:\mozilla-symbian</tt> then:
 
* Checkout source <br>
   hg clone http://hg.mozilla.org/mozilla-central
 
* Assuming your source is checked out at <tt>c:\mozilla-central</tt> then:


For device(GCCE) build:
For device(GCCE) build:
Line 49: Line 53:
   mkdir gobj
   mkdir gobj
   cd gobj
   cd gobj
   ../mozilla-symbian/nsprpub/configure --target=arm-none-symbianelf
   ../mozilla-central/nsprpub/configure --target=arm-none-symbianelf
   --enable-symbian-target=GCCE --disable-debug
   --enable-symbian-target=GCCE --disable-debug
   make
   make
Line 59: Line 63:
   mkdir wobj
   mkdir wobj
   cd wobj
   cd wobj
   ../mozilla-symbian/nsprpub/configure --target=arm-none-symbianelf
   ../mozilla-central/nsprpub/configure --target=arm-none-symbianelf
   --enable-symbian-target=WINSCW
   --enable-symbian-target=WINSCW
   make
   make
   cd pr/tests
   cd pr/tests
   make
   make


== More ==
== More ==
382

edits