2009-06-12 00:18 UTC+0200 Viktor Szakats (harbour.01 syenar.hu)
* external/sqlite3/sqlite3.c
* external/sqlite3/Makefile
! Fixed DJGPP compilation, with extra cmdline macro.
There are still some missing symols at link phase.
Submitted as bug: 'sqlite - Ticket #3910'
http://www.sqlite.org/cvstrac/tktview?tn=3910
+ Enabled sqlite3 lib for dos platform. It also
compiles with owatcom.
- contrib/hbsqlit3/tests/authorizer.prg
+ contrib/hbsqlit3/tests/sl3_test.prg
- contrib/hbsqlit3/tests/sqlite3_test.prg
+ contrib/hbsqlit3/tests/authoriz.prg
! Renamed long filenames to short ones.
This commit is contained in:
@@ -17,6 +17,22 @@
|
||||
past entries belonging to author(s): Viktor Szakats.
|
||||
*/
|
||||
|
||||
2009-06-12 00:18 UTC+0200 Viktor Szakats (harbour.01 syenar.hu)
|
||||
* external/sqlite3/sqlite3.c
|
||||
* external/sqlite3/Makefile
|
||||
! Fixed DJGPP compilation, with extra cmdline macro.
|
||||
There are still some missing symols at link phase.
|
||||
Submitted as bug: 'sqlite - Ticket #3910'
|
||||
http://www.sqlite.org/cvstrac/tktview?tn=3910
|
||||
+ Enabled sqlite3 lib for dos platform. It also
|
||||
compiles with owatcom.
|
||||
|
||||
- contrib/hbsqlit3/tests/authorizer.prg
|
||||
+ contrib/hbsqlit3/tests/sl3_test.prg
|
||||
- contrib/hbsqlit3/tests/sqlite3_test.prg
|
||||
+ contrib/hbsqlit3/tests/authoriz.prg
|
||||
! Renamed long filenames to short ones.
|
||||
|
||||
2009-06-11 21:49 UTC+0200 Viktor Szakats (harbour.01 syenar.hu)
|
||||
* contrib/hbsqlit3/Makefile
|
||||
+ Enabled for DOS platform.
|
||||
|
||||
6
harbour/external/sqlite3/Makefile
vendored
6
harbour/external/sqlite3/Makefile
vendored
@@ -8,6 +8,9 @@ HB_BUILD_MODE = c
|
||||
ifeq ($(HB_ARCHITECTURE),wce)
|
||||
HB_USER_CFLAGS += -D_WIN32_WCE
|
||||
endif
|
||||
ifeq ($(HB_COMPILER),djgpp)
|
||||
HB_USER_CFLAGS += -DSQLITE_OS_OTHER
|
||||
endif
|
||||
|
||||
ROOT = ../../
|
||||
|
||||
@@ -23,6 +26,9 @@ endif
|
||||
ifeq ($(HB_ARCHITECTURE),os2)
|
||||
HB_WITH_SQLITE3=yes
|
||||
endif
|
||||
ifeq ($(HB_ARCHITECTURE),dos)
|
||||
HB_WITH_SQLITE3=yes
|
||||
endif
|
||||
ifeq ($(HB_COMPILER),mingwarm)
|
||||
HB_WITH_SQLITE3=no
|
||||
endif
|
||||
|
||||
Reference in New Issue
Block a user