Closed
Bug 535469
Opened 16 years ago
Closed 16 years ago
merge Windows x64 build config to comm-central
Categories
(MailNews Core :: Build Config, defect)
Tracking
(Not tracked)
RESOLVED
FIXED
Thunderbird 3.1a1
People
(Reporter: m_kato, Assigned: m_kato)
References
Details
Attachments
(1 file)
4.37 KB,
patch
|
standard8
:
review+
|
Details | Diff | Splinter Review |
By bug 469654, mozilla-central supports Windows x64 build. We should merge it to comm-central.
Assignee | ||
Comment 1•16 years ago
|
||
Assignee | ||
Updated•16 years ago
|
Attachment #418117 -
Flags: review?(bugzilla)
Comment 2•16 years ago
|
||
Comment on attachment 418117 [details] [diff] [review]
patch v1
By comparison with the mozilla-central code, this looks fine. The 32 bit builds don't seem to be affected. Therefore r=Standard8.
Attachment #418117 -
Flags: review?(bugzilla) → review+
Assignee | ||
Comment 3•16 years ago
|
||
Status: NEW → RESOLVED
Closed: 16 years ago
Resolution: --- → FIXED
Updated•16 years ago
|
Comment 4•15 years ago
|
||
Comment on attachment 418117 [details] [diff] [review]
patch v1
>@@ -696,6 +707,9 @@ case "$target" in
> AC_MSG_RESULT([none needed])
> fi
> ;;
>+ x86_64)
>+ MIDL_FLAGS="${MIDL_FLAGS} -env x64"
>+ ;;
The mozilla-central version of this patch (attachment 398102 [details] [diff] [review]) has this as x86_64-* which works (x86_64 would be appropriate for ${target_cpu}).
You need to log in
before you can comment on or make changes to this bug.
Description
•