[Distutils-checkins] CVS: distutils/distutils unixccompiler.py

Greg Ward gward@cnri.reston.va.us
Thu, 3 Feb 2000 18:07:22 -0500 (EST)


Update of /projects/cvsroot/distutils/distutils
In directory thrak:/home/gward/python/distutils/distutils

Modified Files:
	unixccompiler.py 
Log Message:
Changed 'compile()' method to compile files one-at-a-time -- gives better
feedback and, theoretically, the opportunity to set compiler flags
on a per-file basis.