Skip to content
GitLab
Menu
Projects
Groups
Snippets
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in
Toggle navigation
Menu
Open sidebar
Matthew Finkel
tor-browser-build
Commits
4f71f012
Unverified
Commit
4f71f012
authored
Sep 08, 2017
by
boklm
Browse files
Bug 23229: build firefox for Windows 64
parent
51e32622
Changes
4
Hide whitespace changes
Inline
Side-by-side
projects/firefox-langpacks/config
View file @
4f71f012
...
...
@@ -12,6 +12,9 @@ targets:
windows-i686
:
var
:
ff_arch
:
win32
windows-x86_64
:
var
:
ff_arch
:
win64
osx-x86_64
:
var
:
ff_arch
:
mac
...
...
projects/firefox/config
View file @
4f71f012
...
...
@@ -66,6 +66,10 @@ targets:
var
:
martools_filename
:
mar-tools-win32.zip
windows-x86_64
:
var
:
martools_filename
:
mar-tools-win64.zip
input_files
:
-
project
:
container-image
-
name
:
'
[%
c("var/compiler")
%]'
...
...
projects/firefox/mozconfig-windows-x86_64
0 → 100644
View file @
4f71f012
CROSS_COMPILE=1
ac_add_options --enable-application=browser
ac_add_options --target=x86_64-w64-mingw32
ac_add_options --with-toolchain-prefix=x86_64-w64-mingw32-
ac_add_options --enable-default-toolkit=cairo-windows
mk_add_options MOZ_OBJDIR=@TOPSRCDIR@/obj-mingw
mk_add_options MOZ_APP_DISPLAYNAME="Tor Browser"
mk_add_options MOZILLA_OFFICIAL=1
mk_add_options BUILD_OFFICIAL=1
ac_add_options --disable-debug
ac_add_options --enable-optimize
ac_add_options --enable-strip
ac_add_options --enable-official-branding
ac_add_options --enable-tor-browser-update
ac_add_options --enable-signmar
ac_add_options --enable-verify-mar
# We can't build the sandbox code with mingw-w64:
# https://bugzilla.mozilla.org/show_bug.cgi?id=1042426
ac_add_options --disable-sandbox
# Let's make sure no preference is enabling either Adobe's or Google's CDM.
ac_add_options --disable-eme
ac_add_options --disable-crashreporter
ac_add_options --disable-maintenance-service
ac_add_options --disable-webrtc
ac_add_options --disable-tests
projects/gcc/config
View file @
4f71f012
...
...
@@ -37,7 +37,7 @@ var:
popd
targets
:
windows
-i686
:
windows
:
var
:
configure_opt
:
--disable-multilib --enable-languages=c,c++
arch_deps
:
...
...
Write
Preview
Supports
Markdown
0%
Try again
or
attach a new file
.
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment