Add WinRT comments to MSVC makefile.

FossilOrigin-Name: ddea657bd8fe3762bd460524ac9223f0a5b09752
This commit is contained in:
mistachkin
2012-03-20 02:18:42 +00:00
parent 428bef2e07
commit f39eaf29d0
3 changed files with 15 additions and 8 deletions
+8 -1
View 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.
#
+6 -6
View File
@@ -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
+1 -1
View File
@@ -1 +1 @@
6f0c1f9761be0402b82945517fdb3a36aeacbaeb
ddea657bd8fe3762bd460524ac9223f0a5b09752