From: mistachkin Date: Fri, 7 Jun 2013 22:12:20 +0000 (+0000) Subject: Improve manual cleaning step performed by the multi-platform build tool for MSVC. X-Git-Tag: version-3.8.0~142 X-Git-Url: http://git.ipfire.org/?a=commitdiff_plain;h=753050871aafa9eb61cb368957293adb6ff01259;p=thirdparty%2Fsqlite.git Improve manual cleaning step performed by the multi-platform build tool for MSVC. FossilOrigin-Name: d5bc1fe1c461bdb3d889ab2e50feb944881822a4 --- diff --git a/manifest b/manifest index 600d211c42..3e7f0809e9 100644 --- a/manifest +++ b/manifest @@ -1,5 +1,5 @@ -C Up\suntil\snow\sthe\sfts4\s"unicode61"\stokenizer\shas\streated\sall\sprivate\suse\scodepoints\sexcept\sthe\sfirst\sand\slast\sof\seach\sof\sthe\sthree\sranges\sas\salphanumeric\s(eligible\sto\sbe\spart\sof\stokens).\sThis\scommit\sfixes\sthis\sso\sthat\sall\sprivate\suse\scodepoints\sare\sconsidered\salphanumeric.\sIn\sother\swords,\sit\sfixes\sthe\shandling\sof\scodepoints\s0xE000,\s0xF8FF,\s0xF0000,\s0xFFFFD,\s0x100000\sand\s0x10FFFD. -D 2013-06-05T16:17:21.916 +C Improve\smanual\scleaning\sstep\sperformed\sby\sthe\smulti-platform\sbuild\stool\sfor\sMSVC. +D 2013-06-07T22:12:20.577 F Makefile.arm-wince-mingw32ce-gcc d6df77f1f48d690bd73162294bbba7f59507c72f F Makefile.in 5e41da95d92656a5004b03d3576e8b226858a28e F Makefile.linux-gcc 91d710bdc4998cb015f39edf3cb314ec4f4d7e23 @@ -1048,7 +1048,7 @@ F test/wherelimit.test 5e9fd41e79bb2b2d588ed999d641d9c965619b31 F test/win32lock.test 7a6bd73a5dcdee39b5bb93e92395e1773a194361 F test/zeroblob.test caaecfb4f908f7bc086ed238668049f96774d688 F test/zerodamage.test 209d7ed441f44cc5299e4ebffbef06fd5aabfefd -F tool/build-all-msvc.bat 74fb6e5cca66ebdb6c9bbafb2f8b802f08146d38 x +F tool/build-all-msvc.bat c55f64ca200308fb5fa5c1ee751ea95a13977b5a x F tool/build-shell.sh 950f47c6174f1eea171319438b93ba67ff5bf367 F tool/checkSpacing.c 810e51703529a204fc4e1eb060e9ab663e3c06d2 F tool/diffdb.c 7524b1b5df217c20cd0431f6789851a4e0cb191b @@ -1093,7 +1093,7 @@ F tool/vdbe-compress.tcl f12c884766bd14277f4fcedcae07078011717381 F tool/warnings-clang.sh f6aa929dc20ef1f856af04a730772f59283631d4 F tool/warnings.sh fbc018d67fd7395f440c28f33ef0f94420226381 F tool/win/sqlite.vsix 97894c2790eda7b5bce3cc79cb2a8ec2fde9b3ac -P 4d74fccf02134a998a84097b021ba9d501e34ff0 -R 659aea33cb10f326783eda2b62f9d699 -U dan -Z 74ecc7396dceda2a9a9f04f8bd9d8ced +P 6cfd9af5250029c0d275be027b4208c48954a8a1 +R dcf91a597f51d84c0ab2afccdf474a00 +U mistachkin +Z e27e17fb6daefee7fbcbf46384d56358 diff --git a/manifest.uuid b/manifest.uuid index 0ba0d6eb30..e69030e607 100644 --- a/manifest.uuid +++ b/manifest.uuid @@ -1 +1 @@ -6cfd9af5250029c0d275be027b4208c48954a8a1 \ No newline at end of file +d5bc1fe1c461bdb3d889ab2e50feb944881822a4 \ No newline at end of file diff --git a/tool/build-all-msvc.bat b/tool/build-all-msvc.bat index 758036fb75..c433435779 100755 --- a/tool/build-all-msvc.bat +++ b/tool/build-all-msvc.bat @@ -374,7 +374,7 @@ FOR %%P IN (%PLATFORMS%) DO ( REM need to remove the build output for the files we are REM specifically wanting to build for each platform. REM - %__ECHO% DEL /Q sqlite3.dll sqlite3.lib sqlite3.pdb + %__ECHO% DEL /Q *.lo sqlite3.dll sqlite3.lib sqlite3.pdb ) REM