Add another define to the MSVC makefile that is sometimes required to build cleanly for WinRT.

FossilOrigin-Name: d582cd890d88e873d76a23545bcd49cf093ee9d2
This commit is contained in:
mistachkin 2012-07-24 06:02:35 +00:00
parent 2b596da8b7
commit 35d8ac980d
3 changed files with 9 additions and 8 deletions

View File

@ -123,6 +123,7 @@ TCC = $(CC) -W3 -DSQLITE_OS_WIN=1 -I. -I$(TOP)\src -fp:precise
#
!IF $(FOR_WINRT)!=0
TCC = $(TCC) -DSQLITE_OS_WINRT=1
TCC = $(TCC) -DWINAPI_FAMILY=WINAPI_PARTITION_APP
!ENDIF
# Also, we need to dynamically link to the correct MSVC runtime

View File

@ -1,9 +1,9 @@
C Refactor\sfield\snames\sin\sthe\sSelectDest\sobject\sto\smake\sthem\sdistinct\sand\seasier\nto\sgrep\sfor.
D 2012-07-23T21:43:19.390
C Add\sanother\sdefine\sto\sthe\sMSVC\smakefile\sthat\sis\ssometimes\srequired\sto\sbuild\scleanly\sfor\sWinRT.
D 2012-07-24T06:02:35.411
F Makefile.arm-wince-mingw32ce-gcc d6df77f1f48d690bd73162294bbba7f59507c72f
F Makefile.in 8f6d858bf3df9978ba43df19985146a1173025e4
F Makefile.linux-gcc 91d710bdc4998cb015f39edf3cb314ec4f4d7e23
F Makefile.msc 56ff0fcc3fc3b275aec7f6acb34b3c0526c684bc
F Makefile.msc a2a8fcd4104a67e037351323c88e0e4822596926
F Makefile.vxworks 879f034a64062a364b21000266bbd5bc6e0c19b9
F README cd04a36fbc7ea56932a4052d7d0b7f09f27c33d6
F VERSION a71848df48082f1d6585d4b0819d530fc455485d
@ -1005,7 +1005,7 @@ F tool/tostr.awk e75472c2f98dd76e06b8c9c1367f4ab07e122d06
F tool/vdbe-compress.tcl d70ea6d8a19e3571d7ab8c9b75cba86d1173ff0f
F tool/warnings-clang.sh f6aa929dc20ef1f856af04a730772f59283631d4
F tool/warnings.sh fbc018d67fd7395f440c28f33ef0f94420226381
P e4163596339c2166f9c4356ab824fff8bda8d0b0
R adb51909ed26f080ecf60f96fb1f4ac0
U drh
Z 14fefb32c4db69f21df1898d6655f0c2
P b589f1efb3907a68058bf2ee981dca126d083e83
R 75a13812cd02d645a4e2c62d598f937c
U mistachkin
Z 17af9fcca0ae08ed5daad968a9e3388d

View File

@ -1 +1 @@
b589f1efb3907a68058bf2ee981dca126d083e83
d582cd890d88e873d76a23545bcd49cf093ee9d2