[Module-build-checkins] Module-Build Changes,1.378,1.379
Status: Beta
Brought to you by:
kwilliams
|
From: Ken W. <kwi...@us...> - 2005-09-22 18:36:06
|
Update of /cvsroot/module-build/Module-Build In directory sc8-pr-cvs1.sourceforge.net:/tmp/cvs-serv9467 Modified Files: Changes Log Message: add -DVERSION and -DXS_VERSION compilation flags Index: Changes =================================================================== RCS file: /cvsroot/module-build/Module-Build/Changes,v retrieving revision 1.378 retrieving revision 1.379 diff -u -d -r1.378 -r1.379 --- Changes 22 Sep 2005 02:39:34 -0000 1.378 +++ Changes 22 Sep 2005 18:35:50 -0000 1.379 @@ -8,6 +8,9 @@ - The recommended dependency on ExtUtils::ParseXS has been moved into the "C_support" auto_feature. + - When building XS files, we now pass the -DVERSION and -DXS_VERSION + flags to the compiler. [Suggested by Jerry Hedden] + - If a distribution has XS files and Module::Build has not been configured with the "C_support" feature, we now issued a warning. [Suggested by Jerry Hedden] |