]> git.ipfire.org Git - thirdparty/sqlite.git/commitdiff
Remove SQLITE_OS_WINRT setting from MSVC makefile.
authormistachkin <mistachkin@noemail.net>
Wed, 14 Mar 2012 03:41:32 +0000 (03:41 +0000)
committermistachkin <mistachkin@noemail.net>
Wed, 14 Mar 2012 03:41:32 +0000 (03:41 +0000)
FossilOrigin-Name: df4caf1326f5aa3ba11345e5e9604d7af4385fe8

Makefile.msc
manifest
manifest.uuid

index a21223f022545cedc250c21de8aa42c0bbd272cc..2d8f44c7332ca16397b261ea2a2500e99e87960b 100644 (file)
@@ -47,7 +47,7 @@ BCC = cl.exe
 # will run on the target platform.  (BCC and TCC are usually the
 # same unless your are cross-compiling.)
 #
-TCC = cl.exe -W3 -DSQLITE_OS_WIN=1 -DSQLITE_OS_WINRT=0 -I. -I$(TOP)\src -fp:precise
+TCC = cl.exe -W3 -DSQLITE_OS_WIN=1 -I. -I$(TOP)\src -fp:precise
 
 # The mksqlite3c.tcl and mksqlite3h.tcl scripts will pull in 
 # any extension header files by default.  For non-amalgamation
index 363decb90d955d62fa00ed0ff905618c0a2b056b..37f6c99d5cdeab781af1ebe0671515721f9d4ae9 100644 (file)
--- a/manifest
+++ b/manifest
@@ -1,9 +1,9 @@
-C Add\swarning\sto\sthe\sdocs\sabout\schanging\sthe\sdata\sdirectory\swhen\sa\sdatabase\sconnection\sis\sopen.
-D 2012-03-14T01:28:35.372
+C Remove\sSQLITE_OS_WINRT\ssetting\sfrom\sMSVC\smakefile.
+D 2012-03-14T03:41:32.617
 F Makefile.arm-wince-mingw32ce-gcc d6df77f1f48d690bd73162294bbba7f59507c72f
 F Makefile.in 2f37e468503dbe79d35c9f6dffcf3fae1ae9ec20
 F Makefile.linux-gcc 91d710bdc4998cb015f39edf3cb314ec4f4d7e23
-F Makefile.msc c8e27f878adc9aa70682b9aa986e02e9d597b8d0
+F Makefile.msc 7849a871b6cdb20fd51baee6bbe5965a03326be4
 F Makefile.vxworks 3b7fe7a0571fdadc61363ebc1b23732d2d6363ca
 F README cd04a36fbc7ea56932a4052d7d0b7f09f27c33d6
 F VERSION bb4c2a86abe53ea3c1d6ea515b69a426040e2414
@@ -992,7 +992,7 @@ F tool/tostr.awk e75472c2f98dd76e06b8c9c1367f4ab07e122d06
 F tool/vdbe-compress.tcl d70ea6d8a19e3571d7ab8c9b75cba86d1173ff0f
 F tool/warnings-clang.sh 9f406d66e750e8ac031c63a9ef3248aaa347ef2a
 F tool/warnings.sh fbc018d67fd7395f440c28f33ef0f94420226381
-P 7354ae8fd3eccee2cf9f6501da5b1a014c31556f
-R 170d0fdac9fdf0b052c62efc8d999504
+P c07cd85ca9698b48f960b164cab3a38472a17640
+R 25f557bcc396ad7a4290697a9464ba77
 U mistachkin
-Z aea70d1fe458e9c31aee5d47ae6bde38
+Z 55001cc87e573530757b1e4bf77ede4f
index af9a7c1951fc9e46783fca50c8deed8488604adf..6b0e7d53826da7e345d8ebf85a79f2401f3e4173 100644 (file)
@@ -1 +1 @@
-c07cd85ca9698b48f960b164cab3a38472a17640
\ No newline at end of file
+df4caf1326f5aa3ba11345e5e9604d7af4385fe8
\ No newline at end of file