00001 00005 /* 00006 * ============================================================================== 00007 * Name : globalvarex.mmp 00008 * Part of : Open C/Example code 00009 * Description : Platform specific file, used to build the project. 00010 * Version : 1.0 00011 * 00012 * Copyright (c) 2007 Nokia Corporation. 00013 * This material, including documentation and any related 00014 * computer programs, is protected by copyright controlled by 00015 * Nokia Corporation. 00016 * ============================================================================== 00017 */ 00018 00019 TARGET globalvarex.exe 00020 TARGETTYPE exe 00021 UID 0 0xA000131E 00022 00023 CAPABILITY NONE 00024 VENDORID 0 00025 00026 SOURCEPATH ..\data 00027 START RESOURCE globalvarex_reg.rss 00028 #ifdef WINSCW 00029 TARGETPATH \private\10003a3f\apps 00030 #else 00031 TARGETPATH \private\10003a3f\import\apps 00032 #endif 00033 END //RESOURCE 00034 00035 SOURCEPATH ..\src 00036 SOURCE globalvarex.c 00037 00038 USERINCLUDE ..\inc 00039 USERINCLUDE ..\libwsddll\inc 00040 00041 SYSTEMINCLUDE \epoc32\include 00042 SYSTEMINCLUDE \epoc32\include\stdapis 00043 00044 STATICLIBRARY libcrt0.lib 00045 00046 LIBRARY libc.lib 00047 LIBRARY libpthread.lib 00048 LIBRARY libwsddll.lib 00049 LIBRARY euser.lib 00050 00051 00052 // End of File
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.