Changeset 3211


Ignore:
Timestamp:
Jun 18, 2010 3:46:33 PM (14 years ago)
Author:
ming
Message:

Implemented ticket #1098: CLI framework

  • pjlib-util:
    • implement CLI and CLI console front-end
  • build:
    • added CLI framework support on VS2005 and Makefile
Location:
pjproject/branches/projects/cli/pjlib-util
Files:
5 added
2 edited

Legend:

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

    r3087 r3211  
    2828export PJLIB_UTIL_SRCDIR = ../src/pjlib-util 
    2929export PJLIB_UTIL_OBJS += $(OS_OBJS) $(M_OBJS) $(CC_OBJS) $(HOST_OBJS) \ 
    30                 base64.o crc32.o errno.o dns.o dns_dump.o dns_server.o \ 
    31                 getopt.o hmac_md5.o hmac_sha1.o http_client.o md5.o pcap.o resolver.o \ 
    32                 scanner.o sha1.o srv_resolver.o string.o stun_simple.o \ 
     30                base64.o cli.o cli_console.o crc32.o errno.o dns.o \ 
     31                dns_dump.o dns_server.o getopt.o hmac_md5.o hmac_sha1.o \ 
     32                http_client.o md5.o pcap.o resolver.o scanner.o sha1.o \ 
     33                srv_resolver.o string.o stun_simple.o \ 
    3334                stun_simple_client.o xml.o 
    3435export PJLIB_UTIL_CFLAGS += $(_CFLAGS) 
  • pjproject/branches/projects/cli/pjlib-util/build/pjlib_util.vcproj

    r3087 r3211  
    27702770                        </File> 
    27712771                        <File 
     2772                                RelativePath="..\src\pjlib-util\cli.c" 
     2773                                > 
     2774                        </File> 
     2775                        <File 
     2776                                RelativePath="..\src\pjlib-util\cli_console.c" 
     2777                                > 
     2778                        </File> 
     2779                        <File 
    27722780                                RelativePath="..\src\pjlib-util\crc32.c" 
    27732781                                > 
     
    47154723                        </File> 
    47164724                        <File 
     4725                                RelativePath="..\include\pjlib-util\cli.h" 
     4726                                > 
     4727                        </File> 
     4728                        <File 
     4729                                RelativePath="..\include\pjlib-util\cli_console.h" 
     4730                                > 
     4731                        </File> 
     4732                        <File 
     4733                                RelativePath="..\include\pjlib-util\cli_imp.h" 
     4734                                > 
     4735                        </File> 
     4736                        <File 
    47174737                                RelativePath="..\include\pjlib-util\config.h" 
    47184738                                > 
Note: See TracChangeset for help on using the changeset viewer.