2009-07-17 13:36 UTC+0200 Viktor Szakats (harbour.01 syenar.hu)

* bin/hb-func.sh
    - Deleted reference to hbfm lib.

  * source/pp/Makefile
    * Minor formatting.
This commit is contained in:
Viktor Szakats
2009-07-17 11:36:32 +00:00
parent a253517ff2
commit 073fd02030
3 changed files with 9 additions and 2 deletions

View File

@@ -17,6 +17,13 @@
past entries belonging to author(s): Viktor Szakats.
*/
2009-07-17 13:36 UTC+0200 Viktor Szakats (harbour.01 syenar.hu)
* bin/hb-func.sh
- Deleted reference to hbfm lib.
* source/pp/Makefile
* Minor formatting.
2009-07-17 13:00 UTC+0200 Przemyslaw Czerpak (druzus/at/priv.onet.pl)
* harbour/source/pp/Makefile
* removed old HB_PP_RULES used for precomputed pptables

View File

@@ -828,7 +828,7 @@ mk_hblibso()
for l in ${hb_libs}
do
case $l in
hbdebug|profiler|hbcplr|hbfm|hbodbc|gtalleg|rddads) ;;
hbdebug|profiler|hbcplr|hbodbc|gtalleg|rddads) ;;
*)
ls="lib${l}.a"
if [ -f lib${l}mt.a ]

View File

@@ -36,7 +36,7 @@ pptable.c : hbpp$(EXE_EXT)
ifneq ($(HB_BIN_INSTALL),)
INSTALL_FILES = $(EXE_DIR)/hbpp$(EXE_EXT)
INSTALL_DIR = $(HB_BIN_INSTALL)
HB_INSTALL_DEF=yes
HB_INSTALL_DEF = yes
include $(TOP)$(ROOT)config/install.cf
endif