Re: setting up Xcode
Javier Pedemonte <[email protected]> Thu, 07 Apr 2005 09:21:21 -0500
| Newsgroups | gmane.comp.mozilla.devel.macosx |
|---|---|
| Organization | Another Netscape Collabra Server User |
| Message-ID | <[email protected]> |
Eric wrote: > Am i correct in assuming that there's no such thing, other than just > loading a file for editing? More or less. You can also debug! For easier maintenance, the Mozilla.org projects use the same GNU Make build system across all platforms. The only part of the code that uses Xcode for building is the Camino front end, since it doesn't need to be cross-platform. javier