]> git.ipfire.org Git - thirdparty/sqlite.git/commitdiff
Improve manual cleaning step performed by the multi-platform build tool for MSVC.
authormistachkin <mistachkin@noemail.net>
Fri, 7 Jun 2013 22:12:20 +0000 (22:12 +0000)
committermistachkin <mistachkin@noemail.net>
Fri, 7 Jun 2013 22:12:20 +0000 (22:12 +0000)
FossilOrigin-Name: d5bc1fe1c461bdb3d889ab2e50feb944881822a4

manifest
manifest.uuid
tool/build-all-msvc.bat

index 600d211c42103a6025e28c8fcf5accb14c6399a3..3e7f0809e94061e5187f574ba1b6822674e8b9d3 100644 (file)
--- 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
index 0ba0d6eb302eec84235d7493d074c1faf33ab654..e69030e607eaae193e09b471e328970480443481 100644 (file)
@@ -1 +1 @@
-6cfd9af5250029c0d275be027b4208c48954a8a1
\ No newline at end of file
+d5bc1fe1c461bdb3d889ab2e50feb944881822a4
\ No newline at end of file
index 758036fb75755ccf734b59337cd042d2785497aa..c43343577935d77d07faa26ff2b58e8630fbf5fa 100755 (executable)
@@ -374,7 +374,7 @@ FOR %%P IN (%PLATFORMS%) DO (
           REM       need to remove the build output for the files we are\r
           REM       specifically wanting to build for each platform.\r
           REM\r
-          %__ECHO% DEL /Q sqlite3.dll sqlite3.lib sqlite3.pdb\r
+          %__ECHO% DEL /Q *.lo sqlite3.dll sqlite3.lib sqlite3.pdb\r
         )\r
 \r
         REM\r