]> git.ipfire.org Git - thirdparty/sqlite.git/commitdiff
Make sure the EXTERN macro is properly defined when building targets that require...
authormistachkin <mistachkin@noemail.net>
Sat, 14 Jan 2012 03:34:24 +0000 (03:34 +0000)
committermistachkin <mistachkin@noemail.net>
Sat, 14 Jan 2012 03:34:24 +0000 (03:34 +0000)
FossilOrigin-Name: 88ad2f23c5036cbb4a69b73ce5792bd5c33a9177

Makefile.in
manifest
manifest.uuid

index 14ceb38cbc1e857bc463a1b27c3d715f3579d997..5593b4c6ff2141f4ec8b7cf7be36e73d2364a3d8 100644 (file)
@@ -31,7 +31,7 @@ TCC = @CC@ @CPPFLAGS@ @CFLAGS@ -I. -I${TOP}/src -I${TOP}/ext/rtree
 # Define this for the autoconf-based build, so that the code knows it can
 # include the generated config.h
 # 
-TCC += -D_HAVE_SQLITE_CONFIG_H
+TCC += -D_HAVE_SQLITE_CONFIG_H -DBUILD_sqlite
 
 # Define -DNDEBUG to compile without debugging (i.e., for production usage)
 # Omitting the define will cause extra debugging code to be inserted and
index baaf955af00dd638c3fe973dc4c7031dc064eb7f..260abe4e6124a40450182e2b193e1a351d892487 100644 (file)
--- a/manifest
+++ b/manifest
@@ -1,7 +1,7 @@
-C In\sthe\smultiplexor\sroutine\sthat\sdetermines\sthe\ssize\sof\san\soverflow\sfile,\nreturn\s0\sand\sleave\sthe\serror\scode\sunchanges\sif\sthere\swere\sprior\serrors.\nThis\sprevents\ssome\sI/O\serrors\sfrom\sgoing\sunreported\sin\snx-devkit\stests.
-D 2012-01-14T00:42:40.809
+C Make\ssure\sthe\sEXTERN\smacro\sis\sproperly\sdefined\swhen\sbuilding\stargets\sthat\srequire\sit\s(e.g.\son\sMinGW).
+D 2012-01-14T03:34:24.129
 F Makefile.arm-wince-mingw32ce-gcc d6df77f1f48d690bd73162294bbba7f59507c72f
-F Makefile.in 5b4a3e12a850b021547e43daf886b25133b44c07
+F Makefile.in 3f79a373e57c3b92dabf76f40b065e719d31ac34
 F Makefile.linux-gcc 91d710bdc4998cb015f39edf3cb314ec4f4d7e23
 F Makefile.msc dcad80fa69f17d46fe6778ba873fc108ca16298d
 F Makefile.vxworks 1deb39c8bb047296c30161ffa10c1b5423e632f9
@@ -987,7 +987,7 @@ F tool/tostr.awk e75472c2f98dd76e06b8c9c1367f4ab07e122d06
 F tool/vdbe-compress.tcl d70ea6d8a19e3571d7ab8c9b75cba86d1173ff0f
 F tool/warnings-clang.sh 9f406d66e750e8ac031c63a9ef3248aaa347ef2a
 F tool/warnings.sh fbc018d67fd7395f440c28f33ef0f94420226381
-P 0b857613e2415a59e61df2181ff33aa12bed987e
-R 8c4aad526dd4773efecb725162955513
-U drh
-Z 7b97ff4831c80bd385dd7cdd63ba77f9
+P 6da0821a4717253221b25fb22e05cd9c13492f3d
+R 60e95146390d8e5cafff65c7013a6898
+U mistachkin
+Z 628b160b9efffdc491244097b11ce639
index fda5c72f2dcff212ac4c3c187911a4a4044a72e4..c714ef615da79d6f5931f9e98e5d43ca73cc734f 100644 (file)
@@ -1 +1 @@
-6da0821a4717253221b25fb22e05cd9c13492f3d
\ No newline at end of file
+88ad2f23c5036cbb4a69b73ce5792bd5c33a9177
\ No newline at end of file