aboutsummaryrefslogtreecommitdiff
path: root/Makefile.msc
diff options
context:
space:
mode:
authordrh <drh@noemail.net>2013-10-14 21:14:42 +0000
committerdrh <drh@noemail.net>2013-10-14 21:14:42 +0000
commit5f8cdac620fbf61fbdebd173f18b06b7f6f1906f (patch)
treee6a4f36ada821bb2629913b96f706dbe866ffdf8 /Makefile.msc
parent362d21614e22ed56cbffd4f786965aac8ddabdcd (diff)
downloadsqlite-5f8cdac620fbf61fbdebd173f18b06b7f6f1906f.tar.gz
sqlite-5f8cdac620fbf61fbdebd173f18b06b7f6f1906f.zip
Move the tointeger() and toreal() functions out of core and make them into
a run-time loadable extension. FossilOrigin-Name: 9f66dd7e3790c04f0ab724419f5381bd21f9ebad
Diffstat (limited to 'Makefile.msc')
-rw-r--r--Makefile.msc1
1 files changed, 1 insertions, 0 deletions
diff --git a/Makefile.msc b/Makefile.msc
index f50b31b41..b9aeea334 100644
--- a/Makefile.msc
+++ b/Makefile.msc
@@ -782,6 +782,7 @@ TESTEXT = \
$(TOP)\ext\misc\percentile.c \
$(TOP)\ext\misc\regexp.c \
$(TOP)\ext\misc\spellfix.c \
+ $(TOP)\ext\misc\totype.c \
$(TOP)\ext\misc\wholenumber.c