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
23939327
Unverified
Commit
23939327
authored
Nov 07, 2017
by
boklm
Browse files
Bug 24060: add x86_64 version of msvcr100.dll
parent
50982eda
Changes
2
Hide whitespace changes
Inline
Side-by-side
projects/firefox/build
View file @
23939327
...
...
@@ -120,6 +120,9 @@ make -C obj-* package INNER_MAKE_PACKAGE=true
rm
-
f
$
distdir
/
Browser
/*
.
chk
[
%
END
%
]
[
%
IF
c
(
"var/windows-x86_64"
)
-%
]
mv
$
rootdir
/
msvcr100
-
x86_64
.
dll
$
rootdir
/
msvcr100
.
dll
[
%
END
-%
]
[
%
IF
c
(
"var/windows"
)
%
]
cp
-
a
obj
-*/
dist
/
firefox
/*
$
distdir
/
Browser
/
cp
-
a
$
rootdir
/
msvcr100
.
dll
$
distdir
/
Browser
...
...
projects/firefox/config
View file @
23939327
...
...
@@ -87,7 +87,10 @@ input_files:
enable
:
'
[%
c("var/linux")
||
c("var/osx")
%]'
-
URL
:
https://people.torproject.org/~gk/mirrors/sources/msvcr100.dll
sha256sum
:
8793353461826fbd48f25ea8b835be204b758ce7510db2af631b28850355bd18
enable
:
'
[%
c("var/windows")
%]'
enable
:
'
[%
c("var/windows-i686")
%]'
-
URL
:
https://people.torproject.org/~boklm/mirrors/sources/msvcr100-x86_64.dll
sha256sum
:
ae3cb6c6afba9a4aa5c85f66023c35338ca579b30326dd02918f9d55259503d5
enable
:
'
[%
c("var/windows-x86_64")
%]'
-
project
:
gcc
name
:
gcc
enable
:
'
[%
c("var/windows")
%]'
...
...
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