diff --git a/manifest b/manifest index 9711b68925..e5df5e6629 100644 --- a/manifest +++ b/manifest @@ -1,5 +1,5 @@ -C added\swinNT\scross-compile\sdocumentation\s(CVS\s117) -D 2000-07-31T18:56:15 +C :-)\s(CVS\s118) +D 2000-07-31T19:16:32 F COPYRIGHT 74a8a6531a42e124df07ab5599aad63870fa0bd4 F Makefile.in 670aa9413cb2cdcded23b328a9e255c845c41a1e F README 51f6a4e7408b34afa5bc1c0485f61b6a4efb6958 @@ -60,15 +60,15 @@ F www/arch.png c4d908b79065a72e7dcf19317f36d1324c550e87 F www/arch.tcl 4f6a9afecc099a27bba17b4f8cc9561abc15dc40 F www/c_interface.tcl 29593cf77025bab137b7ba64b9459eb5eb6b4873 F www/changes.tcl 874d7b801a9370326e74cc34f119c62f361cb697 -F www/crosscompile.tcl aa75529712e29c92acc6949404716492317c0d22 +F www/crosscompile.tcl 19734ce7f18b16ff2ed8479412abf8aca56e1dcc F www/fileformat.tcl f3a70650e942262f8285d53097d48f0b3aa59862 -F www/index.tcl 1630a46fbe1e2651b7067fd463a3d4ffcd13ba6b +F www/index.tcl 9d89a0441491460b35b2e467e49bf65154bcd485 F www/lang.tcl 1645e9107d75709be4c6099b643db235bbe0a151 -F www/mingw.tcl c55116a9a950d68e0279054c5aab7687162fd02f +F www/mingw.tcl fc5f4ba9d336b6e8c97347cc6496d6162461ef60 F www/opcode.tcl cb3a1abf8b7b9be9f3a228d097d6bf8b742c2b6f F www/sqlite.tcl 69781eaffb02e17aa4af28b76a2bedb19baa8e9f F www/vdbe.tcl bcbfc33bcdd0ebad95eab31286adb9e1bc289520 -P a0246ddfb451801a78c34fde3ad72412323039dc -R 4435bdfae4e23004f854df39f18c9991 +P 8fc48dd4831dbd58a0c10b043686ea52ca1db6dd +R 34b08c8ea4884986bf1ceed39f1cdde6 U drh -Z 6bd32adc8b5b796c01f0b69c7a971591 +Z 13a69076e075a1729ee9466c15878585 diff --git a/manifest.uuid b/manifest.uuid index 4f202ca6fd..9c5bcb62a8 100644 --- a/manifest.uuid +++ b/manifest.uuid @@ -1 +1 @@ -8fc48dd4831dbd58a0c10b043686ea52ca1db6dd \ No newline at end of file +4132d4760f6a2cbcf853f82546987d932e76e3c1 \ No newline at end of file diff --git a/www/crosscompile.tcl b/www/crosscompile.tcl index 49b7e9645a..edbcc1952b 100644 --- a/www/crosscompile.tcl +++ b/www/crosscompile.tcl @@ -1,7 +1,7 @@ # # Run this Tcl script to generate the crosscompile.html file. # -set rcsid {$Id: crosscompile.tcl,v 1.1 2000/07/31 18:56:15 drh Exp $} +set rcsid {$Id: crosscompile.tcl,v 1.2 2000/07/31 19:16:32 drh Exp $} puts { @@ -18,7 +18,7 @@ puts "

puts {

MinGW or Minimalist GNU For Windows -is a version of the popular GCC compiler that build Win95/Win98/WinNT +is a version of the popular GCC compiler that builds Win95/Win98/WinNT binaries. See the website for details.

This page describes how you can use MinGW configured as a diff --git a/www/index.tcl b/www/index.tcl index 7ed6b68114..4895783b7b 100644 --- a/www/index.tcl +++ b/www/index.tcl @@ -1,7 +1,7 @@ # # Run this TCL script to generate HTML for the index.html file. # -set rcsid {$Id: index.tcl,v 1.20 2000/07/31 18:56:16 drh Exp $} +set rcsid {$Id: index.tcl,v 1.21 2000/07/31 19:16:32 drh Exp $} puts { SQLite: An SQL Database Engine Built Atop GDBM @@ -59,8 +59,8 @@ the GNU Readline library

  • A Tcl-based test suite provides near 100% code coverage
  • 7500+ lines of C code. No external dependencies other than GDBM.
  • -
  • Built and tested under Linux (RedHat 6.0). Should work under any Unix and -probably also under Windows95/98/NT/2000.
  • +
  • Built and tested under Linux, HPUX, and WinNT. +Should work under any Unix or Win95/98/2000.
  • diff --git a/www/mingw.tcl b/www/mingw.tcl index f5175f3556..6b64a0021e 100644 --- a/www/mingw.tcl +++ b/www/mingw.tcl @@ -1,7 +1,7 @@ # # Run this Tcl script to generate the crosscompile.html file. # -set rcsid {$Id: mingw.tcl,v 1.1 2000/07/31 18:56:16 drh Exp $} +set rcsid {$Id: mingw.tcl,v 1.2 2000/07/31 19:16:32 drh Exp $} puts { @@ -18,7 +18,7 @@ puts "

    puts {

    MinGW or Minimalist GNU For Windows -is a version of the popular GCC compiler that build Win95/Win98/WinNT +is a version of the popular GCC compiler that builds Win95/Win98/WinNT binaries. See the website for details.

    This page describes how you can build MinGW