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.
This commit is contained in:
Viktor Szakats
2009-08-14 14:51:55 +00:00
parent bac3f6b462
commit 32b6c86e1e
11 changed files with 18 additions and 14 deletions

View File

@@ -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.

View File

@@ -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

View File

@@ -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

View File

@@ -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

View File

@@ -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))

View File

@@ -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

View File

@@ -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

View File

@@ -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))

View File

@@ -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))

View File

@@ -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))

View File

@@ -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))