svgtopt/SVG/SVGEngine/group/SVGEngine.mmp
branchRCL_3
changeset 39 1902ade171ab
parent 38 db5c883ad1c5
equal deleted inserted replaced
38:db5c883ad1c5 39:1902ade171ab
    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 /* Srini: Raptor automatically adds --cpu 5te when building for rvct4.0
    22 OPTION_REPLACE ARMCC --cpu 5T -O3 -Otime
    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
       
    28 TARGET SVGEngine.dll
    23 TARGET SVGEngine.dll
    29 TARGETTYPE dll
    24 TARGETTYPE dll
    30 
    25 
    31 
    26 
    32 VENDORID      VID_DEFAULT
    27 VENDORID      VID_DEFAULT
    59 //SOURCE SVGXmlParser.cpp
    54 //SOURCE SVGXmlParser.cpp
    60 SOURCE SVGAttributeVerifier.cpp
    55 SOURCE SVGAttributeVerifier.cpp
    61 SOURCE SVGErrorImpl.cpp
    56 SOURCE SVGErrorImpl.cpp
    62 SOURCE Svgdecoder.cpp
    57 SOURCE Svgdecoder.cpp
    63 SOURCE SVGFourPointRect.cpp
    58 SOURCE SVGFourPointRect.cpp
    64 
       
    65 
    59 
    66 SOURCEPATH ../../SVGImpl/src
    60 SOURCEPATH ../../SVGImpl/src
    67 
    61 
    68 SOURCE SVGElementImpl.cpp
    62 SOURCE SVGElementImpl.cpp
    69 SOURCE SVGDocumentImpl.cpp
    63 SOURCE SVGDocumentImpl.cpp