Annotation of embedaddon/curl/packages/Symbian/group/curl.mmp, revision 1.1

1.1     ! misho       1: //
        !             2: // curl network retrieval client
        !             3: //
        !             4: 
        !             5: TARGET        curl.exe
        !             6: TARGETTYPE    exe
        !             7: UID           0x00000000 0xF0206442
        !             8: 
        !             9: SOURCEPATH  ../../../src
        !            10: SOURCE \
        !            11:     tool_binmode.c \
        !            12:     tool_bname.c \
        !            13:     tool_cb_dbg.c \
        !            14:     tool_cb_hdr.c \
        !            15:     tool_cb_prg.c \
        !            16:     tool_cb_rea.c \
        !            17:     tool_cb_see.c \
        !            18:     tool_cb_wrt.c \
        !            19:     tool_cfgable.c \
        !            20:     tool_convert.c \
        !            21:     tool_dirhie.c \
        !            22:     tool_doswin.c \
        !            23:     tool_easysrc.c \
        !            24:     tool_formparse.c \
        !            25:     tool_getparam.c \
        !            26:     tool_getpass.c \
        !            27:     tool_help.c \
        !            28:     tool_helpers.c \
        !            29:     tool_homedir.c \
        !            30:     tool_hugehelp.c \
        !            31:     tool_libinfo.c \
        !            32:     tool_main.c \
        !            33:     tool_metalink.c \
        !            34:     tool_mfiles.c \
        !            35:     tool_msgs.c \
        !            36:     tool_operate.c \
        !            37:     tool_operhlp.c \
        !            38:     tool_panykey.c \
        !            39:     tool_paramhlp.c \
        !            40:     tool_parsecfg.c \
        !            41:     tool_setopt.c \
        !            42:     tool_sleep.c \
        !            43:     tool_urlglob.c \
        !            44:     tool_util.c \
        !            45:     tool_vms.c \
        !            46:     tool_writeenv.c \
        !            47:     tool_writeout.c \
        !            48:     tool_writeout_json.c \
        !            49:     tool_xattr.c
        !            50: 
        !            51: SOURCEPATH  ../../../lib
        !            52: SOURCE \
        !            53:     strcase.c nonblock.c
        !            54: 
        !            55: USERINCLUDE ../../../src ../../../lib ../../../include/curl
        !            56: 
        !            57: SYSTEMINCLUDE ../../../include /epoc32/include /epoc32/include/stdapis
        !            58: 
        !            59: LIBRARY       euser.lib libc.lib libcurl.lib
        !            60: STATICLIBRARY libcrt0.lib
        !            61: 
        !            62: CAPABILITY NetworkServices
        !            63: 
        !            64: EPOCSTACKSIZE 0x8000

FreeBSD-CVSweb <freebsd-cvsweb@FreeBSD.org>