[Module-build-checkins] ExtUtils-CBuilder Changes,1.47,1.48
Status: Beta
Brought to you by:
kwilliams
From: Ken W. <kwi...@us...> - 2006-03-13 21:57:04
|
Update of /cvsroot/module-build/ExtUtils-CBuilder In directory sc8-pr-cvs1.sourceforge.net:/tmp/cvs-serv14373 Modified Files: Changes Log Message: Fix /define on VMS Index: Changes =================================================================== RCS file: /cvsroot/module-build/ExtUtils-CBuilder/Changes,v retrieving revision 1.47 retrieving revision 1.48 diff -u -d -r1.47 -r1.48 --- Changes 21 Feb 2006 09:26:35 -0000 1.47 +++ Changes 13 Mar 2006 21:57:01 -0000 1.48 @@ -5,6 +5,10 @@ - Fix quoting of command line arguments on Windows. [Yitzchak Scott-Thoennes] + - Provided a custom arg_defines() on VMS that does essentially the + same thing for /define that version 0.14 did for /include. [Craig + A. Berry] + - Documented the existing 'quiet' parameter, which silences the printing of system() commands. [Suggested by Yitzchak Scott-Thoennes] |