stas 2002/08/14 19:48:48 Modified: src/docs/2.0/devel/core_explained core_explained.pod Log: how to skip certain C defines from being picked by the source scan Revision Changes Path 1.23 +5 -0 modperl-docs/src/docs/2.0/devel/core_explained/core_explained.pod Index: core_explained.pod =================================================================== RCS file: /home/cvs/modperl-docs/src/docs/2.0/devel/core_explained/core_explained.pod,v retrieving revision 1.22 retrieving revision 1.23 diff -u -r1.22 -r1.23 --- core_explained.pod 13 Aug 2002 11:41:09 -0000 1.22 +++ core_explained.pod 15 Aug 2002 02:48:48 -0000 1.23 @@ -104,6 +104,11 @@ directory by the xs_generate() function. This XS code is combined of the Apache API Perl glue and mod_perl specific extensions. +If you need to skip certain unwanted C defines from being picked by +the source scanning you can add them to the array +C<$Apache::ParseSource::defines_unwanted> in +I<lib/Apache/ParseSource.pm>. + Notice that I<source_scan> target is normally not run during the project build process, since the source scanning is not stable yet, therefore everytime the map files change, C<make source_scan> should
--------------------------------------------------------------------- To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED]