Changeset 5776


Ignore:
Timestamp:
Apr 6, 2018 12:52:35 AM (6 years ago)
Author:
ming
Message:

Re #2059 (misc): Replace the warning text so it won't conflict with C compiler warning message.
Also revert accidental local modification caused by r5767.

Location:
pjproject/trunk/pjsip-apps/src/swig
Files:
2 edited

Legend:

Unmodified
Added
Removed
  • pjproject/trunk/pjsip-apps/src/swig/Makefile

    r5735 r5776  
    3737 
    3838symbols.i: symbols.lst 
    39         @echo ** Warning **: file symbols.i is out of date. Run 'make symbol'. 
     39        @echo warning: file symbols.i is out of date. Run 'make symbol'. 
    4040 
    4141symbol symbols: 
  • pjproject/trunk/pjsip-apps/src/swig/importsym.py

    r5767 r5776  
    6060        PYCPARSER_DIR="/home/bennylp/Desktop/opt/src/pycparser-master" 
    6161else: 
    62         PYCPARSER_DIR="/Users/ming/Downloads/pycparser-2.18" 
     62        PYCPARSER_DIR="/Library/Python/2.7/site-packages/pycparser" 
    6363 
    6464if not os.path.exists(PYCPARSER_DIR + '/utils/fake_libc_include'): 
Note: See TracChangeset for help on using the changeset viewer.