Subversion Repositories DevTools

Rev

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

Rev 391 Rev 392
Line 616... Line 616...
616
#   view, primarily for determining metrics.
616
#   view, primarily for determining metrics.
617
#
617
#
618
#   Calculate where the dynmaic view will be
618
#   Calculate where the dynmaic view will be
619
#   This differ between UNIX/WINDOWS
619
#   This differ between UNIX/WINDOWS
620
#
620
#
621
if ( $opt_path && $GBE_ABT)
621
if ( $opt_path && $GBE_ABT && !$opt_extract_files)
622
{
622
{
623
    Message( "Create Build tagfile");
623
    Message( "Create Build tagfile");
624
    my $cpath = $VIEWDIR . $VOB_PREFIX . $opt_path;
624
    my $cpath = $VIEWDIR . $VOB_PREFIX . $opt_path;
625
    if ( -d $cpath )
625
    if ( -d $cpath )
626
    {
626
    {