sipevent misc fixes
This commit is contained in:
parent
a6d0f1b9d1
commit
c1ac00011a
1 changed files with 34 additions and 0 deletions
34
mk/symbian/resipevent.mmp
Normal file
34
mk/symbian/resipevent.mmp
Normal file
|
@ -0,0 +1,34 @@
|
|||
/**
|
||||
* @file resipevent.mmp Symbian makefile for libre SIP Event
|
||||
*
|
||||
* Copyright (C) 2010 Creytiv.com
|
||||
*/
|
||||
TARGET resipevent.lib
|
||||
TARGETTYPE lib
|
||||
TARGETPATH system\libs
|
||||
UID 0x10000fd3 0x20011307
|
||||
|
||||
#ifdef EKA2
|
||||
VENDORID 0
|
||||
CAPABILITY NetworkServices
|
||||
#endif
|
||||
|
||||
SOURCEPATH .
|
||||
SOURCE dll.cpp
|
||||
|
||||
SOURCEPATH ..\..\src\sipevent
|
||||
SOURCE listen.c
|
||||
SOURCE msg.c
|
||||
SOURCE notify.c
|
||||
SOURCE subscribe.c
|
||||
|
||||
USERINCLUDE . ..\..\include
|
||||
SYSTEMINCLUDE \epoc32\include
|
||||
SYSTEMINCLUDE \epoc32\include\libc
|
||||
SYSTEMINCLUDE ..\..\include
|
||||
#ifndef EKA2
|
||||
LIBRARY estlib.lib euser.lib
|
||||
LIBRARY esock.lib insock.lib
|
||||
#endif
|
||||
|
||||
EXPORTUNFROZEN
|
Loading…
Add table
Reference in a new issue