Subversion Repositories DevTools

Rev

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

Rev 4265 Rev 4309
Line 881... Line 881...
881
{
881
{
882
    my( $platforms, $toolset, @arguments ) = @_;
882
    my( $platforms, $toolset, @arguments ) = @_;
883
 
883
 
884
    Debug2( "Toolset(@_)" );
884
    Debug2( "Toolset(@_)" );
885
 
885
 
886
    return if ( ! ActivePlatform($platforms) );
886
    return 1 if ( ! ActivePlatform($platforms) );
887
 
887
 
888
    $ScmToolset = $toolset;
888
    $ScmToolset = $toolset;
889
    @ScmToolsetArgs = @arguments;
889
    @ScmToolsetArgs = @arguments;
-
 
890
    return 1;
890
}
891
}
891
 
892
 
892
 
893
 
893
sub ToolsetRequire
894
sub ToolsetRequire
894
{
895
{