Closed
Bug 231307
Opened 21 years ago
Closed 21 years ago
add widget/src/cocoa and embedding/config to the Chimera.pbproj
Categories
(Camino Graveyard :: General, enhancement)
Tracking
(Not tracked)
RESOLVED
WONTFIX
People
(Reporter: sbwoodside, Assigned: mikepinkerton)
Details
I am often working in widget/src/cocoa and it's a three step process in the
terminal to rebuild. also it would be nice to have search on those files. could
we add them to the project?
Assignee | ||
Comment 1•21 years ago
|
||
i'm confused about what you're asking for. add the directories to the project?
Reporter | ||
Comment 2•21 years ago
|
||
yes, I'd like to beable to:
- debug files in those directories
- use Build in PB / xcode to make those direcotires
- use Find to find stuff in those dirs
Assignee | ||
Comment 3•21 years ago
|
||
you can debug there already, just open the file and set breakpoints. works for
other areas of mozilla, dunno why these would be different.
not sure how to put just that area into xcode unless you have a separate target
that just runs make and copies the lib over. FWIW, you can just build in
widget/src/cocoa and then copy libwidget.dylib into dist/Embed/components with
cp and then remake in camino. that'll speed things up.
Assignee | ||
Comment 4•21 years ago
|
||
if you're so inclined you can create the target yourself locally. no need to put
this in the main project.
Status: NEW → RESOLVED
Closed: 21 years ago
Resolution: --- → WONTFIX
You need to log in
before you can comment on or make changes to this bug.
Description
•