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:
@@ -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
|
||||
|
||||
4
harbour/external/sqlite3/Makefile
vendored
4
harbour/external/sqlite3/Makefile
vendored
@@ -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)
|
||||
|
||||
Reference in New Issue
Block a user