svgtopt/SVG/SVGEngine/group/SVGEngine.mmp
branchRCL_3
changeset 38 db5c883ad1c5
parent 0 d46562c3d99d
child 39 1902ade171ab
--- 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 <platform_paths.hrh>
 
 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