Closed
Bug 569375
Opened 15 years ago
Closed 15 years ago
Set WIN32_REDIST_DIR in Windows x64 build mozconfig
Categories
(Release Engineering :: General, defect)
Tracking
(Not tracked)
VERIFIED
FIXED
People
(Reporter: ted, Assigned: armenzg)
References
Details
WIN32_REDIST_DIR should be set to the path containing the CRT DLLs in the compiler install directory. For this case, this should be something like:
$VSINSTALLDIR\VC\redist\x64\Microsoft.VC100.CRT
(on my system it's C:\Program Files (x86)\Microsoft Visual Studio 10.0\VC\redist\x64\Microsoft.VC100.CRT, for example)
the mozconfig should simply have
export WIN32_REDIST_DIR=<path>
This is only necessary until we fix jemalloc for VC10 + x64.
Assignee | ||
Comment 1•15 years ago
|
||
Have I ever mention how easy and awesome you make it to work with you?
http://hg.mozilla.org/users/armenzg_mozilla.com/buildbot-configs/rev/74bb210781cd
I will report back once I have the build.
Assignee | ||
Comment 2•15 years ago
|
||
Status: NEW → RESOLVED
Closed: 15 years ago
Resolution: --- → FIXED
Reporter | ||
Comment 3•15 years ago
|
||
The CRT DLLs are being packaged correctly now.
Status: RESOLVED → VERIFIED
Updated•11 years ago
|
Product: mozilla.org → Release Engineering
You need to log in
before you can comment on or make changes to this bug.
Description
•