diff --git a/harbour/ChangeLog b/harbour/ChangeLog index 7c5b0da6a8..0faf16d804 100644 --- a/harbour/ChangeLog +++ b/harbour/ChangeLog @@ -17,6 +17,19 @@ past entries belonging to author(s): Viktor Szakats. */ +2009-08-14 16:51 UTC+0200 Viktor Szakats (harbour.01 syenar.hu) + * config/bsd/gcc.cf + * config/hpux/gcc.cf + * config/darwin/gcc.cf + * config/dos/djgpp.cf + * config/linux/gcc.cf + * config/linux/icc.cf + * config/linux/sunpro.cf + * config/os2/gcc.cf + * config/sunos/gcc.cf + * config/sunos/sunpro.cf + % Deleted meaningless comment. + 2009-08-14 16:39 UTC+0200 Viktor Szakats (harbour.01 syenar.hu) * bin/hb-mkdyn.bat ! Applied recent change in WinCE .dll names. diff --git a/harbour/config/bsd/gcc.cf b/harbour/config/bsd/gcc.cf index f7dca9c153..e9680a2bd9 100644 --- a/harbour/config/bsd/gcc.cf +++ b/harbour/config/bsd/gcc.cf @@ -39,7 +39,7 @@ LIBPATHS := -L$(LIB_DIR) LDLIBS := $(foreach lib,$(LIBS),-l$(lib)) ifneq ($(findstring hbrtl, $(LIBS)),) - # Add the specified GT driver library and other RTLs + # Add the specified GT driver library ifeq ($(HB_CRS_LIB),) HB_CRS_LIB := ncurses endif diff --git a/harbour/config/darwin/gcc.cf b/harbour/config/darwin/gcc.cf index a81956256b..47e262acb4 100644 --- a/harbour/config/darwin/gcc.cf +++ b/harbour/config/darwin/gcc.cf @@ -52,7 +52,7 @@ LIBPATHS := -L$(LIB_DIR) LDLIBS := $(foreach lib,$(LIBS),-l$(lib)) ifneq ($(findstring hbrtl, $(LIBS)),) - # Add the specified GT driver library and other RTLs + # Add the specified GT driver library ifeq ($(HB_CRS_LIB),) HB_CRS_LIB := ncurses endif diff --git a/harbour/config/dos/djgpp.cf b/harbour/config/dos/djgpp.cf index 7d75ec655a..559c240076 100644 --- a/harbour/config/dos/djgpp.cf +++ b/harbour/config/dos/djgpp.cf @@ -40,7 +40,7 @@ LIBPATHS := -L$(LIB_DIR) LDLIBS := $(foreach lib,$(LIBS),-l$(lib)) ifneq ($(findstring hbrtl, $(LIBS)),) - # Add the specified GT driver library and other RTLs + # Add the specified GT driver library ifeq ($(HB_CRS_LIB),) HB_CRS_LIB := pdcurses endif diff --git a/harbour/config/hpux/gcc.cf b/harbour/config/hpux/gcc.cf index fa54da7de2..97bd0fda36 100644 --- a/harbour/config/hpux/gcc.cf +++ b/harbour/config/hpux/gcc.cf @@ -41,7 +41,6 @@ endif LD := $(HB_CCACHE) $(HB_CMP) LD_OUT := -o -# Add all libraries specified in LIBS. LIBPATHS := -L$(LIB_DIR) LDLIBS := $(foreach lib,$(LIBS),-l$(lib)) diff --git a/harbour/config/linux/gcc.cf b/harbour/config/linux/gcc.cf index 9f4c32f8e9..4b074e86ab 100644 --- a/harbour/config/linux/gcc.cf +++ b/harbour/config/linux/gcc.cf @@ -39,13 +39,11 @@ endif LD := $(HB_CCACHE) $(HB_CCPREFIX)$(HB_CMP) LD_OUT := -o -# Add all libraries specified in LIBS. LIBPATHS := -L$(LIB_DIR) - LDLIBS := $(foreach lib,$(LIBS),-l$(lib)) ifneq ($(findstring hbrtl, $(LIBS)),) - # Add the specified GT driver library and other RTLs + # Add the specified GT driver library ifneq ($(findstring gtcrs, $(LIBS)),) ifeq ($(HB_CRS_LIB),) HB_CRS_LIB := ncurses diff --git a/harbour/config/linux/icc.cf b/harbour/config/linux/icc.cf index a3d10aace3..bdd67a1a7f 100644 --- a/harbour/config/linux/icc.cf +++ b/harbour/config/linux/icc.cf @@ -44,13 +44,11 @@ endif LD := $(HB_CCACHE) $(HB_CMP) LD_OUT := -o -# Add all libraries specified in LIBS. LIBPATHS := -L$(LIB_DIR) - LDLIBS := $(foreach lib,$(LIBS),-l$(lib)) ifneq ($(findstring hbrtl, $(LIBS)),) - # Add the specified GT driver library and other RTLs + # Add the specified GT driver library ifneq ($(findstring gtcrs, $(LIBS)),) ifeq ($(HB_CRS_LIB),) HB_CRS_LIB := ncurses diff --git a/harbour/config/linux/sunpro.cf b/harbour/config/linux/sunpro.cf index e6e66d66d0..5a957327e9 100644 --- a/harbour/config/linux/sunpro.cf +++ b/harbour/config/linux/sunpro.cf @@ -64,7 +64,6 @@ endif LD := $(HB_CCACHE) $(HB_CCPREFIX)$(HB_CMP) LD_OUT := -o$(subst x,x, ) -# Add all libraries specified in LIBS. LIBPATHS := -L$(LIB_DIR) LDLIBS := $(foreach lib,$(LIBS),-l$(lib)) diff --git a/harbour/config/os2/gcc.cf b/harbour/config/os2/gcc.cf index cdaf6fcf95..b84238e38f 100644 --- a/harbour/config/os2/gcc.cf +++ b/harbour/config/os2/gcc.cf @@ -42,7 +42,6 @@ ifeq ($(C_MAIN),) endif endif -# Add all libraries specified in LIBS. LIBPATHS := -L$(LIB_DIR) LDLIBS := $(foreach lib,$(LIBS),-l$(lib)) diff --git a/harbour/config/sunos/gcc.cf b/harbour/config/sunos/gcc.cf index c67a97834d..0c45692e64 100644 --- a/harbour/config/sunos/gcc.cf +++ b/harbour/config/sunos/gcc.cf @@ -39,7 +39,6 @@ endif LD := $(HB_CCACHE) $(HB_CMP) LD_OUT := -o -# Add all libraries specified in LIBS. LIBPATHS := -L$(LIB_DIR) LDLIBS := $(foreach lib,$(LIBS),-l$(lib)) diff --git a/harbour/config/sunos/sunpro.cf b/harbour/config/sunos/sunpro.cf index 471350c247..aa825ed579 100644 --- a/harbour/config/sunos/sunpro.cf +++ b/harbour/config/sunos/sunpro.cf @@ -70,7 +70,6 @@ endif LD := $(HB_CCACHE) $(HB_CCPREFIX)$(HB_CMP) LD_OUT := -o$(subst x,x, ) -# Add all libraries specified in LIBS. LIBPATHS := -L$(LIB_DIR) LDLIBS := $(foreach lib,$(LIBS),-l$(lib))