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)

PowerPC
macOS
enhancement
Not set
normal

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?
i'm confused about what you're asking for. add the directories to the project?
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
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.
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.