contentstorage/casrv/calocalizerscanner/tsrc/t_calocalizerscanner/decision.bat
author Jaakko Haukipuro (Nokia-MS/Oulu) <Jaakko.Haukipuro@nokia.com>
Thu, 16 Sep 2010 12:11:40 +0100
changeset 117 c63ee96dbe5f
permissions -rw-r--r--
Missing activityfw and taskswitcher components - fix for Bug 3670

@rem
@rem Copyright (c) 2009 Nokia Corporation and/or its subsidiary(-ies).
@rem All rights reserved.
@rem This component and the accompanying materials are made available
@rem under the terms of "Eclipse Public License v1.0"
@rem which accompanies this distribution, and is available
@rem at the URL "http://www.eclipse.org/legal/epl-v10.html".
@rem
@rem Initial Contributors:
@rem Nokia Corporation - initial contribution.
@rem
@rem Contributors:
@rem
@rem Description:
@rem

call cd ..
call cd ..
call del mon.sym
call del mon.dat
call rmdir /s /q CTCHTML

call make distclean
call qmake -r
call bldmake bldfiles
call abld makefile winscw
call abld reallyclean winscw
call ctcwrap -i fd -C "EXCLUDE=*" -C "NO_EXCLUDE+./src/*" abld build winscw udeb

call cd tsrc
call cd t_calocalizerscanner
call make distclean
call qmake -r
call bldmake bldfiles
call abld makefile winscw
call abld reallyclean winscw
call abld build winscw udeb
call \epoc32\release\winscw\udeb\t_calocalizerscanner.exe -o c:\log_dec.txt
call cd ..
call cd ..
call ctcpost -p profile.txt
call ctc2html -nsb -i profile.txt -o CTCFUNCTION
call del profile.txt;
call ctcpost -fd -p profile.txt;
call ctc2html -nsb -i profile.txt -o CTCDECISION;