Subversion Repositories DevTools

Rev

Rev 315 | Rev 335 | Go to most recent revision | Show entire file | Ignore whitespace | Details | Blame | Last modification | View Log | RSS feed

Rev 315 Rev 333
Line 553... Line 553...
553
#
553
#
554
    $io->SetTag( "${name}_dp" );              # command tag
554
    $io->SetTag( "${name}_dp" );              # command tag
555
    $io->SetTerm();
555
    $io->SetTerm();
556
 
556
 
557
    $io->DepRules( $name, $pLibs,               # library depends rules
557
    $io->DepRules( $name, $pLibs,               # library depends rules
558
        \&ToolsetLibRecipe, "$shared" );
558
        \&ToolsetLibRecipe, "\$(LIBDIR)/$shared" );
559
 
559
 
560
    $io->Newline();
560
    $io->Newline();
561
}
561
}
562
 
562
 
563
 
563