bug-gnustep
[Top][All Lists]
Advanced

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

[RFC: gdl2.make.in]


From: David Ayers
Subject: [RFC: gdl2.make.in]
Date: Tue, 26 Nov 2002 17:40:18 +0100
User-agent: Mozilla/5.0 (Windows; U; Windows NT 5.0; en-US; rv:1.2b) Gecko/20021016

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

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