Subversion Repositories DevTools

Rev

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

Rev 271 Rev 273
Line 7683... Line 7683...
7683
                $arguments{$platform}{'Target'} = 1;
7683
                $arguments{$platform}{'Target'} = 1;
7684
            } else {
7684
            } else {
7685
                Warning ("No Platform preceedig platform option: $_");
7685
                Warning ("No Platform preceedig platform option: $_");
7686
            }
7686
            }
7687
 
7687
 
-
 
7688
        } elsif ( /^--Only(Prod)|(Debug)/ ) {
-
 
7689
            # Known arguments
-
 
7690
 
7688
        } elsif ( /^--/ ) {
7691
        } elsif ( /^--/ ) {
7689
            Warning ("Unknown platform option: $_");
7692
            Warning ("Unknown platform option: $_");
7690
 
7693
 
7691
        } else {                                # Target
7694
        } else {                                # Target
7692
            $platform = $_;
7695
            $platform = $_;