Subversion Repositories DevTools

Rev

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

Rev 6177 Rev 6294
Line 198... Line 198...
198
    #   Generate macro to contain the project invocation
198
    #   Generate macro to contain the project invocation
199
    #   The first argument will be a 'build target' argument
199
    #   The first argument will be a 'build target' argument
200
    #
200
    #
201
    $io->Label( "Macro to invoke project", $name );
201
    $io->Label( "Macro to invoke project", $name );
202
    $io->PrtLn( "define ProjectDefine_$name" );
202
    $io->PrtLn( "define ProjectDefine_$name" );
203
    $io->PrtLn( "\t$cmd -f $buildxml -DINTERFACEDIR=\$(PWD)/\$(INTERFACEDIR) -DGBE_TYPE=\$(GBE_TYPE) @{$pArgs} \$1" );
203
    $io->PrtLn( "\t$cmd -f $buildxml -DINTERFACEDIR=\$(abspath \$(INTERFACEDIR)) -DGBE_TYPE=\$(GBE_TYPE) @{$pArgs} \$1" );
204
    $io->PrtLn( "endef");
204
    $io->PrtLn( "endef");
205
    $io->Newline();
205
    $io->Newline();
206
}
206
}
207
 
207
 
208
#-------------------------------------------------------------------------------
208
#-------------------------------------------------------------------------------