Many hyperlinks are disabled.
Use anonymous login
to enable hyperlinks.
Overview
Comment: | Update the download page to separate WinRT binaries into a separate head and to add the VSIX download. |
---|---|
Downloads: | Tarball | ZIP archive |
Timelines: | family | ancestors | descendants | both | trunk |
Files: | files | file ages | folders |
SHA1: |
1daba99c3e8fc4e7ab929b636d6a66c7 |
User & Date: | drh 2012-08-07 00:38:23.104 |
Context
2012-08-07
| ||
00:39 | Change "win32" to "Win32" on the download page. (check-in: 820bf7a014 user: drh tags: trunk) | |
00:38 | Update the download page to separate WinRT binaries into a separate head and to add the VSIX download. (check-in: 1daba99c3e user: drh tags: trunk) | |
2012-07-17
| ||
12:20 | Updates to the static analysis section of the testing.html document. (check-in: f65ab3a743 user: drh tags: trunk) | |
Changes
Changes to pages/download.in.
︙ | ︙ | |||
186 187 188 189 190 191 192 193 194 | } Product sqlite-dll-win32-x64-VVV.zip { This ZIP archive contains a DLL for the SQLite library version VERSION for 64-bit x64 processors using the win32 API. } Product sqlite-dll-winrt-x86-VVV.zip { This ZIP archive contains a DLL for the SQLite library version VERSION for | > > > > > > > | | | | > | | 186 187 188 189 190 191 192 193 194 195 196 197 198 199 200 201 202 203 204 205 206 207 208 209 210 211 212 213 214 215 216 217 218 219 220 | } Product sqlite-dll-win32-x64-VVV.zip { This ZIP archive contains a DLL for the SQLite library version VERSION for 64-bit x64 processors using the win32 API. } Product sqlite-analyzer-win32-x86-VVV.zip { An analysis program for database files compatible with all SQLite versions through VERSION and beyond. } Heading {Precompiled Binaries for WinRT} Product sqlite-dll-winrt-x86-VVV.zip { This ZIP archive contains a DLL for the SQLite library version VERSION for 32-bit x86 processors using the WinRT API. } Product sqlite-dll-winrt-x64-VVV.zip { This ZIP archive contains a DLL for the SQLite library version VERSION for 64-bit x64 processors using the WinRT API. } Product sqlite-winrt-VVV.vsix { A complete VSIX package with an extension SDK and all other components needed to use SQLite for WinRT application development with Visual Studio 2012 and higher. } if {$nDownload>$start} { hd_puts {<tr><td colspan="4"><b>Precompiled Binaries For .NET</b></td></tr>} hd_puts "<tr><td width=\"10\"></td>" hd_puts "<td valign=\"top\" align=\"right\">" set url http://System.Data.SQLite.org/index.html/doc/trunk/www/downloads.wiki |
︙ | ︙ |