Subversion Repositories DevTools

Rev

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

Rev 241 Rev 261
Line 47... Line 47...
47
        }
47
        }
48
    }
48
    }
49
 
49
 
50
#.. Parse Platform Arguments
50
#.. Parse Platform Arguments
51
#
51
#
52
    my( @args ) = @ScmPlatformArgs;             # Platform arguments
52
    @args = @ScmPlatformArgs;                   # Platform arguments
53
    foreach $_ ( @args ) {
53
    foreach $_ ( @args ) {
54
        if (/^--product=(.*)/) {                # GBE product
54
        if (/^--product=(.*)/) {                # GBE product
55
            $product = $1;
55
            $product = $1;
56
 
56
 
57
        } elsif (/^--Version=(.*)/) {
57
        } elsif (/^--Version=(.*)/) {
Line 64... Line 64...
64
 
64
 
65
#.. Toolset configuration
65
#.. Toolset configuration
66
#
66
#
67
    $::ScmToolsetVersion = "1.0.0";               # our version
67
    $::ScmToolsetVersion = "1.0.0";               # our version
68
    $::ScmToolsetGenerate = 0;                    # generate optional
68
    $::ScmToolsetGenerate = 0;                    # generate optional
69
    $::ScmToolsetIFLAG3 = 1;                      # supports IFLAG3
-
 
70
 
69
 
71
#.. Standard.rul requirements
70
#.. Standard.rul requirements
72
#
71
#
73
    $s =   'java';          # Assembler source file
72
    $s =   'java';          # Assembler source file
74
    $o =   '';              # Object file
73
    $o =   '';              # Object file