|
|
@@ -1,7 +1,16 @@
|
|
|
Index: Makefile.in
|
|
|
---- Makefile.in.orig 2009-01-15 15:01:45 +0100
|
|
|
-+++ Makefile.in 2009-01-17 11:43:12 +0100
|
|
|
-@@ -184,6 +184,30 @@
|
|
|
+--- Makefile.in.orig 2009-02-15 14:07:08 +0100
|
|
|
++++ Makefile.in 2009-02-20 23:23:36 +0100
|
|
|
+@@ -163,7 +163,7 @@
|
|
|
+
|
|
|
+ # Object files for the SQLite library (non-amalgamation).
|
|
|
+ #
|
|
|
+-OBJS0 = alter.lo analyze.lo attach.lo auth.lo bitvec.lo btmutex.lo \
|
|
|
++OBJS0 = alter.lo analyze.lo attach.lo auth.lo backup.lo bitvec.lo btmutex.lo \
|
|
|
+ btree.lo build.lo callback.lo complete.lo date.lo \
|
|
|
+ delete.lo expr.lo fault.lo func.lo global.lo \
|
|
|
+ hash.lo journal.lo insert.lo legacy.lo loadext.lo \
|
|
|
+@@ -188,6 +188,30 @@
|
|
|
LIBOBJ = $(OBJS$(USE_AMALGAMATION))
|
|
|
|
|
|
|
|
|
@@ -32,7 +41,17 @@ Index: Makefile.in
|
|
|
# All of the source code files.
|
|
|
#
|
|
|
SRC = \
|
|
|
-@@ -801,3 +825,38 @@
|
|
|
+@@ -518,6 +542,9 @@
|
|
|
+ auth.lo: $(TOP)/src/auth.c $(HDR)
|
|
|
+ $(LTCOMPILE) $(TEMP_STORE) -c $(TOP)/src/auth.c
|
|
|
+
|
|
|
++backup.lo: $(TOP)/src/backup.c $(HDR)
|
|
|
++ $(LTCOMPILE) $(TEMP_STORE) -c $(TOP)/src/backup.c
|
|
|
++
|
|
|
+ bitvec.lo: $(TOP)/src/bitvec.c $(HDR)
|
|
|
+ $(LTCOMPILE) $(TEMP_STORE) -c $(TOP)/src/bitvec.c
|
|
|
+
|
|
|
+@@ -817,3 +844,38 @@
|
|
|
sqlite3.dll: $(REAL_LIBOBJ) sqlite3.def
|
|
|
$(TCC) -shared -o $@ sqlite3.def \
|
|
|
-Wl,"--strip-all" $(REAL_LIBOBJ)
|
|
|
@@ -72,8 +91,8 @@ Index: Makefile.in
|
|
|
+ $(LTCOMPILE) -c $(TOP)/ext/rtree/rtree.c
|
|
|
+
|
|
|
Index: sqlite3.pc.in
|
|
|
---- sqlite3.pc.in.orig 2009-01-15 15:01:45 +0100
|
|
|
-+++ sqlite3.pc.in 2009-01-17 11:43:12 +0100
|
|
|
+--- sqlite3.pc.in.orig 2009-02-15 14:07:08 +0100
|
|
|
++++ sqlite3.pc.in 2009-02-20 23:22:48 +0100
|
|
|
@@ -8,6 +8,5 @@
|
|
|
Name: SQLite
|
|
|
Description: SQL database engine
|