sbsv2/raptor/test/metadata/project/bld.infs/bad_lone_end.inf
author mikek
Fri, 04 Jun 2010 13:09:28 +0100
changeset 18 de5b887c98f7
permissions -rw-r--r--
Upgrading to Raptor 2.14

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

// test for failure in PRJ_EXTENSIONS by processing for ARMV5 and
// test for failure in PRJ_TESTEXTENSIONS by processing for WINSCW

#ifdef EABI

PRJ_EXTENSIONS
// an END without a START
END

#else

PRJ_TESTEXTENSIONS
// an END without a START
END

#endif