Subversion Repositories DevTools

Rev

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

Rev 7307 Rev 7308
Line 829... Line 829...
829
        Error("Invalid use of the platform alias $reserved","The $reserved alias cannot be used to define build platforms")
829
        Error("Invalid use of the platform alias $reserved","The $reserved alias cannot be used to define build platforms")
830
            if (uc($target) eq uc($reserved));
830
            if (uc($target) eq uc($reserved));
831
    }
831
    }
832
 
832
 
833
    #
833
    #
834
    #   Allow per-platform processing to be alter the basic information
834
    #   Allow per-platform processing to alter the basic information
835
    #   Special processing may be perform to extend the information
835
    #   Special processing may be perform to extend the information
836
    #   Allows special processing to be enabled on a per-target basis
836
    #   Allows special processing to be enabled on a per-target basis
837
    #
837
    #
838
    #   There are three forms of processing that have been allowed for:
838
    #   There are three forms of processing that have been allowed for:
839
    #       1) None:        There is not platform specific extension
839
    #       1) None:        There is not platform specific extension