diff options
author | Matthias Klose <doko@ubuntu.com> | 2009-02-22 23:18:38 (GMT) |
---|---|---|
committer | Matthias Klose <doko@ubuntu.com> | 2009-02-22 23:18:38 (GMT) |
commit | 906785c4c20c5b2ea25fbca63c01732a6818e61c (patch) | |
tree | b154d728ed8eec52bfeea048d21a74e8f31b849d /Misc | |
parent | 929a7236906e1658c6d165fe818ebb0250223de5 (diff) | |
download | cpython-906785c4c20c5b2ea25fbca63c01732a6818e61c.zip cpython-906785c4c20c5b2ea25fbca63c01732a6818e61c.tar.gz cpython-906785c4c20c5b2ea25fbca63c01732a6818e61c.tar.bz2 |
Merged revisions 69889 via svnmerge from
svn+ssh://pythondev@svn.python.org/python/trunk
........
r69889 | matthias.klose | 2009-02-23 00:14:26 +0100 (Mo, 23 Feb 2009) | 2 lines
- Link the shared python library with $(MODLIBS).
........
Diffstat (limited to 'Misc')
-rw-r--r-- | Misc/NEWS | 2 |
1 files changed, 2 insertions, 0 deletions
@@ -479,6 +479,8 @@ Tools/Demos Build ----- +- Link the shared python library with $(MODLIBS). + - Issue #5134: Silence compiler warnings when compiling sqlite with VC++. - Issue #4494: Fix build with Py_NO_ENABLE_SHARED on Windows. |