examples/PIPS/redirectprintf/group/redirectprintf.mmp

Go to the documentation of this file.
00001 
00005 /*
00006 * ==============================================================================
00007 *  Name        : redirectprintf.mmp
00008 *  Part of     : Open C/Example code
00009 *  Description : This is used to redirect stdout into a file.
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        redirectprintf.exe
00020 TARGETTYPE    exe
00021 UID           0 0xA0001F1C 
00022 
00023 CAPABILITY      NONE
00024 VENDORID        0
00025 
00026 SOURCEPATH      ..\data
00027 START RESOURCE  redirectprintf_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        redirectprintf.c
00037 
00038 USERINCLUDE   ..\inc
00039 SYSTEMINCLUDE \Epoc32\include
00040 SYSTEMINCLUDE           \epoc32\include\stdapis
00041 
00042 STATICLIBRARY           libcrt0.lib
00043 
00044 LIBRARY         libc.lib
00045 LIBRARY         libpthread.lib
00046 LIBRARY         euser.lib
00047 
00048 
00049 // End of File

Generated by  doxygen 1.6.2