freeswitch/libs/sofia-sip/open_c/group/torture_sip.mmp
Michael Jerris 19561a8411 sync with latest sofia tree.
git-svn-id: http://svn.freeswitch.org/svn/freeswitch/trunk@5574 d0543943-73ff-0310-b7d9-9358b9ac24b2
2007-08-06 19:24:10 +00:00

59 lines
1.6 KiB
Plaintext

// part of Symbian build files for sofia-sip package
//
// Copyright (C) 2005,2006,2007 Nokia Corporation
// Contact: Pekka Pessi <pekka.pessi@nokia.com>
// Licensed under LGPL. See file COPYING.
// General properties
TARGET torture_sip.exe
TARGETTYPE exe
CAPABILITY ALL -TCB
UID 0x100039CE 0x1F001BA1
VENDORID 0
OPTION CW -dialect c99 -inline on
START RESOURCE torture_sip_reg.rss
#ifdef WINSCW
TARGETPATH \private\10003a3f\apps
#else
TARGETPATH \private\10003a3f\import\apps
#endif
END //RESOURCE
EPOCHEAPSIZE 4 4194304 // min. 4KB ja max 4MB
// Allow global writeable static data
EPOCALLOWDLLDATA
MACRO SYMBIAN
MACRO IN_LIBSOFIA_SIP_UA
// Source files
SOURCEPATH ..\..\libsofia-sip-ua\sip
SOURCE torture_sip.c
USERINCLUDE ..
USERINCLUDE ..\..\libsofia-sip-ua\su
USERINCLUDE ..\..\libsofia-sip-ua\bnf
USERINCLUDE ..\..\libsofia-sip-ua\msg
USERINCLUDE ..\..\libsofia-sip-ua\url
USERINCLUDE ..\..\libsofia-sip-ua\sip
SYSTEMINCLUDE ..
SYSTEMINCLUDE ..\..\libsofia-sip-ua\su
SYSTEMINCLUDE ..\..\libsofia-sip-ua\bnf
SYSTEMINCLUDE ..\..\libsofia-sip-ua\msg
SYSTEMINCLUDE ..\..\libsofia-sip-ua\url
SYSTEMINCLUDE ..\..\libsofia-sip-ua\sip
SYSTEMINCLUDE \Epoc32\include
SYSTEMINCLUDE \Epoc32\include\osextensions\stdapis
// Library dependencies
STATICLIBRARY libcrt0.lib
LIBRARY libc.lib
LIBRARY euser.lib
LIBRARY libpthread.lib
LIBRARY libsofia-sip-ua.lib