discuss-gnustep
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

Re: Dependencies in GNUstep make


From: David Wetzel
Subject: Re: Dependencies in GNUstep make
Date: Fri, 27 Jan 2006 13:11:06 +0100

Andreas wrote:

> the MacOSX behaviour on Solaris as well since rebuilding the complete 
> chain of frameworks is very expensive (takes hours).

Maybe you should have a look at your includes/imports.
Global includes like <MyFramework/MyFramework.h> are expensive.
Use of

@class myotherclass;

in your headers will speed compiles up compared to includes of myotherclass.
GSWeb is doing this wrong currently. So have a look at that if you want to know 
how to do it NOT.

HTH.

Dave

-- 
   _  _
 _(_)(_)_  David Wetzel, Turbocat's Development,
(_) __ (_) Buchhorster Strasse 23, D-16567 Muehlenbeck/Berlin, FRG,
  _/  \_   Fax +49 33056 82835 Phone +49 33056 82834
 (______)  http://www.turbocat.de/





reply via email to

[Prev in Thread] Current Thread [Next in Thread]