Help for this page

Select Code to Download


  1. or download this
    use ExtUtils::MakeMaker;
    use Config;
    $BORLAND = 1 if $Config{'cc'} =~ /^bcc32/i;
    ...
    $(PERL) -I$(PERL_ARCHLIB) -I$(PERL_LIB) $(XSUBPP) $(XSPROTOARG) $(XSUB
    +PPARGS) $*.xs >xstmp.c && $(MV) xstmp.c $*.cpp
    ';
    }