diff options
author | mistachkin <mistachkin@noemail.net> | 2017-12-05 18:54:12 +0000 |
---|---|---|
committer | mistachkin <mistachkin@noemail.net> | 2017-12-05 18:54:12 +0000 |
commit | cb6acda902b5a1ad02fa888d7b95884ba1bc94d1 (patch) | |
tree | b4c5ce2f5ac5a4895fad111a161c1864c770b312 /autoconf/Makefile.msc | |
parent | 72afc3c5de1a4c125b919fe086f83dfe27a43e03 (diff) | |
download | sqlite-cb6acda902b5a1ad02fa888d7b95884ba1bc94d1.tar.gz sqlite-cb6acda902b5a1ad02fa888d7b95884ba1bc94d1.zip |
Add support for including zlib in the shell when compiling with MSVC.
FossilOrigin-Name: e1838cee3847301ef491467dc75d9c4e1e3b12599596c058bdb14319a52fd8a0
Diffstat (limited to 'autoconf/Makefile.msc')
-rw-r--r-- | autoconf/Makefile.msc | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/autoconf/Makefile.msc b/autoconf/Makefile.msc index 199af21ea..5b5133c8b 100644 --- a/autoconf/Makefile.msc +++ b/autoconf/Makefile.msc @@ -561,6 +561,7 @@ SHELL_CORE_DEP = !ENDIF !ENDIF + # This is the core library that the shell executable should link with. # !IFNDEF SHELL_CORE_LIB |