diff options
author | dan <Dan Kennedy> | 2020-11-30 18:43:40 +0000 |
---|---|---|
committer | dan <Dan Kennedy> | 2020-11-30 18:43:40 +0000 |
commit | aeb4e6eebd227f3e96af8bdc709156bbcc60a50c (patch) | |
tree | d7f67f75d310011772324945cd82cf2cb0924612 | |
parent | 56a5747e636f1b5365090e3fd73824fd382f1104 (diff) | |
download | sqlite-aeb4e6eebd227f3e96af8bdc709156bbcc60a50c.tar.gz sqlite-aeb4e6eebd227f3e96af8bdc709156bbcc60a50c.zip |
Update the tea/win/makefile.vc file that ships as part of the autoconf package to use "sqlite3" instead of "tclsqlite3" for the installed dll filename.
FossilOrigin-Name: 93d4d9dc05bb86c08a12d56b3ce68ec39b69e57951a936fb3b326812c051c3b4
-rw-r--r-- | autoconf/tea/win/makefile.vc | 2 | ||||
-rw-r--r-- | manifest | 17 | ||||
-rw-r--r-- | manifest.uuid | 2 |
3 files changed, 12 insertions, 9 deletions
diff --git a/autoconf/tea/win/makefile.vc b/autoconf/tea/win/makefile.vc index 88b66f173..d92a8428b 100644 --- a/autoconf/tea/win/makefile.vc +++ b/autoconf/tea/win/makefile.vc @@ -153,7 +153,7 @@ Please `cd` to its location first. # #------------------------------------------------------------------------- -PROJECT = tclsqlite3 +PROJECT = sqlite3 !include "rules.vc" # nmakehelp -V <file> <tag> will search the file for tag, skips until a @@ -1,5 +1,5 @@ -C Do\snot\sreuse\sthe\sobsolete\sSQLITE_TESTCTRL_PRNG_RESET\svalue\sfor\nSQLITE_TESTCTRL_SEEK_COUNT.\s\sGive\sSEEK_COUNT\sits\sown\sunique\svalue.\nThis\savoids\sincompatibility\swith\slegacy\stest\scode. -D 2020-11-30T14:20:17.728 +C Update\sthe\stea/win/makefile.vc\sfile\sthat\sships\sas\spart\sof\sthe\sautoconf\spackage\sto\suse\s"sqlite3"\sinstead\sof\s"tclsqlite3"\sfor\sthe\sinstalled\sdll\sfilename. +D 2020-11-30T18:43:40.569 F .fossil-settings/empty-dirs dbb81e8fc0401ac46a1491ab34a7f2c7c0452f2f06b54ebb845d024ca8283ef1 F .fossil-settings/ignore-glob 35175cdfcf539b2318cb04a9901442804be81cd677d8b889fcc9149c21f239ea F LICENSE.md df5091916dbb40e6e9686186587125e1b2ff51f022cc334e886c19a0e9982724 @@ -28,7 +28,7 @@ F autoconf/tea/license.terms 13bd403c9610fd2b76ece0ab50c4c5eda933d523 F autoconf/tea/pkgIndex.tcl.in 3ef61715cf1c7bdcff56947ffadb26bc991ca39d F autoconf/tea/tclconfig/install-sh bdd5e293591621ae60d9824d86a4b1c5f22c3d00 F autoconf/tea/tclconfig/tcl.m4 66ddf0a5d5e4b1d29bff472c0985fd7fa89d0fb5 -F autoconf/tea/win/makefile.vc 71915591c07cd5137711dc40ba3e127deb3f4531b9aad220b724cf5b451362bd +F autoconf/tea/win/makefile.vc a5ff708245260c2794c6aaa0151efe5403d5896566eaf096747be0d9075284e4 F autoconf/tea/win/nmakehlp.c 247538ad8e8c508f33c03ec1fbd67d3a07ef6291 F autoconf/tea/win/rules.vc c511f222b80064096b705dbeb97060ee1d6b6d63 F config.guess 883205ddf25b46f10c181818bf42c09da9888884af96f79e1719264345053bd6 @@ -1886,7 +1886,10 @@ F vsixtest/vsixtest.tcl 6a9a6ab600c25a91a7acc6293828957a386a8a93 F vsixtest/vsixtest.vcxproj.data 2ed517e100c66dc455b492e1a33350c1b20fbcdc F vsixtest/vsixtest.vcxproj.filters 37e51ffedcdb064aad6ff33b6148725226cd608e F vsixtest/vsixtest_TemporaryKey.pfx e5b1b036facdb453873e7084e1cae9102ccc67a0 -P 8edb983bc87898eff2cd2e7e672a32a47c71b2be9d818513d339e95560d45b2b -R 050282c47b4fc851bae29e813a40a644 -U drh -Z 8621daefa84a7d6030d8188b7808faf8 +P fdba0b129091d607dc0c1aa52f8631a208dbff22476a298bd5428e672593ed18 +R 02db8b9bcb7f3c64353edbc1fa9fbf5b +T *branch * win-tea-fix +T *sym-win-tea-fix * +T -sym-trunk * +U dan +Z bee03399d891ae58316901d882ad61c9 diff --git a/manifest.uuid b/manifest.uuid index cd70bcace..e4c809a15 100644 --- a/manifest.uuid +++ b/manifest.uuid @@ -1 +1 @@ -fdba0b129091d607dc0c1aa52f8631a208dbff22476a298bd5428e672593ed18
\ No newline at end of file +93d4d9dc05bb86c08a12d56b3ce68ec39b69e57951a936fb3b326812c051c3b4
\ No newline at end of file |