Many hyperlinks are disabled.
Use anonymous login
to enable hyperlinks.
Overview
Comment: | Make the list of platforms dynamic in the SDK manifest inside the VSIX package. |
---|---|
Downloads: | Tarball | ZIP archive |
Timelines: | family | ancestors | descendants | both | trunk |
Files: | files | file ages | folders |
SHA1: |
22b72e499d2aeba42d0531ae58f87ff0 |
User & Date: | mistachkin 2012-07-31 08:15:56.966 |
Context
2012-08-01
| ||
20:20 | Fix typos of function names sqlite3_result_error_toobig and sqlite3_result_error_nomem in the documentation. No changes to code. (check-in: bec97c9813 user: mistachkin tags: trunk) | |
2012-07-31
| ||
08:15 | Make the list of platforms dynamic in the SDK manifest inside the VSIX package. (check-in: 22b72e499d user: mistachkin tags: trunk) | |
00:43 | Modify metadata for the VSIX package and add tooling support for PDBs. (check-in: 12cbf6a934 user: mistachkin tags: trunk) | |
Changes
Changes to tool/mkvsix.tcl.
︙ | ︙ | |||
296 297 298 299 300 301 302 | ############################################################################### # # NOTE: Setup the list of platforms supported by this script. # if {![info exists platformNames]} then { | | | 296 297 298 299 300 301 302 303 304 305 306 307 308 309 310 | ############################################################################### # # NOTE: Setup the list of platforms supported by this script. # if {![info exists platformNames]} then { set platformNames [list x86 x64 ARM] } ############################################################################### # # NOTE: Make sure the staging directory exists, creating it if necessary. # |
︙ | ︙ |
Changes to tool/win/sqlite.vsix.
cannot compute difference between binary files