diff -r b26acd06ea60 -r ac50fd48361b sdkcreationmw/sdkexamples/cppexamples/S60Ex/s60opencppex/stl/group/stl.mmp --- a/sdkcreationmw/sdkexamples/cppexamples/S60Ex/s60opencppex/stl/group/stl.mmp Mon Mar 08 12:09:11 2010 +0530 +++ b/sdkcreationmw/sdkexamples/cppexamples/S60Ex/s60opencppex/stl/group/stl.mmp Wed Apr 21 09:56:53 2010 +0530 @@ -2,7 +2,7 @@ * Copyright (c) 2007-2008 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" +* under the terms of the License "Eclipse Public License v1.0" * which accompanies this distribution, and is available * at the URL "http://www.eclipse.org/legal/epl-v10.html". * @@ -11,14 +11,14 @@ * * Contributors: * -* Description: +* Description: * */ TARGET stl.exe TARGETTYPE exe -UID 0 0xA0007DFB +UID 0 0xE0007DFB USERINCLUDE ..\inc @@ -37,17 +37,22 @@ SYSTEMINCLUDE \epoc32\include SYSTEMINCLUDE \epoc32\include\stdapis SYSTEMINCLUDE \epoc32\include\stdapis\sys -SYSTEMINCLUDE \epoc32\include\stdapis\stlport -SYSTEMINCLUDE \epoc32\include\stdapis\stlport\stl +SYSTEMINCLUDE \epoc32\include\stdapis\stlportv5 +SYSTEMINCLUDE \epoc32\include\stdapis\stlportv5\stl STATICLIBRARY libcrt0.lib -LIBRARY libstdcpp.lib +LIBRARY libstdcppv5.lib LIBRARY libc.lib LIBRARY libpthread.lib LIBRARY euser.lib OPTION CW -wchar_t on -MACRO _WCHAR_T_DECLARED +//MACRO _WCHAR_T_DECLARED + +MACRO __SYMBIAN_STDCPP_SUPPORT__ +// To specify the usage of Standard C++ Semantics +//Currently Carbide doesnt support this, but command line building for ARMV5 is supported +STDCPP