2009-08-10 15:28 UTC+0200 Viktor Szakats (harbour.01 syenar.hu)

* tests/hbpptest/Makefile
  * tests/Makefile
  * utils/hbformat/Makefile
  * utils/hbtest/Makefile
    * Trying to lessen the number of combinations + sync core lib
      lists in Makefiles.
      These are currently used combinations in Harbour:
      ---
                                             hbextern
      hbdebug      hbdebug      hbdebug      hbdebug      hbdebug
      hbvm         hbvm         hbvm         hbvm         hbvmmt
      hbrtl        hbrtl        hbrtl        hbrtl        hbrtl
      hblang       hblang       hblang       hblang       hblang
      hbcpage      hbcpage      hbcpage      hbcpage      hbcpage
      hbrdd        hbrdd        hbnulrdd     hbrdd        hbnulrdd
      hbrtl        hbrtl        hbrtl        hbrtl        hbrtl
      hbvm         hbvm         hbvm         hbvm         hbvmmt
      hbmacro      hbmacro      hbmacro      hbmacro      hbmacro
                                             hbcplr       hbcplr
      hbpp         hbpp                      hbpp         hbpp
      hbcommon     hbcommon     hbcommon     hbcommon     hbcommon
                   hbpcre
      ---
This commit is contained in:
Viktor Szakats
2009-08-10 13:29:32 +00:00
parent 2384331079
commit e046ee2db2
5 changed files with 29 additions and 2 deletions

View File

@@ -17,6 +17,31 @@
past entries belonging to author(s): Viktor Szakats.
*/
2009-08-10 15:28 UTC+0200 Viktor Szakats (harbour.01 syenar.hu)
* tests/hbpptest/Makefile
* tests/Makefile
* utils/hbformat/Makefile
* utils/hbtest/Makefile
* Trying to lessen the number of combinations + sync core lib
lists in Makefiles.
These are currently used combinations in Harbour:
---
hbextern
hbdebug hbdebug hbdebug hbdebug hbdebug
hbvm hbvm hbvm hbvm hbvmmt
hbrtl hbrtl hbrtl hbrtl hbrtl
hblang hblang hblang hblang hblang
hbcpage hbcpage hbcpage hbcpage hbcpage
hbrdd hbrdd hbnulrdd hbrdd hbnulrdd
hbrtl hbrtl hbrtl hbrtl hbrtl
hbvm hbvm hbvm hbvm hbvmmt
hbmacro hbmacro hbmacro hbmacro hbmacro
hbcplr hbcplr
hbpp hbpp hbpp hbpp
hbcommon hbcommon hbcommon hbcommon hbcommon
hbpcre
---
2009-08-10 15:09 UTC+0200 Viktor Szakats (harbour.01 syenar.hu)
* external/sqlite3/Makefile
* external/libhpdf/Makefile

View File

@@ -13,6 +13,7 @@ LIBS := \
hbvm \
hbrtl \
hblang \
hbcpage \
hbrdd \
hbrtl \
hbvm \

View File

@@ -18,6 +18,7 @@ LIBS := \
hbvm \
hbrtl \
hblang \
hbcpage \
hbrdd \
hbrtl \
hbvm \

View File

@@ -27,7 +27,5 @@ LIBS := \
hbvm \
hbmacro \
hbcommon \
hbpp \
hbcplr \
include $(TOP)$(ROOT)config/bin.cf

View File

@@ -33,6 +33,7 @@ LIBS := \
hbvm \
hbrtl \
hblang \
hbcpage \
hbrdd \
hbrtl \
hbvm \
@@ -43,3 +44,4 @@ LIBS := \
HB_USER_PRGFLAGS += -l-
include $(TOP)$(ROOT)config/bin.cf