Subversion Repositories DevTools

Rev

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

Rev 267 Rev 279
Line 1284... Line 1284...
1284
    push @result, "\$(OBJDIR)/$name.res";
1284
    push @result, "\$(OBJDIR)/$name.res";
1285
 
1285
 
1286
    #
1286
    #
1287
    #   Process each user file
1287
    #   Process each user file
1288
    #
1288
    #
1289
    for (split( ',', $files ))
1289
    for (split( '\s*,\s*', $files ))
1290
    {
1290
    {
1291
        #
1291
        #
1292
        #   Locate the file.
1292
        #   Locate the file.
1293
        #   If it is a generate file so it will be in the SRCS hash
1293
        #   If it is a generate file so it will be in the SRCS hash
1294
        #   Other wise the use will have to use Src to locate the file
1294
        #   Other wise the use will have to use Src to locate the file