sdkcreationmw/sdkexamples/cppexamples/S60Ex/s60opencppex/iterators/group/iterators.mmp
changeset 1 ac50fd48361b
parent 0 b26acd06ea60
equal deleted inserted replaced
0:b26acd06ea60 1:ac50fd48361b
     1 /*
     1 /*
     2 * Copyright (c) 2007-2008 Nokia Corporation and/or its subsidiary(-ies).
     2 * Copyright (c) 2007-2008 Nokia Corporation and/or its subsidiary(-ies).
     3 * All rights reserved.
     3 * All rights reserved.
     4 * This component and the accompanying materials are made available
     4 * This component and the accompanying materials are made available
     5 * under the terms of "Eclipse Public License v1.0"
     5 * under the terms of the License "Eclipse Public License v1.0"
     6 * which accompanies this distribution, and is available
     6 * which accompanies this distribution, and is available
     7 * at the URL "http://www.eclipse.org/legal/epl-v10.html".
     7 * at the URL "http://www.eclipse.org/legal/epl-v10.html".
     8 *
     8 *
     9 * Initial Contributors:
     9 * Initial Contributors:
    10 * Nokia Corporation - initial contribution.
    10 * Nokia Corporation - initial contribution.
    11 *
    11 *
    12 * Contributors:
    12 * Contributors:
    13 *
    13 *
    14 * Description: 
    14 * Description:
    15 *
    15 *
    16 */
    16 */
    17 
    17 
    18 
    18 
    19 TARGET		  iterators.exe
    19 TARGET		  iterators.exe
    20 TARGETTYPE	  exe
    20 TARGETTYPE	  exe
    21 UID			 0 0xA0007DFA
    21 UID			 0 0xE0007DFA
    22 
    22 
    23 USERINCLUDE	 ..\inc
    23 USERINCLUDE	 ..\inc
    24 
    24 
    25 SOURCEPATH      ..\data
    25 SOURCEPATH      ..\data
    26 START RESOURCE  iterators_reg.rss
    26 START RESOURCE  iterators_reg.rss
    35 SOURCE		  iterators.cpp
    35 SOURCE		  iterators.cpp
    36 
    36 
    37 SYSTEMINCLUDE	    \epoc32\include 
    37 SYSTEMINCLUDE	    \epoc32\include 
    38 SYSTEMINCLUDE		\epoc32\include\stdapis
    38 SYSTEMINCLUDE		\epoc32\include\stdapis
    39 SYSTEMINCLUDE		\epoc32\include\stdapis\sys
    39 SYSTEMINCLUDE		\epoc32\include\stdapis\sys
    40 SYSTEMINCLUDE		\epoc32\include\stdapis\stlport
    40 SYSTEMINCLUDE		\epoc32\include\stdapis\stlportv5
    41 SYSTEMINCLUDE		\epoc32\include\stdapis\stlport\stl
    41 SYSTEMINCLUDE		\epoc32\include\stdapis\stlportv5\stl
    42 
    42 
    43 
    43 
    44 STATICLIBRARY	libcrt0.lib
    44 STATICLIBRARY	libcrt0.lib
    45 LIBRARY			libstdcpp.lib
    45 LIBRARY			libstdcppv5.lib
    46 LIBRARY			libc.lib
    46 LIBRARY			libc.lib
    47 LIBRARY			libpthread.lib
    47 LIBRARY			libpthread.lib
    48 LIBRARY			euser.lib
    48 LIBRARY			euser.lib
    49 
    49 
    50 
    50 
    51 OPTION CW -wchar_t on
    51 OPTION CW -wchar_t on
    52 MACRO  _WCHAR_T_DECLARED
    52 //MACRO  _WCHAR_T_DECLARED
    53 
    53 
       
    54 MACRO __SYMBIAN_STDCPP_SUPPORT__
       
    55 
       
    56 // To specify the usage of Standard C++ Semantics
       
    57 //Currently Carbide doesnt support this, but command line building for ARMV5 is supported
       
    58 STDCPP