Subversion Repositories DevTools

Rev

Rev 227 | Show entire file | Ignore whitespace | Details | Blame | Last modification | View Log | RSS feed

Rev 227 Rev 255
Line 1607... Line 1607...
1607
    #
1607
    #
1608
    #   Generate the recipe to create the project
1608
    #   Generate the recipe to create the project
1609
    #
1609
    #
1610
    $io->Label( "Build project", $name );
1610
    $io->Label( "Build project", $name );
1611
    $io->PrtLn( "Project_$name: $project" );
1611
    $io->PrtLn( "Project_$name: $project" );
-
 
1612
    $io->PrtLn( "\t\$(XX_PRE)( \$(show_environment); \\" );
1612
    $io->PrtLn( "\t\$(XX_PRE)( evc $project /make \"ALL - \$(PROJECT_CMD)\" /use_env /CEConfig=\"\$(WCE_PLATFORM)\" /out $name\$(GBE_TYPE).log; \\" );
1613
    $io->PrtLn( "\tevc $project /make \"ALL - \$(PROJECT_CMD)\" /use_env /CEConfig=\"\$(WCE_PLATFORM)\" /out $name\$(GBE_TYPE).log; \\" );
1613
    $io->PrtLn( "\tret=\$\$?; \\" );
1614
    $io->PrtLn( "\tret=\$\$?; \\" );
1614
    $io->PrtLn( "\t\$(GBE_BIN)/cat $name\$(GBE_TYPE).log; \\" );
1615
    $io->PrtLn( "\t\$(GBE_BIN)/cat $name\$(GBE_TYPE).log; \\" );
1615
    $io->PrtLn( "\texit \$\$ret )" );
1616
    $io->PrtLn( "\texit \$\$ret )" );
1616
    $io->Newline();
1617
    $io->Newline();
1617
 
1618