diff options
author | Thomas Heller <theller@ctypes.org> | 2003-01-31 20:45:41 (GMT) |
---|---|---|
committer | Thomas Heller <theller@ctypes.org> | 2003-01-31 20:45:41 (GMT) |
commit | dda583df9a4610d99b99dab961c0f06a2a472e3d (patch) | |
tree | c48a2edd98848baeb82f8d935dd9474b403e0985 /Misc | |
parent | 9582794c17b92ae5bb83878abe854d965e51dcdb (diff) | |
download | cpython-dda583df9a4610d99b99dab961c0f06a2a472e3d.zip cpython-dda583df9a4610d99b99dab961c0f06a2a472e3d.tar.gz cpython-dda583df9a4610d99b99dab961c0f06a2a472e3d.tar.bz2 |
Patch #669198: Add cflags to RC compile.
Diffstat (limited to 'Misc')
-rw-r--r-- | Misc/NEWS | 3 |
1 files changed, 3 insertions, 0 deletions
@@ -211,6 +211,9 @@ TBD Windows ------- +- distutils' msvccompiler class now passes the preprocessor options to + the resource compiler. See SF patch #669198. + - The bsddb module now ships with Sleepycat's 4.1.25.NC, the latest release without strong cryptography. |