bfcp: update makefiles and docs
This commit is contained in:
parent
5f9f9eac4b
commit
ab0c187680
3 changed files with 7 additions and 14 deletions
|
@ -109,6 +109,7 @@ Features:
|
|||
* RFC 6156 - TURN Extension for IPv6
|
||||
* Symmetric RTP
|
||||
* ITU-T G.711 Appendix I and Appendix II
|
||||
* draft-ietf-bfcpbis-rfc4582bis-08
|
||||
|
||||
|
||||
Supported platforms:
|
||||
|
|
|
@ -24,12 +24,10 @@ SOURCE dll.cpp
|
|||
|
||||
SOURCEPATH ..\..\src\bfcp
|
||||
SOURCE attr.c
|
||||
SOURCE hdr.c
|
||||
SOURCE conn.c
|
||||
SOURCE msg.c
|
||||
SOURCE rep.c
|
||||
SOURCE req.c
|
||||
SOURCE sock.c
|
||||
SOURCE transp.c
|
||||
SOURCE reply.c
|
||||
SOURCE request.c
|
||||
|
||||
USERINCLUDE . ..\..\include
|
||||
SYSTEMINCLUDE \epoc32\include
|
||||
|
|
|
@ -115,22 +115,16 @@
|
|||
RelativePath="..\..\src\bfcp\attr.c">
|
||||
</File>
|
||||
<File
|
||||
RelativePath="..\..\src\bfcp\hdr.c">
|
||||
RelativePath="..\..\src\bfcp\conn.c">
|
||||
</File>
|
||||
<File
|
||||
RelativePath="..\..\src\bfcp\msg.c">
|
||||
</File>
|
||||
<File
|
||||
RelativePath="..\..\src\bfcp\rep.c">
|
||||
RelativePath="..\..\src\bfcp\reply.c">
|
||||
</File>
|
||||
<File
|
||||
RelativePath="..\..\src\bfcp\req.c">
|
||||
</File>
|
||||
<File
|
||||
RelativePath="..\..\src\bfcp\sock.c">
|
||||
</File>
|
||||
<File
|
||||
RelativePath="..\..\src\bfcp\transp.c">
|
||||
RelativePath="..\..\src\bfcp\request.c">
|
||||
</File>
|
||||
</Filter>
|
||||
<Filter
|
||||
|
|
Loading…
Add table
Reference in a new issue