diff -r 6b078b83b04a -r 20afbbdb50d8 perfopts/openvgu.mmp --- a/perfopts/openvgu.mmp Wed Oct 20 10:26:40 2010 +0100 +++ b/perfopts/openvgu.mmp Wed Oct 20 11:50:05 2010 +0100 @@ -13,28 +13,31 @@ * Description: * openvgu mmp file */ +// Modified to build from /sf/incubator/stemkit to enable VFP optimisation +// builds against /sf/os/graphics/openvg/openvgrefimplementation/sfopenvg + #include // For uids -target libopenvgu_sw.dll // Destination filename +target stem_libopenvgu_sw.dll // Destination filename targettype dll // Binary build type uid KUidSharedDllUidValue KUidVGUDllUidValue // File uids CAPABILITY CAP_GENERAL_DLL vendorid 0x70000001 //noexportlibrary -userinclude ..\sfopenvg\include //for internal egl functions e.g. do_eglXXX +userinclude /sf/os/graphics/openvg/openvgrefimplementation/sfopenvg/sfopenvg/include //for internal egl functions e.g. do_eglXXX OS_LAYER_SYSTEMINCLUDE SYSTEMINCLUDE OS_LAYER_PUBLIC_EXPORT_PATH(vg) // EGL include files macro __OPENVGHEADERS_USE_VG_1_1 -sourcepath ..\openvgu // Relative path to source files +sourcepath . // Relative path to source files source vgu.cpp library euser.lib // Mandatory -library sflibopenvgrefimpl.lib +library stem_sflibopenvgrefimpl.lib #ifdef WINS DEFFILE \epoc32\include\def\win32\libopenvgu11.def // WINS/WINSCW def file