> 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.



_______________________________________________
Bug-gnustep mailing list
[EMAIL PROTECTED]
http://mail.gnu.org/mailman/listinfo/bug-gnustep

Reply via email to