Closed
Bug 273598
Opened 20 years ago
Closed 20 years ago
Add TOOL_DIRS for delayed building of tools until libxul is available
Categories
(Core Graveyard :: Embedding: GRE Core, defect)
Core Graveyard
Embedding: GRE Core
Tracking
(Not tracked)
RESOLVED
FIXED
People
(Reporter: benjamin, Assigned: benjamin)
Details
Attachments
(1 file)
(deleted),
patch
|
cls
:
review+
|
Details | Diff | Splinter Review |
I've been trying to get most of tier 9 into libxul, and a basic problem is that
we build all sort of tools during the build, which need to link against XPCOM,
except that XPCOM is not available yet. The solution is to add a TOOL_DIRS
variable. If you are building "libs", the TOOL_DIRS won't get built. Then a
later step "make tools" will build all the tools+tests after the XPCOM dll is
available.
Assignee | ||
Comment 1•20 years ago
|
||
Comment 2•20 years ago
|
||
this sounds reasonable to me.
Assignee | ||
Updated•20 years ago
|
Attachment #168149 -
Flags: review?(cls)
Attachment #168149 -
Flags: review?(cls) → review+
Assignee | ||
Comment 3•20 years ago
|
||
Fixed on trunk.
Status: NEW → RESOLVED
Closed: 20 years ago
Resolution: --- → FIXED
Updated•8 years ago
|
Product: Core → Core Graveyard
You need to log in
before you can comment on or make changes to this bug.
Description
•