Subversion Repositories DevTools

Rev

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

Rev 5867 Rev 5878
Line 3101... Line 3101...
3101
                #   Flag the file as a generated file
3101
                #   Flag the file as a generated file
3102
                #
3102
                #
3103
                push @genreq_seen, $cmd;
3103
                push @genreq_seen, $cmd;
3104
                if ( UniquePush (\@gen_files, $fn) )
3104
                if ( UniquePush (\@gen_files, $fn) )
3105
                {
3105
                {
3106
                    if ($gtype == 2)
3106
                    if ($SRCS{ StripDir( $fn ) })
3107
                    {
3107
                    {
3108
                        if ($SRCS{ StripDir( $fn ) })
-
 
3109
                        {
-
 
3110
                            abtWarning(1,"GenerateFiles. Generated File also a Src file: $fn");
3108
                        abtWarning(1,"GenerateFiles. Generated File also a Src file: $fn");
3111
                        }
3109
                    }
3112
                        elsif ( GenerateSrcFile ( $gtype, $fn  ) )
3110
                    elsif ( GenerateSrcFile ( $gtype, $fn  ) )
3113
                        {
3111
                    {
3114
                            push @has_source, $fn;
3112
                        push ( @has_source, $fn ) if ($gtype == 2);
3115
                        }
-
 
3116
                    }
3113
                    }
3117
                }
3114
                }
3118
 
3115
 
3119
                #
3116
                #
3120
                #   Use the directory or the full name
3117
                #   Use the directory or the full name