diff options
author | Martin v. Löwis <martin@v.loewis.de> | 2006-04-15 18:06:54 (GMT) |
---|---|---|
committer | Martin v. Löwis <martin@v.loewis.de> | 2006-04-15 18:06:54 (GMT) |
commit | 48bbaf23753fa5bd394460a46846a49f44b7eab4 (patch) | |
tree | 7087279445c9f7b6d9318cf5da1c0a493f13821d /Misc/NEWS | |
parent | 73536e039bef3aeb432c3d472a37d7bbb235d7db (diff) | |
download | cpython-48bbaf23753fa5bd394460a46846a49f44b7eab4.zip cpython-48bbaf23753fa5bd394460a46846a49f44b7eab4.tar.gz cpython-48bbaf23753fa5bd394460a46846a49f44b7eab4.tar.bz2 |
Patch #1470875: Building Python with MS Free Compiler.
Diffstat (limited to 'Misc/NEWS')
-rw-r--r-- | Misc/NEWS | 3 |
1 files changed, 3 insertions, 0 deletions
@@ -87,7 +87,10 @@ Library Build ----- +- Patch #1470875: Building Python with MS Free Compiler + - Patch #1161914: Add a python-config script. + - Patch #1324762:Remove ccpython.cc; replace --with-cxx with --with-cxx-main. Link with C++ compiler only if --with-cxx-main was specified. (Can be overridden by explicitly setting LINKCC.) Decouple |