browserutilities/multipartparser/group/MultipartParser.mmp
changeset 26 cb62a4f66ebe
parent 25 0ed94ceaa377
child 42 a1a5d4e727e8
equal deleted inserted replaced
25:0ed94ceaa377 26:cb62a4f66ebe
    12 * Contributors:
    12 * Contributors:
    13 *
    13 *
    14 * Description:  Multipart Parser
    14 * Description:  Multipart Parser
    15 *
    15 *
    16 */
    16 */
    17 
       
    18 
    17 
    19 #include <platform_paths.hrh>
    18 #include <platform_paths.hrh>
    20 #include <platform/mw/browser_platform_variant.hrh>
    19 #include <platform/mw/browser_platform_variant.hrh>
    21 
    20 
    22 TARGET          MultipartParser.dll
    21 TARGET          MultipartParser.dll
    35 deffile Bwins/MULTIPARTPARSER.DEF
    34 deffile Bwins/MULTIPARTPARSER.DEF
    36 #else
    35 #else
    37 deffile Bmarm/MULTIPARTPARSER.DEF
    36 deffile Bmarm/MULTIPARTPARSER.DEF
    38 #endif
    37 #endif
    39 
    38 
    40 
       
    41 USERINCLUDE     ../inc
    39 USERINCLUDE     ../inc
    42 
    40 
    43 MW_LAYER_SYSTEMINCLUDE
    41 MW_LAYER_SYSTEMINCLUDE
    44 MW_LAYER_LIBC_SYSTEMINCLUDE
    42 OS_LAYER_ESTLIB_SYSTEMINCLUDE
    45 
    43 
    46 SOURCEPATH      ../src
    44 SOURCEPATH      ../src
    47 
    45 
    48 SOURCE	MultipartParser.cpp
    46 SOURCE	MultipartParser.cpp
    49 SOURCE	BodyPart.cpp
    47 SOURCE	BodyPart.cpp
    53 LIBRARY  estlib.lib
    51 LIBRARY  estlib.lib
    54 LIBRARY  InetProtUtil.lib
    52 LIBRARY  InetProtUtil.lib
    55 LIBRARY  estor.lib
    53 LIBRARY  estor.lib
    56 LIBRARY	 ezlib.lib
    54 LIBRARY	 ezlib.lib
    57 LIBRARY	 imut.lib
    55 LIBRARY	 imut.lib
    58 
       
    59 
       
    60 
       
    61 
       
    62 
       
    63   
       
    64  
       
    65 
       
    66