diff -r 885c2596c964 -r 5d007b20cfd0 qthighway/tsrc/at_xqapplicationmanager/buildtest.bat --- /dev/null Thu Jan 01 00:00:00 1970 +0000 +++ b/qthighway/tsrc/at_xqapplicationmanager/buildtest.bat Tue Aug 31 16:02:37 2010 +0300 @@ -0,0 +1,38 @@ +@echo off +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 +@echo on + +IF ["%1"] EQU [""] GOTO :NODEL +call del MON.sym +call del MON.dat + +:NODEL +call qmake +call bldmake bldfiles +call abld clean +call abld reallyclean + +IF ["%1"] EQU [""] GOTO :NORMAL + +call ctcwrap -i d -C "EXCLUDE+*\moc*.cpp" -C "EXCLUDE+*\t_*.cpp" -C "EXCLUDE+*\stub_*.cpp" abld build winscw udeb +goto :FINAL + +:NORMAL +call build winscw_udeb + +:FINAL +