Changeset 360


Ignore:
Timestamp:
Mar 24, 2006 8:43:37 PM (18 years ago)
Author:
bennylp
Message:

Moved getopt from pjsua-lib to pjlib-util

Location:
pjproject/trunk/pjsip
Files:
2 deleted
3 edited

Legend:

Unmodified
Added
Removed
  • pjproject/trunk/pjsip/build/Makefile

    r300 r360  
    7171export PJSUA_LIB_SRCDIR = ../src/pjsua-lib 
    7272export PJSUA_LIB_OBJS += $(OS_OBJS) $(M_OBJS) $(CC_OBJS) $(HOST_OBJS) \ 
    73                         getopt.o pjsua_call.o pjsua_core.o pjsua_im.o \ 
     73                        pjsua_call.o pjsua_core.o pjsua_im.o \ 
    7474                        pjsua_pres.o pjsua_reg.o pjsua_settings.o \ 
    7575                         
  • pjproject/trunk/pjsip/build/pjsua_lib.dsp

    r268 r360  
    8888# Begin Source File 
    8989 
    90 SOURCE="..\src\pjsua-lib\getopt.c" 
    91 # End Source File 
    92 # Begin Source File 
    93  
    9490SOURCE="..\src\pjsua-lib\pjsua_call.c" 
    9591# End Source File 
     
    120116# Begin Source File 
    121117 
    122 SOURCE="..\include\pjsua-lib\getopt.h" 
    123 # End Source File 
    124 # Begin Source File 
    125  
    126118SOURCE="..\include\pjsua-lib\pjsua.h" 
    127119# End Source File 
  • pjproject/trunk/pjsip/src/pjsua-lib/pjsua_settings.c

    r343 r360  
    1818 */ 
    1919#include <pjsua-lib/pjsua.h> 
    20 #include <pjsua-lib/getopt.h> 
    2120#include <stdio.h> 
    2221 
     
    704703    pj_log_set_decor(old_decor & (PJ_LOG_HAS_NEWLINE | PJ_LOG_HAS_CR)); 
    705704 
     705    if (detail) 
     706        pj_dump_config(); 
     707 
    706708    pjsip_endpt_dump(pjsua.endpt, detail); 
    707709    pjmedia_endpt_dump(pjsua.med_endpt); 
Note: See TracChangeset for help on using the changeset viewer.