]> git.ipfire.org Git - thirdparty/sqlite.git/commitdiff
Add WinRT comments to MSVC makefile.
authormistachkin <mistachkin@noemail.net>
Tue, 20 Mar 2012 02:18:42 +0000 (02:18 +0000)
committermistachkin <mistachkin@noemail.net>
Tue, 20 Mar 2012 02:18:42 +0000 (02:18 +0000)
FossilOrigin-Name: ddea657bd8fe3762bd460524ac9223f0a5b09752

Makefile.msc
manifest
manifest.uuid

index e92f2d66108267b27a6be3352c84f2525c1c1487..24bc0b29518e9e514c9e9d071acaaf727172d5f9 100644 (file)
@@ -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.
 #
index c10b0435528ca5489f37c82eae37c157a4a92306..71ee21efaa4ef34d784069e2dbe0afaa18b3ff51 100644 (file)
--- 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
index ab724150f988705b38bc182335adc48495e7b249..e780766964b2d6243af6d75c5fb461e8b3e51861 100644 (file)
@@ -1 +1 @@
-6f0c1f9761be0402b82945517fdb3a36aeacbaeb
\ No newline at end of file
+ddea657bd8fe3762bd460524ac9223f0a5b09752
\ No newline at end of file