dougm       01/10/21 18:34:57

  Modified:    lib/Apache Build.pm
  Log:
  -def:modperl.exp is not for .xs .dlls
  
  Revision  Changes    Path
  1.67      +1 -6      modperl-2.0/lib/Apache/Build.pm
  
  Index: Build.pm
  ===================================================================
  RCS file: /home/cvs/modperl-2.0/lib/Apache/Build.pm,v
  retrieving revision 1.66
  retrieving revision 1.67
  diff -u -r1.66 -r1.67
  --- Build.pm  2001/10/22 01:33:47     1.66
  +++ Build.pm  2001/10/22 01:34:57     1.67
  @@ -919,12 +919,7 @@
       $flags->($self);
   }
   
  -#XXX: install *.def / search @INC
  -sub otherldflags_MSWin32 {
  -    my $self = shift;
  -    $self->export_files_MSWin32;
  -}
  -
  +#XXX: install *.exp / search @INC
   sub otherldflags_aix {
       ""; #XXX: -bI:*.exp files
   }
  
  
  


Reply via email to