Subversion Repositories DevTools

Rev

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

Rev 235 Rev 261
Line 53... Line 53...
53
        }
53
        }
54
    }
54
    }
55
 
55
 
56
    #.. Parse Platform Arguments
56
    #.. Parse Platform Arguments
57
    #
57
    #
58
    my( @args ) = @::ScmPlatformArgs;           # Platform arguments
58
    @args = @::ScmPlatformArgs;                 # Platform arguments
59
    foreach $_ ( @args ) {
59
    foreach $_ ( @args ) {
60
        if (/^--product=(.*)/) {                # GBE product
60
        if (/^--product=(.*)/) {                # GBE product
61
            $product = $1;
61
            $product = $1;
62
        } else {
62
        } else {
63
            Message( "avr_iar: unknown platform argument $_ -- ignored\n" );
63
            Message( "avr_iar: unknown platform argument $_ -- ignored\n" );
Line 158... Line 158...
158
 
158
 
159
    #.. Toolset configuration
159
    #.. Toolset configuration
160
    #
160
    #
161
    $::ScmToolsetVersion = "1.0.0";               # our version
161
    $::ScmToolsetVersion = "1.0.0";               # our version
162
    $::ScmToolsetGenerate = 0;                    # generate optional
162
    $::ScmToolsetGenerate = 0;                    # generate optional
163
    $::ScmToolsetIFLAG3 = 1;                      # supports IFLAG3
-
 
164
 
163
 
165
#.. Cleanup rules
164
#.. Cleanup rules
166
#
165
#
167
#   9 Files that appear to be created by the USB licsence dongle
166
#   9 Files that appear to be created by the USB licsence dongle
168
#
167
#