00001 /* 00002 * ============================================================================== 00003 * Name : STRINGUTILS_EX.MMP 00004 * Part of : Open C / StringUtils example, which demonstrates 00005 * OpenCStringUtilsLibEx.lib's API usage. 00006 * 00007 * Description : Demonstrates the usage of the 00008 * Version: 0.5 00009 * 00010 * Copyright (c) 2005-2007 Nokia Corporation. 00011 * This material, including documentation and any related 00012 * computer programs, is protected by copyright controlled by 00013 * Nokia Corporation. 00014 * ============================================================================== 00015 */ 00016 00017 TARGET OpenCStringUtilitiesExeEx.exe 00018 TARGETTYPE exe 00019 UID 0x100039CE 0xA000131F 00020 VENDORID 0 00021 00022 00023 SOURCEPATH ..\data 00024 START RESOURCE stringutils_ex_reg.rss 00025 #ifdef WINSCW 00026 TARGETPATH \private\10003a3f\apps 00027 #else 00028 TARGETPATH \private\10003a3f\import\apps 00029 #endif 00030 END //RESOURCE 00031 00032 00033 SOURCEPATH ..\src 00034 //Sourcefile 00035 SOURCE example.cpp 00036 00037 00038 USERINCLUDE ..\inc 00039 // Include path from the OpenCStringUtilitiesLibEx library 00040 USERINCLUDE ..\..\Library\inc 00041 00042 00043 //Standard System include paths 00044 SYSTEMINCLUDE \epoc32\include 00045 // These are needed for including Open C headers 00046 // NOTE! When part of SDK, path will differ 00047 SYSTEMINCLUDE \epoc32\include\stdapis 00048 00049 00050 STATICLIBRARY libcrt0.lib 00051 00052 LIBRARY euser.lib 00053 LIBRARY libc.lib 00054 // Link with OpenCStringUtilitiesLibEx Library 00055 LIBRARY OpenCStringUtilitiesLibEx.lib 00056 00057 // No capabilities needed by this application 00058 CAPABILITY None 00059 00060 LANG SC
Copyright ©2010 Nokia Corporation and/or its subsidiary(-ies).
All rights
reserved. Unless otherwise stated, these materials are provided under the terms of the Eclipse Public License
v1.0.