382
edits
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 | * Start build environment by invoking <br> | ||
c:\mozilla-build\start-msvc9.bat | |||
* | |||
* 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- | ../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- | ../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 == | ||
edits