Skip to content

CompilingWithFirefox

leeor edited this page Jan 17, 2014 · 1 revision

Build Instructions

Introduction

Build instructions for FF ActiveX with Firefox 3.6++

Download

Clone this repo, then get the mozilla sources:

hg clone http://hg.mozilla.org/releases/mozilla-1.9.2/ c:\src\mozilla

Mozilla Build

Install Mozilla Build into c:\mozilla-build

Create c:\src\mozilla.mozconfig

mk_add_options MOZ_OBJDIR=@TOPSRCDIR@/objdir
ac_add_options --enable-application=browser
mk_add_options MOZ_CO_PROJECT=browser

Build Mozilla

start-msvc9.bat
make -f client.mk

Clone this wiki locally