python-2.5.2/group/bld.inf
author Alex Gilkes <alex.gilkes@nokia.com>
Tue, 12 May 2009 17:36:58 +0100
changeset 1 96ece3500cf4
parent 0 ae805ac0140d
child 2 9da1e5517a66
permissions -rw-r--r--
Catch up of Symbian tools for dev/hostenv/pythontoolsplat/MCL_pythontoolsplat @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/python252
	OPTION WHAT_TARGET WHATEXPORTS
END

#endif