From: mistachkin Date: Tue, 20 Mar 2012 02:18:42 +0000 (+0000) Subject: Add WinRT comments to MSVC makefile. X-Git-Tag: version-3.7.13~11^2~18 X-Git-Url: http://git.ipfire.org/?a=commitdiff_plain;h=f39eaf29d0bbf2ba5c846a86ea33b57dbf08e9d4;p=thirdparty%2Fsqlite.git Add WinRT comments to MSVC makefile. FossilOrigin-Name: ddea657bd8fe3762bd460524ac9223f0a5b09752 --- diff --git a/Makefile.msc b/Makefile.msc index e92f2d6610..24bc0b2951 100644 --- a/Makefile.msc +++ b/Makefile.msc @@ -43,7 +43,14 @@ BCC = cl.exe # TCC = cl.exe -W3 -DSQLITE_OS_WIN=1 -I. -I$(TOP)\src -fp:precise -# The mksqlite3c.tcl and mksqlite3h.tcl scripts will pull in +# When compiling the library for use in the WinRT environment, +# the following compile-time option must be used as well to +# disable use of Win32 APIs that are not available and to enable +# use of Win32 APIs that are specific to Windows 8 and/or WinRT. +# +# TCC = $(TCC) -DSQLITE_OS_WINRT=1 + +# The mksqlite3c.tcl and mksqlite3h.tcl scripts will pull in # any extension header files by default. For non-amalgamation # builds, we need to make sure the compiler can find these. # diff --git a/manifest b/manifest index c10b043552..71ee21efaa 100644 --- a/manifest +++ b/manifest @@ -1,9 +1,9 @@ -C Remove\sversion\sinformation\sfrom\sthe\sMSVC\smakefile\sas\sit\sis\sno\slonger\snecessary. -D 2012-03-20T02:10:22.489 +C Add\sWinRT\scomments\sto\sMSVC\smakefile. +D 2012-03-20T02:18:42.086 F Makefile.arm-wince-mingw32ce-gcc d6df77f1f48d690bd73162294bbba7f59507c72f F Makefile.in 2f37e468503dbe79d35c9f6dffcf3fae1ae9ec20 F Makefile.linux-gcc 91d710bdc4998cb015f39edf3cb314ec4f4d7e23 -F Makefile.msc cf6c1ccb084eb8c395140bf4cb7685ee780c81ce +F Makefile.msc a42ae17632258af9ca0c94847e1c072644b38887 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 4ab1ffd45d4c25368b9b393a3336068b747d8b22 -R 88d2fc3da22f2b36e021c04d194b99ab +P 6f0c1f9761be0402b82945517fdb3a36aeacbaeb +R 0313ae77c5dbe64845daebd70988142f U mistachkin -Z d118e4ad7168d3a2bc00838d34ef8c36 +Z cd021cef313ab330e262afa3df1b88ed diff --git a/manifest.uuid b/manifest.uuid index ab724150f9..e780766964 100644 --- a/manifest.uuid +++ b/manifest.uuid @@ -1 +1 @@ -6f0c1f9761be0402b82945517fdb3a36aeacbaeb \ No newline at end of file +ddea657bd8fe3762bd460524ac9223f0a5b09752 \ No newline at end of file