diff -r f345bda72bc4 -r 43e37759235e Symbian3/Examples/guid-6013a680-57f9-415b-8851-c4fa63356636/stringutils__ex_8mmp_source.html --- /dev/null Thu Jan 01 00:00:00 1970 +0000 +++ b/Symbian3/Examples/guid-6013a680-57f9-415b-8851-c4fa63356636/stringutils__ex_8mmp_source.html Tue Mar 30 16:16:55 2010 +0100 @@ -0,0 +1,76 @@ + + + + +TB9.2 Example Applications: examples/PIPS/OpenCStringUtilitiesEx/exe/group/stringutils_ex.mmp Source File + + + + + +

examples/PIPS/OpenCStringUtilitiesEx/exe/group/stringutils_ex.mmp

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
+
+
Generated by  + +doxygen 1.6.2
+ +