@REM This script is only executed if rtlbuild.sh is a success. Thus build is good and record this fact. @echo %NUM% > %TOP%\%TITLE%\.%TITLE%.lastgood @REM @REM Remove anything generated from the build @REM @REM perl -I$BLDSVRDIR/lib $SRV_SHARED_DIR/getlogs.pl `hostname` $TITLE $NUM " Correlates with $depend or later." @C:\Perl\bin\perl -I%BLDSVRDIR%\lib %SRV_SHARED_DIR%\buildfuncs.pl removecomments @C:\Perl\bin\perl -I%BLDSVRDIR%\lib %SRV_SHARED_DIR%\log2html.pl -e C:\Cabie\server\config\stringPatterns.errors -i %RTL%/%TITLE%.%TYPE%.log -o %RTL%/index.html -t %TITLE% IF NOT EXIST "%TOP%\ApplicationX\debug - projects\appx.exe" goto ERROR @goto end :ERROR @echo "No executable generated, failing build!" @exit 1 :end @echo PostBuild Done! @cd %TOP% @exit 0