phonebookengines/contactsmodel/tsrc/t_contenttype.mmp
branchRCL_3
changeset 21 9da50d567e3c
parent 0 e686773b3f54
--- a/phonebookengines/contactsmodel/tsrc/t_contenttype.mmp	Wed Sep 01 12:29:52 2010 +0100
+++ b/phonebookengines/contactsmodel/tsrc/t_contenttype.mmp	Tue Sep 14 20:54:53 2010 +0300
@@ -13,19 +13,21 @@
 // Description:
 //
 
-target          t_contenttype.exe
-targettype      EXE
+TARGET          t_contenttype.exe
+TARGETTYPE      EXE
+
 CAPABILITY   ReadUserData WriteUserData
 UID		0x1000007a
 VENDORID 0x70000001
 
 SOURCEPATH	../tsrc
 
-systeminclude /epoc32/include 
-userinclude ../inc . 
+SYSTEMINCLUDE /epoc32/include
+SYSTEMINCLUDE /epoc32/include/platform
+USERINCLUDE ../inc . 
 
-source          t_contenttype.cpp
+SOURCE          t_contenttype.cpp
 
-library         euser.lib efsrv.lib cntmodel.lib estor.lib
+LIBRARY         euser.lib efsrv.lib cntmodel.lib estor.lib
 
 SMPSAFE