Ignore:
Timestamp:
Feb 4, 2020 11:14:21 AM (4 years ago)
Author:
riza
Message:

Close #2105: Add option to specify SWIG bindings.

File:
1 edited

Legend:

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

    r6152 r6156  
    1818  GCC_EXE= 
    1919endif 
     20 
     21SWIG_FLAGS=-I../../../../pjlib/include \ 
     22                   -I../../../../pjlib-util/include \ 
     23                   -I../../../../pjmedia/include \ 
     24                   -I../../../../pjsip/include \ 
     25                   -I../../../../pjnath/include -c++  
     26SRC_DIR=../../../../pjsip/include 
     27SRCS=$(SRC_DIR)/pjsua2/endpoint.hpp $(SRC_DIR)/pjsua2/types.hpp 
    2028 
    2129#USE_THREADS = -threads -DSWIG_NO_EXPORT_ITERATOR_METHODS 
Note: See TracChangeset for help on using the changeset viewer.