summaryrefslogtreecommitdiffstats
path: root/branches/1.0/carbide/tinyNET/group/tinyNET.mmp
blob: 4c1db5fad5394ef8fd4b0926822818a155d9381d (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
/*
============================================================================
 Name		: tinyNET.mmp
 Author	  : Mamadou Diop
 Copyright   : * Copyright (C) 2009 Mamadou Diop.
*
* Contact: Mamadou Diop <diopmamadou@yahoo.fr>
*	
* This file is part of Open Source Doubango Framework.
*
* DOUBANGO is free software: you can redistribute it and/or modify
* it under the terms of the GNU General Public License as published by
* the Free Software Foundation, either version 3 of the License, or
* (at your option) any later version.
*	
* DOUBANGO is distributed in the hope that it will be useful,
* but WITHOUT ANY WARRANTY; without even the implied warranty of
* MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the
* GNU Lesser General Public License for more details.
*	
* You should have received a copy of the GNU General Public License
* along with DOUBANGO.
 Description : This is the project specification file for tinyNET.
============================================================================
*/

TARGET		  tinyNET.dll
TARGETTYPE	  dll
UID			 0x1000008d 0xE6E8E096

USERINCLUDE	 	..\..\..\tinySAK\src ..\..\..\tinyNET\src

SYSTEMINCLUDE   \epoc32\include \epoc32\include\stdapis \epoc32\include\stdapis\sys



// In order to use .def files to freeze code you must use one or more DEFFILE lines;
// see the ones commented out below for examples.
// By default, the build tools look for the WINSCW def file in a BWINS directory
// (at the same level as the directory containing the mmp file), 
// the GCC ARM def file in a BMARM directory, and the ARMV5 def file in a EABI directory. 
// If your .def files are stored in these default locations, you can simply specify the
// .def filename(s) with no path. If you want to store .def files in non-default 
// locations, you will need to specify the paths in the DEFFILE statement(s).

//The following commented out code shows how the build system uses the implicit
// location for defiles. To create the DEF files Choose Project > Freeze Exports from Carbide
// or run 'abld freeze' from the command-line
//#if defined (WINS)
//  DEFFILE ..\bwins\tinyNET.def
//#elif defined (GCC32)
//  DEFFILE ..\bmarm\tinyNET.def
//#else 
//  DEFFILE ..\eabi\tinyNET.def
//#endif

nostrictdef

LIBRARY		 euser.lib libc.lib tinySAK.lib

#ifdef ENABLE_ABIV2_MODE
DEBUGGABLE_UDEBONLY
#endif

MACRO TINYNET_EXPORTS

EPOCALLOWDLLDATA

SOURCEPATH ..\..\..\tinyNET\src
SOURCE tnet.c tnet_auth.c tnet_poll.c tnet_socket.c tnet_transport.c tnet_transport_poll.c tnet_transport_win32.c tnet_utils.c
SOURCEPATH ..\..\..\tinyNET\src
SOURCE tnet_nat.c
SOURCEPATH ..\..\..\tinyNET\src\turn
SOURCE tnet_turn.c tnet_turn_attribute.c tnet_turn_message.c
SOURCEPATH ..\..\..\tinyNET\src\dns
SOURCE tnet_dns.c tnet_dns_a.c tnet_dns_aaaa.c tnet_dns_cname.c tnet_dns_mx.c tnet_dns_naptr.c tnet_dns_ns.c tnet_dns_ptr.c tnet_dns_soa.c tnet_dns_txt.c
SOURCEPATH ..\..\..\tinyNET\src\ice
SOURCE tnet_ice.c
SOURCEPATH ..\..\..\tinyNET\src\stun
SOURCE tnet_stun.c tnet_stun_attribute.c tnet_stun_message.c
EXPORTUNFROZEN

CAPABILITY WriteDeviceData
OpenPOWER on IntegriCloud