From: mistachkin Date: Wed, 14 Mar 2012 03:41:32 +0000 (+0000) Subject: Remove SQLITE_OS_WINRT setting from MSVC makefile. X-Git-Tag: version-3.7.13~11^2~29 X-Git-Url: http://git.ipfire.org/?a=commitdiff_plain;h=25cf4fe98826a75910dbb7e176c6fdadf0a38cff;p=thirdparty%2Fsqlite.git Remove SQLITE_OS_WINRT setting from MSVC makefile. FossilOrigin-Name: df4caf1326f5aa3ba11345e5e9604d7af4385fe8 --- diff --git a/Makefile.msc b/Makefile.msc index a21223f022..2d8f44c733 100644 --- a/Makefile.msc +++ b/Makefile.msc @@ -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 diff --git a/manifest b/manifest index 363decb90d..37f6c99d5c 100644 --- 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 diff --git a/manifest.uuid b/manifest.uuid index af9a7c1951..6b0e7d5382 100644 --- a/manifest.uuid +++ b/manifest.uuid @@ -1 +1 @@ -c07cd85ca9698b48f960b164cab3a38472a17640 \ No newline at end of file +df4caf1326f5aa3ba11345e5e9604d7af4385fe8 \ No newline at end of file