[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
Re: Library directories
From: |
Nicola Pero |
Subject: |
Re: Library directories |
Date: |
Mon, 30 Jul 2001 03:16:51 +0200 (CEST) |
Hi,
if you need it for your project, you can easily use:
xxx_ADDITIONAL_LIB_DIRS += -L./$(GNUSTEP_OBJ_DIR)
About adding that to the system makefiles, the suggestion is interesting
:-) - though I prefer not to add it to the system makefiles because it is
really a specific option needed by some specific project, so I feel it's
better to leave it to be configured by the specific project needing it.
> Would it be more convenient to have -L./$(GNUSTEP_OBJ_DIR) added to all
> project makefiles by default?