2009-08-21 00:08 UTC+0200 Viktor Szakats (harbour.01 syenar.hu)

* external/sqlite3/Makefile
    ! Disabled for dos hosts and watcom compiler because watcom 
      runs out of memory.
This commit is contained in:
Viktor Szakats
2009-08-20 22:08:46 +00:00
parent e260a1aea7
commit c3ec7cd649
2 changed files with 9 additions and 0 deletions

View File

@@ -17,6 +17,11 @@
past entries belonging to author(s): Viktor Szakats.
*/
2009-08-21 00:08 UTC+0200 Viktor Szakats (harbour.01 syenar.hu)
* external/sqlite3/Makefile
! Disabled for dos hosts and watcom compiler because watcom
runs out of memory.
2009-08-21 00:01 UTC+0200 Viktor Szakats (harbour.01 syenar.hu)
* external/libhpdf/Makefile
* contrib/hbhpdf/Makefile

View File

@@ -40,6 +40,10 @@ ifeq ($(HB_WITH_SQLITE3),)
ifeq ($(HB_COMPILER),poccarm)
HB_WITH_SQLITE3 := no
endif
# NOTE: dos based watcom runs out of memory. [vszakats]
ifeq ($(HB_HOST_ARCH)-$(HB_COMPILER),dos-watcom)
HB_WITH_SQLITE3 := no
endif
endif
ifeq ($(HB_WITH_SQLITE3),yes)