openvg/openvgrefimplementation/sfopenvg/group/openvg.mmp
branchEGL_MERGE
changeset 57 2bf8a359aa2f
parent 6 250ac10a3d98
--- a/openvg/openvgrefimplementation/sfopenvg/group/openvg.mmp	Tue Mar 02 14:25:11 2010 +0000
+++ b/openvg/openvgrefimplementation/sfopenvg/group/openvg.mmp	Wed May 12 11:20:41 2010 +0100
@@ -22,6 +22,7 @@
 CAPABILITY      ALL -tcb
 vendorid        0x70000001
 
+
 //noexportlibrary
 
 MACRO       __OPENVGHEADERS_USE_VG_1_1
@@ -32,13 +33,19 @@
 OS_LAYER_LIBC_SYSTEMINCLUDE
 SYSTEMINCLUDE  OS_LAYER_PUBLIC_EXPORT_PATH(vg) // EGL include files
 
-
 sourcepath      ..\openvg		// Relative path to source files
 
 source openvg.cpp
 
 library         euser.lib     		// Mandatory
-library			sflibopenvgrefimpl.lib
+
+#ifdef BUILD_WITH_PRIVATE_OPENVG
+library		libEGL.lib
+#else
+library		sflibopenvgrefimpl.lib
+#endif
+
+//library			libEGL.lib
 
 #ifdef WINS
 DEFFILE         \epoc32\include\def\win32\libopenvg11.def	// WINS/WINSCW def file