Subversion Repositories DevTools

Rev

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

Rev 5568 Rev 5672
Line 3324... Line 3324...
3324
    #
3324
    #
3325
    foreach my $arg ( @args )
3325
    foreach my $arg ( @args )
3326
    {
3326
    {
3327
         if ( $arg =~ /^--Define=(.)/ ) {
3327
         if ( $arg =~ /^--Define=(.)/ ) {
3328
            push @opts, $arg;
3328
            push @opts, $arg;
-
 
3329
 
-
 
3330
         } elsif ( $arg =~ /^--ExternalModule=(.)/ ) {
-
 
3331
               push @opts, $arg;
3329
            
3332
            
3330
         } elsif ( $arg =~ /^-/ ) {
3333
         } elsif ( $arg =~ /^-/ ) {
3331
            push @opts, $arg;
3334
            push @opts, $arg;
3332
            Warning ("MakeLinuxDriver: Unknown option: $arg. Passed to script");
3335
            Warning ("MakeLinuxDriver: Unknown option: $arg. Passed to script");
3333
 
3336
 
Line 3366... Line 3369...
3366
                    "-Arch=\$(HOST_CPU)",
3369
                    "-Arch=\$(HOST_CPU)",
3367
                    "-LeaveTmp=\$(LEAVETMP)",
3370
                    "-LeaveTmp=\$(LEAVETMP)",
3368
                    "-Verbose=\$(CC_PRE)",
3371
                    "-Verbose=\$(CC_PRE)",
3369
                    "-Type=\$(GBE_TYPE)",
3372
                    "-Type=\$(GBE_TYPE)",
3370
                    "-Platform=\$(GBE_PLATFORM)",
3373
                    "-Platform=\$(GBE_PLATFORM)",
-
 
3374
                    "--Var(LocalBinDir)",
3371
                    '$(patsubst %,-Incdir=%,$(INCDIRS))',
3375
                    '$(patsubst %,-Incdir=%,$(INCDIRS))',
-
 
3376
                    '--Clean',
3372
                    @opts,
3377
                    @opts,
3373
                    @srcs
3378
                    @srcs
3374
                    );
3379
                    );
3375
}
3380
}
3376
 
3381