You are viewing a plain text version of this content. The canonical link for it is here.
Posted to docs-cvs@perl.apache.org by st...@apache.org on 2001/12/04 07:37:14 UTC

cvs commit: modperl-docs/src/devel/core_explained core_explained.pod

stas        01/12/03 22:37:14

  Modified:    src/devel/core_explained core_explained.pod
  Log:
  explain what's in src/modules/perl
  + how to add new .c/.h files there
  
  Revision  Changes    Path
  1.9       +15 -0     modperl-docs/src/devel/core_explained/core_explained.pod
  
  Index: core_explained.pod
  ===================================================================
  RCS file: /home/cvs/modperl-docs/src/devel/core_explained/core_explained.pod,v
  retrieving revision 1.8
  retrieving revision 1.9
  diff -u -r1.8 -r1.9
  --- core_explained.pod	2001/11/29 16:26:32	1.8
  +++ core_explained.pod	2001/12/04 06:37:14	1.9
  @@ -28,6 +28,20 @@
     WrapXS/      - autogenerated XS code
     blib/        - ready to install version of the package
   
  +=head1 Directory src
  +
  +=head2 Directory src/modules/perl/
  +
  +The directory I<src/modules/perl> includes the C source files needed
  +to build the I<libmodperl> library.
  +
  +Notice that several files in this directory are autogenerated during
  +the I<perl Makefile> stage.
  +
  +When adding new source files to this directory you should add their
  +names to the C<@c_src_names> variable in I<lib/ModPerl/Code.pm>, so
  +they will be picked up by the autogenerated I<Makefile>.
  +
   =head1 Directory xs/
   
     Apache/                 - Apache specific XS code
  @@ -281,6 +295,7 @@
   
     modperl_xs_sv_convert.h
     modperl_xs_typedefs.h
  +
   
   
   
  
  
  

---------------------------------------------------------------------
To unsubscribe, e-mail: docs-cvs-unsubscribe@perl.apache.org
For additional commands, e-mail: docs-cvs-help@perl.apache.org