Re: dependency problem
Benjamin Smedberg <[email protected]>
| Newsgroups | gmane.comp.mozilla.devel.dom |
|---|---|
| Message-ID | <[email protected]> |
On 8/20/09 4:14 PM, Tibor Mezei wrote: > ut the compiler says he cannot find for example: > IPCMessageUtils.h and ProtocolUtils.h I've added this to the new FAQ page: https://wiki.mozilla.org/Content_Processes/FAQ > I think this would be a dependency problem > what i can solve with a REQUIRES line in my > Makefile.in, but i don't know which words are > proper for this and for general. REQUIRES is actually a dead variable now, you can ignore it. the chromium-config.mk makefile magic is what you need. --BDS