diff -r f345bda72bc4 -r 43e37759235e Symbian3/Examples/guid-6013a680-57f9-415b-8851-c4fa63356636/antiword_8mmp_source.html --- /dev/null Thu Jan 01 00:00:00 1970 +0000 +++ b/Symbian3/Examples/guid-6013a680-57f9-415b-8851-c4fa63356636/antiword_8mmp_source.html Tue Mar 30 16:16:55 2010 +0100 @@ -0,0 +1,143 @@ + + +
+ +00001 /* +00002 * ============================================================================== +00003 * Name : antiword.mmp +00004 * Part of : Open C / antiword +00005 * Interface : +00006 * Description : Word document conversion project +00007 * Version : +00008 * +00009 * Copyright (c) 2005-2007 Nokia Corporation. +00010 * This material, including documentation and any related +00011 * computer programs, is protected by copyright controlled by +00012 * Nokia Corporation. +00013 * ============================================================================== +00014 */ +00015 +00016 TARGET antiword.exe +00017 TARGETTYPE exe +00018 UID 0x100039CE 0xA0001323 +00019 VENDORID 0 +00020 +00021 +00022 SOURCEPATH ..\data +00023 START RESOURCE antiword_reg.rss +00024 #ifdef WINSCW +00025 TARGETPATH \private\10003a3f\apps +00026 #else +00027 TARGETPATH \private\10003a3f\import\apps +00028 #endif +00029 END //RESOURCE +00030 +00031 SOURCEPATH ..\src +00032 +00033 //Sourcefile +00034 SOURCE asc85enc.c +00035 SOURCE blocklist.c +00036 SOURCE chartrans.c +00037 SOURCE datalist.c +00038 SOURCE depot.c +00039 SOURCE dib2eps.c +00040 SOURCE doclist.c +00041 SOURCE fail.c +00042 SOURCE finddata.c +00043 SOURCE findtext.c +00044 SOURCE fmt_text.c +00045 SOURCE fontlist.c +00046 SOURCE fonts.c +00047 SOURCE fonts_u.c +00048 SOURCE hdrftrlist.c +00049 SOURCE imgexam.c +00050 SOURCE imgtrans.c +00051 SOURCE jpeg2eps.c +00052 SOURCE listlist.c +00053 SOURCE main_u.c +00054 SOURCE misc.c +00055 SOURCE notes.c +00056 SOURCE options.c +00057 SOURCE out2window.c +00058 SOURCE output.c +00059 SOURCE pdf.c +00060 SOURCE pictlist.c +00061 SOURCE png2eps.c +00062 SOURCE png2sprt.c +00063 SOURCE postscript.c +00064 SOURCE prop0.c +00065 SOURCE prop2.c +00066 SOURCE prop6.c +00067 SOURCE prop8.c +00068 SOURCE properties.c +00069 SOURCE propmod.c +00070 SOURCE rowlist.c +00071 SOURCE sectlist.c +00072 SOURCE stylelist.c +00073 SOURCE stylesheet.c +00074 SOURCE summary.c +00075 SOURCE tabstop.c +00076 SOURCE text.c +00077 SOURCE unix.c +00078 SOURCE utf8.c +00079 SOURCE word2text.c +00080 SOURCE worddos.c +00081 SOURCE wordlib.c +00082 SOURCE wordmac.c +00083 SOURCE wordole.c +00084 SOURCE wordwin.c +00085 SOURCE xmalloc.c +00086 SOURCE xml.c +00087 +00088 // Some of the files removed +00089 // sprite support is not present in openc +00090 //SOURCE dib2sprt.c +00091 //SOURCE draw.c +00092 //SOURCE drawfile.c +00093 //SOURCE fonts_r.c +00094 //SOURCE icons.c +00095 //SOURCE jpeg2sprt.c +00096 //SOURCE main_ros.c +00097 //SOURCE riscos.c +00098 //SOURCE saveas.c +00099 //SOURCE startup.c +00100 +00101 +00102 USERINCLUDE ..\inc +00103 +00104 +00105 +00106 +00107 //Project Specific Macro and reqmts. +00108 MACRO SYMBIAN +00109 MACRO NDEBUG +00110 epocheapsize 0x4000 0x8000 +00111 epocstacksize 0x8000 +00112 +00113 //Standard System include paths +00114 SYSTEMINCLUDE \epoc32\include +00115 // These are needed for including Open C headers +00116 // NOTE! When part of SDK, path will differ +00117 SYSTEMINCLUDE \epoc32\include\stdapis +00118 +00119 STATICLIBRARY libcrt0.lib +00120 +00121 LIBRARY euser.lib +00122 LIBRARY libc.lib +00123 +00124 // No capabilities needed by this application +00125 CAPABILITY None +00126 +00127 LANG SC +