Ignore:
Timestamp:
Jan 16, 2014 5:30:46 AM (10 years ago)
Author:
ming
Message:

Closed #1723: Merging pjsua2 branch into trunk

Location:
pjproject/trunk
Files:
2 edited

Legend:

Unmodified
Added
Removed
  • pjproject/trunk

  • pjproject/trunk/build.mak.in

    r4701 r4704  
    173173        -I$(PJDIR)/pjsip/include 
    174174export APP_CXXFLAGS := $(APP_CFLAGS) 
     175#  x   x  x  x  x  x  x   x  x  x  x  x  x   x  x  x  x  x  x   x  x  x  x  x 
     176# 
     177# FIX THIS 
     178# 
     179# pjsua2 is c++ library hence maybe needs to be put in separate 
     180# variables. it will also require -lstdc++ or -static-libstdc++ 
     181#  x   x  x  x  x  x  x   x  x  x  x  x  x   x  x  x  x  x  x   x  x  x  x  x 
    175182export APP_LDFLAGS := -L$(PJDIR)/pjlib/lib\ 
    176183        -L$(PJDIR)/pjlib-util/lib\ 
     
    180187        -L$(PJDIR)/third_party/lib\ 
    181188        $(PJ_VIDEO_LDFLAGS) \ 
     189        -static-libstdc++ \ 
    182190        @LDFLAGS@ 
    183 export APP_LIB_FILES = $(PJ_DIR)/pjsip/lib/libpjsua-$(LIB_SUFFIX) \ 
     191 
     192#  x   x  x  x  x  x  x   x  x  x  x  x  x   x  x  x  x  x  x   x  x  x  x  x 
     193# 
     194# FIX THIS 
     195# 
     196# pjsua2 is c++ library hence maybe needs to be put in separate 
     197# variables. it will also require -lstdc++ 
     198#  x   x  x  x  x  x  x   x  x  x  x  x  x   x  x  x  x  x  x   x  x  x  x  x 
     199export APP_LIB_FILES = \ 
     200        $(PJ_DIR)/pjsip/lib/libpjsua2-$(LIB_SUFFIX) \ 
     201        $(PJ_DIR)/pjsip/lib/libpjsua-$(LIB_SUFFIX) \ 
    184202        $(PJ_DIR)/pjsip/lib/libpjsip-ua-$(LIB_SUFFIX) \ 
    185203        $(PJ_DIR)/pjsip/lib/libpjsip-simple-$(LIB_SUFFIX) \ 
Note: See TracChangeset for help on using the changeset viewer.