Ignore:
Timestamp:
Jun 30, 2010 5:29:59 AM (14 years ago)
Author:
ming
Message:

Implemented CLI (re #1098)

  • pjlib-util:
    • implement telnet CLI
  • pjsip-apps/samples:
    • sample CLI demo application
  • build:
    • VS6 and Makefile
File:
1 edited

Legend:

Unmodified
Added
Removed
  • pjproject/branches/projects/cli/pjlib-util/build/Makefile

    r3211 r3231  
    2828export PJLIB_UTIL_SRCDIR = ../src/pjlib-util 
    2929export PJLIB_UTIL_OBJS += $(OS_OBJS) $(M_OBJS) $(CC_OBJS) $(HOST_OBJS) \ 
    30                 base64.o cli.o cli_console.o crc32.o errno.o dns.o \ 
     30                base64.o cli.o cli_console.o cli_telnet.o crc32.o errno.o dns.o \ 
    3131                dns_dump.o dns_server.o getopt.o hmac_md5.o hmac_sha1.o \ 
    3232                http_client.o md5.o pcap.o resolver.o scanner.o sha1.o \ 
Note: See TracChangeset for help on using the changeset viewer.