]> git.ipfire.org Git - thirdparty/sqlite.git/commitdiff
Update comments and package flavor error message.
authormistachkin <mistachkin@noemail.net>
Fri, 21 Jun 2013 07:54:39 +0000 (07:54 +0000)
committermistachkin <mistachkin@noemail.net>
Fri, 21 Jun 2013 07:54:39 +0000 (07:54 +0000)
FossilOrigin-Name: 9d1b96182af08a73de9dd0327965b96a6d48ac11

manifest
manifest.uuid
tool/mkvsix.tcl

index ddd91a5c6e02d67efe46edae87b5d447727eabdb..dd4ae69898d9e68683a1d9d0652fda6f35ba853e 100644 (file)
--- a/manifest
+++ b/manifest
@@ -1,5 +1,5 @@
-C Use\sthe\starget\splatorm\sversion\sin\sthe\sVS\sprops\sfile\sas\swell.
-D 2013-06-20T19:07:58.086
+C Update\scomments\sand\spackage\sflavor\serror\smessage.
+D 2013-06-21T07:54:39.197
 F Makefile.arm-wince-mingw32ce-gcc d6df77f1f48d690bd73162294bbba7f59507c72f
 F Makefile.in 5e41da95d92656a5004b03d3576e8b226858a28e
 F Makefile.linux-gcc 91d710bdc4998cb015f39edf3cb314ec4f4d7e23
@@ -1067,7 +1067,7 @@ F tool/mksqlite3c-noext.tcl 8bce31074e4cbe631bb7676526a048335f4c9f02
 F tool/mksqlite3c.tcl a61fe62a2895ca6458c463fccf1211ca1c000fcf
 F tool/mksqlite3h.tcl ba24038056f51fde07c0079c41885ab85e2cff12
 F tool/mksqlite3internalh.tcl 3dca7bb5374cee003379b8cbac73714f610ef795
-F tool/mkvsix.tcl b28d7e1dbce2e69ff2cf2043ff363b08939f3178
+F tool/mkvsix.tcl f3312df26fd9938a27fa0a845ec96bea84b0c16b
 F tool/offsets.c fe4262fdfa378e8f5499a42136d17bf3b98f6091
 F tool/omittest.tcl 4665982e95a6e5c1bd806cf7bc3dea95be422d77
 F tool/opcodeDoc.awk b3a2a3d5d3075b8bd90b7afe24283efdd586659c
@@ -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 030f3eeaf2cb811a3692ab9c14d021a75ce41fff
-P c5954c58c043fed24471fa184048e4ea0b5ba1d6
-R 7752ef9980936689becf7e3beb7b8742
+P ce5a8cc1cf663546ebdce08bef7d957ed4d341c6
+R 94b717d64d889391ffc6225632038588
 U mistachkin
-Z 3aee8dea98fb53abe6ab78ab5ec0f41a
+Z 99783f3b22c024a372aa90c126538916
index 5e6ac03230fa23fa490792aaa605daa7c89db02f..64464643dda9aa96e30e1df5b193715f85db31e6 100644 (file)
@@ -1 +1 @@
-ce5a8cc1cf663546ebdce08bef7d957ed4d341c6
\ No newline at end of file
+9d1b96182af08a73de9dd0327965b96a6d48ac11
\ No newline at end of file
index 2de4d77bae17a6b207ed7a13706da8068bd829fc..77ec4b15c6316c103c7e49e100df1a98c9afef45 100644 (file)
 # argument is optional and if present must contain the name of the directory
 # containing the root of the source tree for SQLite.  The third argument is
 # optional and if present must contain the flavor the VSIX package to build.
-# Currently, the only supported package flavors are "WinRT" and "WP80".  The
-# fourth argument is optional and if present must be a string containing a list
-# of platforms to include in the VSIX package.  The format of the platform list
-# string is "platform1,platform2,platform3".  Typically, when on Windows, this
-# script is executed using commands similar to the following from a normal
-# Windows command prompt:
+# Currently, the only supported package flavors are "WinRT", "WinRT81", and
+# "WP80".  The fourth argument is optional and if present must be a string
+# containing a list of platforms to include in the VSIX package.  The format
+# of the platform list string is "platform1,platform2,platform3".  Typically,
+# when on Windows, this script is executed using commands similar to the
+# following from a normal Windows command prompt:
 #
 #                         CD /D C:\dev\sqlite\core
 #                         tclsh85 tool\mkvsix.tcl C:\Temp
@@ -280,7 +280,7 @@ if {[string equal -nocase $packageFlavor WinRT]} then {
   set extraSdkPath "\\..\\$targetPlatformIdentifier"
   set extraFileListAttributes ""
 } else {
-  fail "unsupported package flavor, must be \"WinRT\" or \"WP80\""
+  fail "unsupported package flavor, must be \"WinRT\", \"WinRT81\", or \"WP80\""
 }
 
 if {$argc >= 4} then {