searchengine/util/tsrc/itkdemo/group/itkdemo.mmp
author Dremov Kirill (Nokia-D-MSW/Tampere) <kirill.dremov@nokia.com>
Tue, 06 Jul 2010 15:30:04 +0300
changeset 10 afe194b6b1cd
parent 0 671dee74050a
permissions -rw-r--r--
Revision: 201025 Kit: 2010127

/*
* 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 itkdemo,
*               a test/demo application for the ITK (Integration Test Kit)
*               library
*
*/


OPTION CW -wchar_t on
MACRO _WCHAR_T_DECLARED

TARGET          itkdemo.exe
TARGETTYPE      exe
UID             0x100039CE 0x0E9AEDF1
VENDORID        0

SOURCEPATH      ../data
START RESOURCE  itkdemo_reg.rss
#ifdef WINSCW
TARGETPATH      /private/10003a3f/apps
#else
TARGETPATH      /private/10003a3f/import/apps
#endif
END //RESOURCE

SOURCEPATH      ../src
SOURCE          itkdemo.cpp

USERINCLUDE     ../inc
USERINCLUDE     ../../itk/inc/public
USERINCLUDE     ../../../cpixtools/inc/public

SYSTEMINCLUDE   /epoc32/include
OS_LAYER_LIBC_SYSTEMINCLUDE
OS_LAYER_STDCPP_SYSTEMINCLUDE
OS_LAYER_GLIB_SYSTEMINCLUDE


// Using main() as entry point
STATICLIBRARY   libcrt0.lib
LIBRARY         libstdcpp.lib
STATICLIBRARY   libitk.lib
STATICLIBRARY   libcpixtools.lib


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

// No capabilities needed by this application
CAPABILITY      ReadUserData WriteUserData