searchengine/oss/cl/sortproto/group/sortproto.mmp
changeset 0 671dee74050a
child 21 2c484ac32ef0
equal deleted inserted replaced
-1:000000000000 0:671dee74050a
       
     1 /*------------------------------------------------------------------------------
       
     2 * Copyright (C) 2010 Nokia Corporation and/or its subsidiary(-ies). 
       
     3 * 
       
     4 * Distributable under the terms of either the Apache License (Version 2.0) or 
       
     5 * the GNU Lesser General Public License, as specified in the COPYING file.
       
     6 ------------------------------------------------------------------------------*/
       
     7 
       
     8 /*
       
     9 ============================================================================
       
    10  Name        : sortproto.mmp
       
    11  Description : This is the project specification file for sortproto.
       
    12 ============================================================================
       
    13 */
       
    14 
       
    15 OPTION CW -wchar_t on
       
    16 MACRO _WCHAR_T_DECLARED RVCT22_STATICS_WORKAROUND CPIX_ASYNC_MT 
       
    17 
       
    18 
       
    19 TARGET          sortproto.exe
       
    20 TARGETTYPE      exe
       
    21 UID             0x100039CE 0xE79EE5CF
       
    22 VENDORID        0
       
    23 
       
    24 SOURCEPATH      ../data
       
    25 START RESOURCE  sortproto_reg.rss
       
    26 #ifdef WINSCW
       
    27 TARGETPATH      /private/10003a3f/apps
       
    28 #else
       
    29 TARGETPATH      /private/10003a3f/import/apps
       
    30 #endif
       
    31 END //RESOURCE
       
    32 
       
    33 SOURCEPATH      ../src
       
    34 SOURCE          sortproto.cpp
       
    35 SOURCE          idx.cpp
       
    36 
       
    37 USERINCLUDE     ../inc
       
    38 USERINCLUDE  ../../../../../searchsrv_plat/cpix_utility_api/inc
       
    39 
       
    40 SYSTEMINCLUDE   ../../clucene/src
       
    41 SYSTEMINCLUDE   ../../../../util/cpixtools/inc/public
       
    42 SYSTEMINCLUDE   /epoc32/include
       
    43 # BEGIN for earlier OpenC releases
       
    44 OS_LAYER_LIBC_SYSTEMINCLUDE
       
    45 OS_LAYER_STDCPP_SYSTEMINCLUDE
       
    46 SYSTEMINCLUDE     /epoc32/include/stdapis/stlportv5
       
    47 # END for earlier OpenC releases
       
    48 
       
    49 
       
    50 // Using main() as entry point
       
    51 STATICLIBRARY   libcrt0.lib
       
    52 STATICLIBRARY   libclucene.lib
       
    53 STATICLIBRARY   libcpixtools.lib
       
    54 
       
    55 // libc and euser are always needed when using main() entry point
       
    56 LIBRARY         libc.lib 
       
    57 LIBRARY         euser.lib
       
    58 LIBRARY 	libstdcpp.lib
       
    59 LIBRARY 	libm.lib
       
    60 LIBRARY         libpthread.lib
       
    61 
       
    62 
       
    63 // No capabilities needed by this application
       
    64 CAPABILITY ReadUserData WriteUserData
       
    65 
       
    66 #ifdef ENABLE_ABIV2_MODE
       
    67 DEBUGGABLE_UDEBONLY
       
    68 #endif