--- a/perfopts/openvg.mmp Wed Oct 20 10:26:40 2010 +0100
+++ b/perfopts/openvg.mmp Wed Oct 20 11:50:05 2010 +0100
@@ -13,9 +13,12 @@
* Description:
* openvg mmp file
*/
+// Modified to build from /sf/incubator/stemkit to enable VFP optimisation
+// builds against /sf/os/graphics/openvg/openvgrefimplementation/sfopenvg
+
#include <vg\openvguids.hrh> // For uids
-target libopenvg_sw.dll // Destination filename
+target stem_libopenvg_sw.dll // Destination filename
targettype dll // Binary build type
uid KUidSharedDllUidValue KUidOpenVGDllUidValue // File uids
@@ -26,19 +29,19 @@
MACRO __OPENVGHEADERS_USE_VG_1_1
-userinclude ..\sfopenvg\include //for internal openvg functions e.g. do_vgXXX
+userinclude /sf/os/graphics/openvg/openvgrefimplementation/sfopenvg/sfopenvg/include //for internal openvg functions e.g. do_vgXXX
OS_LAYER_SYSTEMINCLUDE
OS_LAYER_LIBC_SYSTEMINCLUDE
SYSTEMINCLUDE OS_LAYER_PUBLIC_EXPORT_PATH(vg) // EGL include files
-sourcepath ..\openvg // Relative path to source files
+sourcepath . // Relative path to source files
source openvg.cpp
library euser.lib // Mandatory
-library sflibopenvgrefimpl.lib
+library stem_sflibopenvgrefimpl.lib
#ifdef WINS
DEFFILE \epoc32\include\def\win32\libopenvg11.def // WINS/WINSCW def file