messagingappbase/obexmtms/TObexMTM/obexstub/IrobexStub/group/irobexstub.mmp
branchRCL_3
changeset 9 1d7827e39b52
parent 0 72b543305e3a
equal deleted inserted replaced
5:4697dfb2d7ad 9:1d7827e39b52
    32 
    32 
    33 #ifdef WINS
    33 #ifdef WINS
    34 
    34 
    35 //this code builds against the binary interface of irobex
    35 //this code builds against the binary interface of irobex
    36 //for it to build successfully,
    36 //for it to build successfully,
    37 //the relative path to master\common\generic\infra-red\.... must be changed to match your
    37 //the relative path to master/common/generic/infra-red/.... must be changed to match your
    38 //respective perforce client spec. setting 
    38 //respective perforce client spec. setting 
    39 
    39 
    40 DEFFILE		..\..\..\..\..\..\..\..\..\master\common\generic\infra-red\irda\bwins\irobex2.def
    40 DEFFILE		../../../../../../../../../master/common/generic/infra-red/irda/bwins/irobex2.def
    41 //DEFFILE		..\..\..\..\..\..\..\infra-red\irda\bwins\irobex2.def
    41 //DEFFILE		../../../../../../../infra-red/irda/bwins/irobex2.def
    42 
    42 
    43 #else
    43 #else
    44 
    44 
    45 DEFFILE		..\..\..\..\..\..\..\..\..\master\common\generic\infra-red\irda\bmarm\irobex2.def
    45 DEFFILE		../../../../../../../../../master/common/generic/infra-red/irda/bmarm/irobex2.def
    46 
    46 
    47 #endif
    47 #endif
    48 
    48 
    49 // Source files modified by the stub
    49 // Source files modified by the stub
    50 SOURCEPATH	..\irobex
    50 SOURCEPATH	../irobex
    51 SOURCE		obex.cpp
    51 SOURCE		obex.cpp
    52 SOURCE		obex_client.cpp
    52 SOURCE		obex_client.cpp
    53 SOURCE		obex_server.cpp
    53 SOURCE		obex_server.cpp
    54 
    54 
    55 // Source files for exsiting irobex.dll
    55 // Source files for exsiting irobex.dll
    56 SOURCEPATH	..\..\..\..\..\..\..\..\..\master\common\generic\infra-red\irda\irobex
    56 SOURCEPATH	../../../../../../../../../master/common/generic/infra-red/irda/irobex
    57 SOURCE		obexobjectexpandedbaseobject.cpp
    57 SOURCE		obexobjectexpandedbaseobject.cpp
    58 SOURCE		obexheader.cpp
    58 SOURCE		obexheader.cpp
    59 SOURCE		obexheaderset.cpp
    59 SOURCE		obexheaderset.cpp
    60 SOURCE		obexconstants.cpp
    60 SOURCE		obexconstants.cpp
    61 SOURCE		obexheaderutil.cpp
    61 SOURCE		obexheaderutil.cpp
    69 SOURCE		authentication.cpp
    69 SOURCE		authentication.cpp
    70 SOURCE		rfcomm.cpp
    70 SOURCE		rfcomm.cpp
    71 SOURCE		usbconn.cpp
    71 SOURCE		usbconn.cpp
    72 
    72 
    73 // Source files for the obex header utils class, used by the stub and t_obexmtm test harness
    73 // Source files for the obex header utils class, used by the stub and t_obexmtm test harness
    74 SOURCEPATH	..\..\..\testutils\headerutils\src
    74 SOURCEPATH	../../../testutils/headerutils/src
    75 SOURCE		cobextestbaseheaderlist.cpp
    75 SOURCE		cobextestbaseheaderlist.cpp
    76 SOURCE		cobextestheaderlist.cpp
    76 SOURCE		cobextestheaderlist.cpp
    77 
    77 
    78 
    78 
    79 USERINCLUDE		..\..\..\..\..\..\..\..\..\master\common\generic\infra-red\irda\irobex
    79 USERINCLUDE		../../../../../../../../../master/common/generic/infra-red/irda/irobex
    80 USERINCLUDE		..\..\..\..\..\..\..\..\..\master\common\generic\infra-red\irda\inc
    80 USERINCLUDE		../../../../../../../../../master/common/generic/infra-red/irda/inc
    81 USERINCLUDE		..\..\..\inc
    81 USERINCLUDE		../../../inc
    82 USERINCLUDE		..\..\..\testutils\msgth\inc
    82 USERINCLUDE		../../../testutils/msgth/inc
    83 USERINCLUDE		..\..\..\testutils\headerutils\inc
    83 USERINCLUDE		../../../testutils/headerutils/inc
    84 
    84 
    85 SYSTEMINCLUDE	\epoc32\include
    85 SYSTEMINCLUDE	/epoc32/include
    86 
    86 
    87 LIBRARY	euser.lib
    87 LIBRARY	euser.lib
    88 LIBRARY	efsrv.lib
    88 LIBRARY	efsrv.lib
    89 LIBRARY	esock.lib 
    89 LIBRARY	esock.lib 
    90 LIBRARY	hash.lib
    90 LIBRARY	hash.lib