bug-gnustep
[Top][All Lists]
Advanced

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

Re: [RFC: gdl2.make.in]


From: Nicola Pero
Subject: Re: [RFC: gdl2.make.in]
Date: Tue, 26 Nov 2002 17:01:39 +0000 (GMT)

> Hello Everyone,
> 
> As ld is supposed to handle the selection of the correct library,

Well - not ld ... gnustep-make is :-) but the concept is correct - it's
not the 'end-user' makefile who has to worry about it - the system is
supposed to be handling it.  Which is a nice feature. :-)


> I was wondering whether this patch is an exceptable simplification, as it 
> won't requier a debug version of the library when building a debug 
> version of a project using the library.  I'm not sure whether the reason 
> this was handled in this way has something to do with MinWinG. If so a 
> comment would be nice.
>
> [...snip...]
>  # Nothing special just include the library
> -ifeq ($(debug), yes)
> -       AUXILIARY_TOOL_LIBS += -lgnustep-db2_d -lgnustep-db2control_d
> -else
> -       AUXILIARY_TOOL_LIBS += -lgnustep-db2 -lgnustep-db2control
> -endif
> +AUXILIARY_TOOL_LIBS += -lgnustep-db2 -lgnustep-db2control

This patch looks perfectly correct to me.





reply via email to

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