2008-02-01 17:35 UTC+0100 Ryszard Glab (harbour/at/rglab.pl)

* config/lib.cf
      * fixed to correctly list the source of installed library
This commit is contained in:
Ryszard Glab
2008-02-01 16:37:28 +00:00
parent 928173fcff
commit fcbd63e849
2 changed files with 5 additions and 1 deletions

View File

@@ -8,6 +8,10 @@
2002-12-01 13:30 UTC+0100 Foo Bar <foo.bar@foobar.org>
*/
2008-02-01 17:35 UTC+0100 Ryszard Glab (harbour/at/rglab.pl)
* config/lib.cf
* fixed to correctly list the source of installed library
2008-02-01 12:25 UTC+0100 Ryszard Glab <harbour//rglab.pl>
* config/os2/global.cf
* fixed to delete single library during 'clean' when

View File

@@ -37,7 +37,7 @@ $(LIB_NAME) : $(ALL_OBJS)
$(AR_RULE)
INSTALL_OBJS = $(LIB_ARCH)
INSTALL_OBJS = $(LIB_DIR)/$(LIB_NAME)
INSTALL_DIR = $(HB_LIB_INSTALL)
include $(TOP)$(ROOT)config/install.cf