[Python-checkins] python/dist/src/Misc NEWS,1.631,1.632

theller@users.sourceforge.net theller@users.sourceforge.net
Fri, 31 Jan 2003 12:45:46 -0800


Update of /cvsroot/python/python/dist/src/Misc
In directory sc8-pr-cvs1:/tmp/cvs-serv13538

Modified Files:
	NEWS 
Log Message:
Patch #669198: Add cflags to RC compile.


Index: NEWS
===================================================================
RCS file: /cvsroot/python/python/dist/src/Misc/NEWS,v
retrieving revision 1.631
retrieving revision 1.632
diff -C2 -d -r1.631 -r1.632
*** NEWS	28 Jan 2003 19:21:12 -0000	1.631
--- NEWS	31 Jan 2003 20:45:41 -0000	1.632
***************
*** 212,215 ****
--- 212,218 ----
  -------
  
+ - 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.