mingw-5.1.4/group/bld.inf
author Alex Gilkes <alex.gilkes@nokia.com>
Tue, 12 May 2009 17:36:49 +0100
changeset 1 01a9c5986656
parent 0 76b1f169d9fe
child 3 d6b1fbb42aec
permissions -rw-r--r--
Catch up of Symbian tools for dev/hostenv/dist/MCL_dist @1596299

// Copyright (c) 2007-2009 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 "Symbian Foundation License v1.0"
// which accompanies this distribution, and is available
// at the URL "http://www.symbianfoundation.org/legal/sfl-v10.html".
//
// Initial Contributors:
// Nokia Corporation - initial contribution.
//
// Contributors:
//
// Description:
//

PRJ_PLATFORMS
TOOLS TOOLS2

#ifndef SBSV2

// abld build using generated exports file

PRJ_EXPORTS
#include "exports.inf"

#else

// raptor build using an FLM

PRJ_EXTENSIONS

START EXTENSION utility.copydir
	OPTION SOURCE_DIR  ../win32
	OPTION DEST_DIR    tools/sbs/win32/mingw
	OPTION WHAT_TARGET WHATEXPORTS
END

#endif