Hello Everyone,

As ld is supposed to handle the selection of the correct library, 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.

Cheers.
Dave

Index: dev-libs/gdl2/gdl2.make.in
===================================================================
RCS file: /cvsroot/gnustep/gnustep/dev-libs/gdl2/gdl2.make.in,v
retrieving revision 1.2
diff -u -r1.2 gdl2.make.in
--- dev-libs/gdl2/gdl2.make.in  25 Nov 2002 20:01:42 -0000      1.2
+++ dev-libs/gdl2/gdl2.make.in  26 Nov 2002 16:38:02 -0000
@@ -36,10 +36,6 @@
 
 
 # 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
 
 endif

Reply via email to