2 ============================================================================
6 Description : A XMLRPC library for Symbian with asynchronous callback interface.
7 ============================================================================
12 UID 0x1000008d 0xE849C9AF
15 SYSTEMINCLUDE \epoc32\include
19 //By default, the build tools look for the WINSCW def file in a BWINS directory
20 //(at the same level as the directory containing the mmp file),
21 //the GCC ARM def file in a BMARM directory, and the ARMV5 def file in a EABI directory.
22 //If def files are stored in these locations, the project files does not need to specify
23 //the location of the def files explicitly. If you want to store the def files in some other
24 //location, you will need to specify in the project file where the .def files are using
25 //the deffile keyword.
27 //The following commented out code shows how the build system uses the implicit
28 // location for defiles. To create the DEF files Choose Project > Freeze Exports from Carbide
29 // or run 'abld freeze' from the command-line
31 // DEFFILE ..\bwins\xmlrpc4s.def
32 //#elif defined (GCC32)
33 // DEFFILE ..\bmarm\xmlrpc4s.def
35 // DEFFILE ..\eabi\xmlrpc4s.def
40 LIBRARY euser.lib bafl.lib http.lib inetprotutil.lib ecom.lib
44 SOURCE Base64.cpp KeyValueTable.cpp Vector.cpp XMLUtil.cpp XmlRpcClient.cpp XmlRpcUtil.cpp XmlRpcValue.cpp HttpClientEngine.cpp