graphicscomposition/openwfcompositionengine/group/openwfc.mmp
changeset 36 01a6848ebfd7
parent 0 5d03bc08d59c
child 34 76efc8f9f7b4
child 86 841b49c57c50
child 152 9f1c3fea0f87
child 216 b87045f2f5d7
--- a/graphicscomposition/openwfcompositionengine/group/openwfc.mmp	Tue Feb 02 01:47:50 2010 +0200
+++ b/graphicscomposition/openwfcompositionengine/group/openwfc.mmp	Fri Apr 16 16:21:04 2010 +0300
@@ -44,20 +44,20 @@
 MACRO		HG_NO_ALLOCA_H
 MACRO		EGL_DLL
 
-USERINCLUDE		..\composition\include
-USERINCLUDE		..\common\include
-USERINCLUDE		..\adaptation\include
+USERINCLUDE		../composition/include
+USERINCLUDE		../common/include
+USERINCLUDE		../adaptation/include
 
-LIBRARY			libegl.lib
+LIBRARY			libEGL.lib
 LIBRARY			euser.lib
 LIBRARY			libc.lib
 LIBRARY			libpthread.lib
 LIBRARY			libm.lib
 LIBRARY			hal.lib
-LIBRARY			WFCinterop.lib
+LIBRARY			wfcinterop.lib
 LIBRARY			surfacemanager.lib
 
-SOURCEPATH	..\composition\src
+SOURCEPATH	../composition/src
 SOURCE			wfcapi.c 
 SOURCE			wfccontext.c
 SOURCE			wfcdevice.c
@@ -66,7 +66,7 @@
 SOURCE			wfcscene.c
 SOURCE			wfcpipeline.c
 
-SOURCEPATH	..\common\src
+SOURCEPATH	../common/src
 SOURCE			owfarray.c
 SOURCE			owfattributes.c
 SOURCE			owfdebug.c
@@ -77,7 +77,7 @@
 SOURCE			owfpool.c
 SOURCE			owfutils.c
 
-SOURCEPATH	..\adaptation\src\Platform\OS\symbian
+SOURCEPATH	../adaptation/src/Platform/OS/symbian
 SOURCE			owfconsole.cpp
 SOURCE			owfmessagequeue.c
 SOURCE			owfmutex.c
@@ -85,7 +85,7 @@
 SOURCE			owfthread.c
 SOURCE			owfextensions.cpp
 
-SOURCEPATH ..\adaptation\src\Platform\Graphics\symbian
+SOURCEPATH ../adaptation/src/Platform/Graphics/symbian
 SOURCE			owfdisplaycontext.cpp
 SOURCE 			owfscreen_displaychannel.cpp
 SOURCE 			owfnativestreamstub.cpp