Subversion Repositories DevTools

Rev

Rev 263 | Show entire file | Ignore whitespace | Details | Blame | Last modification | View Log | RSS feed

Rev 263 Rev 279
Line 627... Line 627...
627
    push @result, "\$(OBJDIR)/$name.res";
627
    push @result, "\$(OBJDIR)/$name.res";
628
 
628
 
629
    #
629
    #
630
    #   Process each user file
630
    #   Process each user file
631
    #
631
    #
632
    for (split( ',', $files ))
632
    for (split( '\s*,\s*', $files ))
633
    {
633
    {
634
        #
634
        #
635
        #   Locate the file.
635
        #   Locate the file.
636
        #   If it is a generate file so it will be in the SRCS hash
636
        #   If it is a generate file so it will be in the SRCS hash
637
        #   Other wise the use will have to use Src to locate the file
637
        #   Other wise the use will have to use Src to locate the file