Subversion Repositories DevTools

Rev

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

Rev 4726 Rev 4727
Line 704... Line 704...
704
        else{
704
        else{
705
            push @{$buildentry{ARGS}}, $_;
705
            push @{$buildentry{ARGS}}, $_;
706
        }
706
        }
707
    }
707
    }
708
 
708
 
-
 
709
    #   Detect reserved words being misused as a platform name
-
 
710
    #   At the moment, the value of NATIVE is calculate towards the end of the
-
 
711
    #   build process so that it can be limited to platfroms that 
-
 
712
    #   are present.
-
 
713
    Error('Invalid use of the platform alias NATIVE','The NATIVE alias cannot be used to define build platforms')
-
 
714
        if (uc($target) eq 'NATIVE');
-
 
715
 
709
    #
716
    #
710
    #   Allow per-platform processing to be alter the basic information
717
    #   Allow per-platform processing to be alter the basic information
711
    #   Special processing may be perform to extend the information
718
    #   Special processing may be perform to extend the information
712
    #   Allows special processing to be enabled on a per-target basis
719
    #   Allows special processing to be enabled on a per-target basis
713
    #
720
    #