2009-08-26 19:52 UTC+0200 Viktor Szakats (harbour.01 syenar.hu)

* config/lib.mk
    + Added hack to make hbpp hack (in  source/pp/Makefile) happy.
      Should fix missing 'pow' symbols reported on the list.

  * config/detect.mk
    ! Fixed gpm mouse detection prerequisites.
    ; TODO: Will need some more tweaking to make it clean, I'll do it
            a bit later.
This commit is contained in:
Viktor Szakats
2009-08-26 17:53:36 +00:00
parent f61ee664b2
commit 8d611240fa
3 changed files with 23 additions and 1 deletions

View File

@@ -17,6 +17,16 @@
past entries belonging to author(s): Viktor Szakats.
*/
2009-08-26 19:52 UTC+0200 Viktor Szakats (harbour.01 syenar.hu)
* config/lib.mk
+ Added hack to make hbpp hack (in source/pp/Makefile) happy.
Should fix missing 'pow' symbols reported on the list.
* config/detect.mk
! Fixed gpm mouse detection prerequisites.
; TODO: Will need some more tweaking to make it clean, I'll do it
a bit later.
2009-08-26 18:51 UTC+0200 Viktor Szakats (harbour.01 syenar.hu)
* source/rtl/gtxwc/Makefile
* source/rtl/gtcrs/Makefile

View File

@@ -60,6 +60,8 @@ endif
_DET_DSP_NAME := OpenSSL
_DET_VAR_INC_ := HB_INC_OPENSSL
_DET_VAR_HAS_ := HB_HAS_OPENSSL
_DET_SUP_PLAT :=
_DET_SUP_COMP :=
_DET_UNS_PLAT := dos
_DET_UNS_COMP := watcom
_DET_INC_DEFP := /usr/include /usr/local/ssl/include
@@ -72,7 +74,9 @@ include $(TOP)$(ROOT)config/detfun.mk
_DET_DSP_NAME := GPM
_DET_VAR_INC_ := HB_INC_GPM
_DET_VAR_HAS_ := HB_HAS_GPM
_DET_UNS_PLAT := linux
_DET_SUP_PLAT := linux
_DET_SUP_COMP :=
_DET_UNS_PLAT :=
_DET_UNS_COMP :=
_DET_INC_DEFP := /usr/include /usr/local/include
_DET_INC_HEAD := /gpm.h
@@ -84,6 +88,8 @@ include $(TOP)$(ROOT)config/detfun.mk
_DET_DSP_NAME := slang
_DET_VAR_INC_ := HB_INC_SLANG
_DET_VAR_HAS_ := HB_HAS_SLANG
_DET_SUP_PLAT :=
_DET_SUP_COMP :=
_DET_UNS_PLAT :=
_DET_UNS_COMP :=
_DET_INC_DEFP :=
@@ -105,6 +111,8 @@ include $(TOP)$(ROOT)config/detfun.mk
_DET_DSP_NAME := curses
_DET_VAR_INC_ := HB_INC_CURSES
_DET_VAR_HAS_ := HB_HAS_CURSES
_DET_SUP_PLAT :=
_DET_SUP_COMP :=
_DET_UNS_PLAT := os2
_DET_UNS_COMP :=
_DET_INC_DEFP :=
@@ -126,6 +134,8 @@ include $(TOP)$(ROOT)config/detfun.mk
_DET_DSP_NAME := X11
_DET_VAR_INC_ := HB_INC_X11
_DET_VAR_HAS_ := HB_HAS_X11
_DET_SUP_PLAT :=
_DET_SUP_COMP :=
_DET_UNS_PLAT :=
_DET_UNS_COMP :=
_DET_INC_DEFP := /usr/include

View File

@@ -40,6 +40,8 @@ HB_DYN_LIBS := \
hbvmmt \
hbmaindllh
# Added only for hbpp
-include $(TOP)$(ROOT)config/$(HB_PLATFORM)/libs.mk
include $(TOP)$(ROOT)config/$(HB_PLATFORM)/$(HB_COMPILER).mk
include $(TOP)$(ROOT)config/c.mk
include $(TOP)$(ROOT)config/prg.mk