Closed
Bug 157170
Opened 24 years ago
Closed 24 years ago
Frozen API, libraries, need to use SDK_HEADERS and SDK_BINARY
Categories
(Core Graveyard :: Embedding: APIs, defect)
Tracking
(Not tracked)
RESOLVED
DUPLICATE
of bug 164717
People
(Reporter: dougt, Assigned: adamlock)
Details
Attachments
(1 file)
|
4.42 KB,
patch
|
Details | Diff | Splinter Review |
In order to produce an SDK deliverable we need to make these small changes to
the makefiles:
1. public exported headers need to use the SDK_HEADERS build variable.
2. public libraries and executables need to use the SDK_BINARY build variable.
you can see what mozilla/xpcom does as an example. We should do the same for
the frozen DOM apis.
Patch puts our FROZEN interfaces & headers into the sdk folder. The others stay
put for the time being.
I don't believe we need to publish any binaries but correct me if I'm wrong.
Duping against bug 164717 which checked in similar changes last night...
*** This bug has been marked as a duplicate of 164717 ***
Status: NEW → RESOLVED
Closed: 24 years ago
Resolution: --- → DUPLICATE
Updated•7 years ago
|
Product: Core → Core Graveyard
You need to log in
before you can comment on or make changes to this bug.
Description
•