Subversion Repositories DevTools

Rev

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

Rev 6442 Rev 6619
Line 1463... Line 1463...
1463
    #
1463
    #
1464
    #   Auto calc entry point - only in new WinCE
1464
    #   Auto calc entry point - only in new WinCE
1465
    #   Default is for subsystem:windows
1465
    #   Default is for subsystem:windows
1466
    #   
1466
    #   
1467
    if ($toolchain_info->{'calcEntryPoint'}) {
1467
    if ($toolchain_info->{'calcEntryPoint'}) {
1468
        if (exists $::ScmCompilerOpts{'LDSUBSYSTEM'}) {
1468
        if (exists $::ScmCompilerOpts{'ENTRYPOINT'}) {
1469
            $entry = $::ScmCompilerOpts{'LDSUBSYSTEM'}; 
1469
            $entry = $::ScmCompilerOpts{'ENTRYPOINT'}; 
1470
        }
1470
        }
1471
    }
1471
    }
1472
 
1472
 
1473
#.. Parse arguments
1473
#.. Parse arguments
1474
#
1474
#