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:
@@ -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.
|
||||
|
||||
@@ -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
|
||||
|
||||
@@ -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
|
||||
|
||||
@@ -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
|
||||
|
||||
@@ -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))
|
||||
|
||||
|
||||
@@ -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
|
||||
|
||||
@@ -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
|
||||
|
||||
@@ -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))
|
||||
|
||||
|
||||
@@ -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))
|
||||
|
||||
|
||||
@@ -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))
|
||||
|
||||
|
||||
@@ -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))
|
||||
|
||||
|
||||
Reference in New Issue
Block a user