Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Build Instructions #1

Open
ClassicNick opened this issue Jul 16, 2022 · 0 comments
Open

Build Instructions #1

ClassicNick opened this issue Jul 16, 2022 · 0 comments

Comments

@ClassicNick
Copy link
Owner

ClassicNick commented Jul 16, 2022

The build instructions are as follows:

  • Visual C++ 6.0 with Service Pack 5 installed (Visual C++ 2003 will also work)
  • Mozilla Build 1.2 or 1.3 (later versions up to 1.8 should work)
  • Create a file named .mozconfig.mk with the following .mozconfig.mk configure flags
  • After creating .mozconfig.mk with the configure flags listed below, navigate to your mozillabuild directory, then launch start-msvc6.bat (or start-l10n.bat for Windows 2000 or older), or start-msvc71.bat if using Visual C++ 2003. Note: start-l10n.bat is only compatible with Visual C++ 6.0. Once you have loaded the terminal, navigate to your source directory. The format is /c/sourcedir. cd /c/sourcedir/. Then type "make -f client.mk configure build" without the quotes.

MOZ_OBJDIR=/c/sourcedir/objdir

--target=i586-pc-msvc

--enable-optimize

--disable-debug

--disable-tests

--without-system-jpg

--without-system-zlib

--enable-crypto

--disable-dvg

--disable-canvas

--disable-activex

--disable-activex-scripting

--disable-updater

--disable-jsd

--disable-accessibility

--enable-default-toolkit=windows

--disable-libxul

--disable-airbag

--disable-printing

--disable-mathml

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant