Closed
Bug 669403
Opened 14 years ago
Closed 13 years ago
Build both VC9 and VC10 exception-wrapping code
Categories
(Firefox Build System :: General, defect)
Tracking
(Not tracked)
RESOLVED
FIXED
mozilla9
People
(Reporter: cjones, Assigned: cjones)
Details
Attachments
(1 file, 1 obsolete file)
2.19 KB,
patch
|
benjamin
:
review+
|
Details | Diff | Splinter Review |
It was reported on m.d.build that our SDK doesn't build with VC10, because of our exception-wrapping code. The problem is that we conditionally include the VC9 or VC10 headers/sources, and that depends on the machine the SDK was packaged on. Hopefully we can move to VC10 ASAP, but in the meantime we should just build both into gecko. They shouldn't conflict, in theory.
Assignee | ||
Comment 1•14 years ago
|
||
Assignee: nobody → jones.chris.g
Attachment #544055 -
Flags: review?(benjamin)
Comment 2•14 years ago
|
||
the actual patch is missing :)
Assignee | ||
Comment 3•14 years ago
|
||
Oops, thanks. Looks like hg let me qnew with unsaved changes.
Attachment #544055 -
Attachment is obsolete: true
Attachment #544134 -
Flags: review?(benjamin)
Attachment #544055 -
Flags: review?(benjamin)
Updated•14 years ago
|
Attachment #544134 -
Flags: review?(benjamin) → review+
Assignee | ||
Comment 4•13 years ago
|
||
Whiteboard: [inbound]
Comment 5•13 years ago
|
||
Status: NEW → RESOLVED
Closed: 13 years ago
Resolution: --- → FIXED
Whiteboard: [inbound]
Target Milestone: --- → mozilla9
Updated•7 years ago
|
Product: Core → Firefox Build System
You need to log in
before you can comment on or make changes to this bug.
Description
•