[Author Prev][Author Next][Thread Prev][Thread Next][Author Index][Thread Index]
Re: [tor-bugs] #26204 [Applications/Tor Browser]: Bundle d3dcompiler_47.dll for Tor Browser 8
#26204: Bundle d3dcompiler_47.dll for Tor Browser 8
--------------------------------------------+------------------------------
Reporter: gk | Owner: tbb-team
Type: defect | Status:
| needs_revision
Priority: Very High | Milestone:
Component: Applications/Tor Browser | Version:
Severity: Normal | Resolution:
Keywords: ff60-esr, TorBrowserTeam201805 | Actual Points:
Parent ID: #26203 | Points:
Reviewer: | Sponsor:
--------------------------------------------+------------------------------
Changes (by gk):
* status: needs_review => needs_revision
* keywords: ff60-esr, TorBrowserTeam201805R => ff60-esr,
TorBrowserTeam201805
* cc: tom (added)
Comment:
So, we want to use a 32bit .dll for our 64bit Windows builds, too? It
seems to me Mozilla is using a 64-bit one for 64-bit Windows and a 32-bit
one for 32-bit Windows:
{{{
# The DirectX SDK libraries are split into x86 and x64 sub-directories
case "${target_cpu}" in
i*86)
MOZ_D3D_CPU_SUFFIX=x86
;;
x86_64)
MOZ_D3D_CPU_SUFFIX=x64
;;
esac
}}}
and
{{{
MOZ_D3DCOMPILER_VISTA_DLL_PATH="$WINDOWSSDKDIR/Redist/D3D/$MOZ_D3D_CPU_SUFFIX/$MOZ_D3DCOMPILER_VISTA_DLL"
}}}
I think we should do the same. Tom, could you push a trustworthy .dll into
your repo? And could you even give us a signed git tag (that would rock)=
--
Ticket URL: <https://trac.torproject.org/projects/tor/ticket/26204#comment:12>
Tor Bug Tracker & Wiki <https://trac.torproject.org/>
The Tor Project: anonymity online
_______________________________________________
tor-bugs mailing list
tor-bugs@xxxxxxxxxxxxxxxxxxxx
https://lists.torproject.org/cgi-bin/mailman/listinfo/tor-bugs