diff -r 9be6eed35a80 -r db5c883ad1c5 svgtopt/SVG/SVGEngine/group/SVGEngine.mmp --- a/svgtopt/SVG/SVGEngine/group/SVGEngine.mmp Tue May 11 17:02:26 2010 +0300 +++ b/svgtopt/SVG/SVGEngine/group/SVGEngine.mmp Tue Aug 31 16:06:58 2010 +0300 @@ -19,7 +19,12 @@ #include ALWAYS_BUILD_AS_ARM -OPTION_REPLACE ARMCC --cpu 5T -O3 -Otime +/* Srini: Raptor automatically adds --cpu 5te when building for rvct4.0 + and adds --cpu 5t when building with rvct 2.2. + basically the option is redundant. please don't add the option. + + */ +OPTION_REPLACE ARMCC -O3 -Otime TARGET SVGEngine.dll TARGETTYPE dll @@ -57,6 +62,7 @@ SOURCE Svgdecoder.cpp SOURCE SVGFourPointRect.cpp + SOURCEPATH ../../SVGImpl/src SOURCE SVGElementImpl.cpp