Open
Bug 1409194
Opened 7 years ago
Updated 2 years ago
Make the Eclipse CDT project generator use generated-sources.json to add the generated sources
Categories
(Firefox Build System :: General, enhancement)
Firefox Build System
General
Tracking
(Not tracked)
NEW
People
(Reporter: jwatt, Unassigned)
References
(Blocks 1 open bug)
Details
Follow-up on bug 1409121 comment 3.
Bug 1409121 linked $OBJDIR/dom/bindings and $OBJDIR/ipc/ipdl into the generated Eclipse CDT project. Currently that links in all generated source files bar two:
* security/nss/lib/ckfw/builtins/builtins_nssckbi/certdata.c
* accessible/xpcom/xpcAccEvents.cpp
However, it's always possible that we'll start generating more source files elsewhere. It would be more robust to use $OBJDIR/generated-sources.json to decide which directories to link in.
Updated•7 years ago
|
Blocks: eclipse-cdt-projgen
Updated•7 years ago
|
Product: Core → Firefox Build System
Updated•2 years ago
|
Severity: normal → S3
You need to log in
before you can comment on or make changes to this bug.
Description
•