- Issue #7589: Only build the nis module when the correct header files are
found.
-- Switch to OpenSSL 0.9.8l on Windows.
+- Switch to OpenSSL 0.9.8l and sqlite 3.6.21 on Windows.
- Issue #7541: when using ``python-config`` with a framework install the compiler might
use the wrong library.
/>
<UserMacro
Name="sqlite3Dir"
- Value="$(externalsDir)\sqlite-3.5.9"
+ Value="$(externalsDir)\sqlite-3.6.21"
/>
<UserMacro
Name="bz2Dir"
Wraps Berkeley DB 4.7.25, which is currently built by _bsddb.vcproj.
project (see below).
_sqlite3
- Wraps SQLite 3.5.9, which is currently built by sqlite3.vcproj (see below).
+ Wraps SQLite 3.6.21, which is currently built by sqlite3.vcproj (see below).
_tkinter
Wraps the Tk windowing system. Unlike _bsddb and _sqlite3, there's no
corresponding tcltk.vcproj-type project that builds Tcl/Tk from vcproj's
# Bah. VS8.0 does not expand macros in file names.
# Replace them here.
- lines = lines.replace('$(sqlite3Dir)', '..\\..\\..\\sqlite-3.5.9')
+ lines = lines.replace('$(sqlite3Dir)', '..\\..\\..\\sqlite-3.6.21')
lines = lines.replace('$(bsddbDir)\\..\\..', '..\\..\\..\\db-4.7.25.0\\build_windows\\..')
lines = lines.replace('$(bsddbDir)', '..\\..\\..\\db-4.7.25.0\\build_windows')
@rem if exist db-4.4.20 rd /s/q db-4.4.20\r
@rem if exist db-4.7.25.0 rd /s/q db-4.7.25.0\r
@rem if exist openssl-0.9.8l rd /s/q openssl-0.9.8l\r
-@rem if exist sqlite-3.5.9 rd /s/q sqlite-3.5.9 \r
+@rem if exist sqlite-3.6.21 rd /s/q sqlite-3.6.21 \r
\r
@rem bzip\r
if not exist bzip2-1.0.5 (\r
if not exist tk-8.5.2.0 svn export http://svn.python.org/projects/external/tk-8.5.2.0\r
\r
@rem sqlite3\r
-if not exist sqlite-3.5.9 (\r
+if not exist sqlite-3.6.21 (\r
rd /s/q sqlite-source-3.3.4\r
- svn export http://svn.python.org/projects/external/sqlite-3.5.9\r
+ svn export http://svn.python.org/projects/external/sqlite-3.6.21\r
)\r