-C Disallow\sthe\suse\sof\sCOLLATE\sclauses\sand\sthe\sASC\sand\sDESC\skeywords\swithin\nforeign\skey\sconstraints\sand\sin\sthe\sargument\slist\sto\scommon\stable\sexpressions.
-D 2015-08-24T15:39:42.405
+C Enhancements\sto\sthe\sbatch\sbuild\stool\sfor\sMSVC.
+D 2015-08-24T17:18:43.705
F Makefile.arm-wince-mingw32ce-gcc d6df77f1f48d690bd73162294bbba7f59507c72f
F Makefile.in e2218eb228374422969de7b1680eda6864affcef
F Makefile.linux-gcc 91d710bdc4998cb015f39edf3cb314ec4f4d7e23
F test/wordcount.c 9915e06cb33d8ca8109b8700791afe80d305afda
F test/zeroblob.test 3857870fe681b8185654414a9bccfde80b62a0fa
F test/zerodamage.test cf6748bad89553cc1632be51a6f54e487e4039ac
-F tool/build-all-msvc.bat 60dbf6021d3de0a98575f6dfe4e12bd80b3edcf0 x
+F tool/build-all-msvc.bat 761d8c82a1a529261291812732a853a1b4256d85 x
F tool/build-shell.sh 950f47c6174f1eea171319438b93ba67ff5bf367
F tool/checkSpacing.c 810e51703529a204fc4e1eb060e9ab663e3c06d2
F tool/diffdb.c 7524b1b5df217c20cd0431f6789851a4e0cb191b
F tool/warnings-clang.sh f6aa929dc20ef1f856af04a730772f59283631d4
F tool/warnings.sh 48bd54594752d5be3337f12c72f28d2080cb630b
F tool/win/sqlite.vsix deb315d026cc8400325c5863eef847784a219a2f
-P 196d66d34d9783622e6f2f79eafea1488fc6f5cf
-R 2a74528f51d8172b5387a3b7f110bb2b
-U drh
-Z ffc4f8e604c67b08cae8ed1eda808a43
+P 83cbc4d8761498647794affffa961a4fca311be7
+R 854ee56e3c07dedcc4aa69e0f36f6060
+U mistachkin
+Z 2aa32a441452e19f6c0e00af3c0b6972
)\r
)\r
\r
+REM\r
+REM NOTE: This is the name of the sub-directory where the UCRT libraries may\r
+REM be found. It is only used when compiling against the UCRT.\r
+REM\r
+IF DEFINED UCRTVersion (\r
+ SET NUCRTVER=%UCRTVersion%\r
+) ELSE (\r
+ SET NUCRTVER=10.0.10240.0\r
+)\r
+\r
REM\r
REM NOTE: This is the name of the sub-directory where the Windows 10.0 SDK\r
REM libraries may be found. It is only used when compiling with the\r
REM Windows 10.0 SDK.\r
REM\r
-SET WIN10LIBDIR=10.0.10240.0\r
+IF DEFINED WindowsSDKLibVersion (\r
+ SET WIN10SDKVER=%WindowsSDKLibVersion:\=%\r
+) ELSE (\r
+ SET WIN10SDKVER=%NUCRTVER%\r
+)\r
\r
REM\r
REM NOTE: Check if this is the Windows Phone SDK. If so, a different batch\r
REM\r
CALL :fn_UnsetVariable CommandPromptType\r
CALL :fn_UnsetVariable DevEnvDir\r
+ CALL :fn_UnsetVariable DNX_HOME\r
CALL :fn_UnsetVariable ExtensionSdkDir\r
CALL :fn_UnsetVariable Framework35Version\r
CALL :fn_UnsetVariable Framework40Version\r
CALL :fn_UnsetVariable INCLUDE\r
CALL :fn_UnsetVariable LIB\r
CALL :fn_UnsetVariable LIBPATH\r
+ CALL :fn_UnsetVariable NETFXSDKDir\r
CALL :fn_UnsetVariable Platform\r
+ CALL :fn_UnsetVariable UCRTVersion\r
CALL :fn_UnsetVariable UniversalCRTSdkDir\r
REM CALL :fn_UnsetVariable VCINSTALLDIR\r
CALL :fn_UnsetVariable VSINSTALLDIR\r
+ CALL :fn_UnsetVariable WindowsLibPath\r
CALL :fn_UnsetVariable WindowsPhoneKitDir\r
CALL :fn_UnsetVariable WindowsSdkDir\r
CALL :fn_UnsetVariable WindowsSdkDir_35\r
CALL :fn_UnsetVariable WindowsSdkDir_old\r
+ CALL :fn_UnsetVariable WindowsSDKLibVersion\r
+ CALL :fn_UnsetVariable WindowsSDKVersion\r
CALL :fn_UnsetVariable WindowsSDK_ExecutablePath_x86\r
CALL :fn_UnsetVariable WindowsSDK_ExecutablePath_x64\r
\r
REM different directory naming conventions.\r
REM\r
IF DEFINED USE_WINV100_NSDKLIBPATH (\r
- CALL :fn_AppendVariable NSDKLIBPATH \..\10\lib\%WIN10LIBDIR%\um\x86\r
- CALL :fn_CopyVariable UniversalCRTSdkDir PSDKLIBPATH\r
- CALL :fn_AppendVariable PSDKLIBPATH Lib\%WIN10LIBDIR%\um\%%D\r
+ CALL :fn_AppendVariable NSDKLIBPATH \..\10\lib\%WIN10SDKVER%\um\x86\r
+ CALL :fn_CopyVariable WindowsSdkDir PSDKLIBPATH\r
+ CALL :fn_AppendVariable PSDKLIBPATH lib\%WIN10SDKVER%\um\%%D\r
) ELSE IF DEFINED USE_WINV63_NSDKLIBPATH (\r
CALL :fn_AppendVariable NSDKLIBPATH \lib\winv6.3\um\x86\r
) ELSE IF "%VisualStudioVersion%" == "12.0" (\r
IF DEFINED SET_NUCRTLIBPATH (\r
IF DEFINED UniversalCRTSdkDir (\r
CALL :fn_CopyVariable UniversalCRTSdkDir NUCRTLIBPATH\r
- CALL :fn_AppendVariable NUCRTLIBPATH \lib\%WIN10LIBDIR%\ucrt\x86\r
+ CALL :fn_AppendVariable NUCRTLIBPATH \lib\%NUCRTVER%\ucrt\x86\r
)\r
)\r
\r