2
edits
| Line 41: | Line 41: | ||
cd \symbian\9.2\s60_3rd_fp1\epoc32\include | cd \symbian\9.2\s60_3rd_fp1\epoc32\include | ||
move prtypes.h prtypes.h.orig | move prtypes.h prtypes.h.orig | ||
move prcpucfg.h prcpucfg.h.orig | |||
cd variant | cd variant | ||
copy Symbian_OS_v9.2.hrh Symbian_OS.hrh | copy Symbian_OS_v9.2.hrh Symbian_OS.hrh | ||
* Start build environment by invoking <br> | * Start build environment by invoking the appropriate c:\mozilla-build\start-msvc*.bat file<br> | ||
e.g. if you have VC++ 9.0 then run | |||
c:\mozilla-build\start-msvc9.bat | c:\mozilla-build\start-msvc9.bat | ||
* Checkout source <br> | * Checkout source <br> | ||
hg clone http://hg.mozilla.org/mozilla-central | hg clone http://hg.mozilla.org/mozilla-central | ||
edits