searchengine/util/cpixtools/group/cpixtools.mmp
author William Roberts <williamr@symbian.org>
Thu, 22 Jul 2010 16:43:21 +0100
branchGCC_SURGE
changeset 12 e3bafe42f98a
parent 0 671dee74050a
permissions -rw-r--r--
Catchup to latest Symbian^4

/*
* 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 "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: This is the project specification file for libcpixtools.lib
*
*/


OPTION CW -wchar_t on
MACRO _WCHAR_T_DECLARED


TARGET            libcpixtools.lib
TARGETTYPE        lib

SOURCEPATH        ../src
SOURCE            cpixtools.cpp
SOURCE            cpixfstools.cpp
SOURCE            cpixstrtools.cpp
SOURCE            cpixgeotools.cpp
SOURCE            cpixparsetools.cpp
SOURCE            cpixsynctools.cpp
SOURCE            cpixtimetools.cpp

USERINCLUDE       ../inc/public
USERINCLUDE       ../inc/private

SYSTEMINCLUDE     /epoc32/include
OS_LAYER_LIBC_SYSTEMINCLUDE
OS_LAYER_STDCPP_SYSTEMINCLUDE
SYSTEMINCLUDE     /epoc32/include/stdapis/stlportv5
OS_LAYER_GLIB_SYSTEMINCLUDE


// libc and euser are always needed when using main() entry point
//LIBRARY           libc.lib
//LIBRARY           libglib.lib
//LIBRARY           libstdcpp.lib
//LIBRARY           libm.lib
//LIBRARY           euser.lib

// No capabilities needed by this application
CAPABILITY      None