Subversion Repositories DevTools

Rev

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

Rev 287 Rev 295
Line 439... Line 439...
439
#   Locate the loader file, if it has been provided
439
#   Locate the loader file, if it has been provided
440
#   The file must be a program and should be created within this makefile
440
#   The file must be a program and should be created within this makefile
441
#
441
#
442
if ( $loader )
442
if ( $loader )
443
{
443
{
444
    if ( exists $::PROG_OBJS{$loader} || exists $::PROG_LIBS{$loader} )
444
    if ( $::PROGS->Get( $loader) )
445
    {
445
    {
446
        $loader_file = "\$(BINDIR)/$loader$exe";
446
        $loader_file = "\$(BINDIR)/$loader$exe";
447
    }
447
    }
448
    elsif ( $::SRCS{$loader} )
448
    elsif ( $::SRCS{$loader} )
449
    {
449
    {