svgtopt/SVG/SVGEngine/group/SVGEngine.mmp
branchRCL_3
changeset 17 db5c883ad1c5
parent 0 d46562c3d99d
child 18 1902ade171ab
equal deleted inserted replaced
14:9be6eed35a80 17:db5c883ad1c5
    17 
    17 
    18 
    18 
    19 #include <platform_paths.hrh>
    19 #include <platform_paths.hrh>
    20 
    20 
    21 ALWAYS_BUILD_AS_ARM
    21 ALWAYS_BUILD_AS_ARM
    22 OPTION_REPLACE ARMCC --cpu 5T -O3 -Otime
    22 /* Srini: Raptor automatically adds --cpu 5te when building for rvct4.0
       
    23                            and adds --cpu 5t when building with rvct 2.2.
       
    24                            basically the option is redundant. please don't add the option.
       
    25 
       
    26   */     
       
    27 OPTION_REPLACE ARMCC -O3 -Otime
    23 TARGET SVGEngine.dll
    28 TARGET SVGEngine.dll
    24 TARGETTYPE dll
    29 TARGETTYPE dll
    25 
    30 
    26 
    31 
    27 VENDORID      VID_DEFAULT
    32 VENDORID      VID_DEFAULT
    54 //SOURCE SVGXmlParser.cpp
    59 //SOURCE SVGXmlParser.cpp
    55 SOURCE SVGAttributeVerifier.cpp
    60 SOURCE SVGAttributeVerifier.cpp
    56 SOURCE SVGErrorImpl.cpp
    61 SOURCE SVGErrorImpl.cpp
    57 SOURCE Svgdecoder.cpp
    62 SOURCE Svgdecoder.cpp
    58 SOURCE SVGFourPointRect.cpp
    63 SOURCE SVGFourPointRect.cpp
       
    64 
    59 
    65 
    60 SOURCEPATH ../../SVGImpl/src
    66 SOURCEPATH ../../SVGImpl/src
    61 
    67 
    62 SOURCE SVGElementImpl.cpp
    68 SOURCE SVGElementImpl.cpp
    63 SOURCE SVGDocumentImpl.cpp
    69 SOURCE SVGDocumentImpl.cpp