Ignore:
Timestamp:
Dec 13, 2013 9:07:53 AM (10 years ago)
Author:
nanang
Message:

Re #1716: Initial implementation of new Android app based on pjsua2+SWIG API.

File:
1 edited

Legend:

Unmodified
Added
Removed
  • pjproject/branches/projects/pjsua2/build.mak.in

    r4639 r4691  
    115115        -I$(PJDIR)/pjsip/include 
    116116export APP_CXXFLAGS := $(APP_CFLAGS) 
     117#  x   x  x  x  x  x  x   x  x  x  x  x  x   x  x  x  x  x  x   x  x  x  x  x 
     118# 
     119# FIX THIS 
     120# 
     121# pjsua2 is c++ library hence maybe needs to be put in separate 
     122# variables. it will also require -lstdc++ or -static-libstdc++ 
     123#  x   x  x  x  x  x  x   x  x  x  x  x  x   x  x  x  x  x  x   x  x  x  x  x 
    117124export APP_LDFLAGS := -L$(PJDIR)/pjlib/lib\ 
    118125        -L$(PJDIR)/pjlib-util/lib\ 
     
    122129        -L$(PJDIR)/third_party/lib\ 
    123130        $(PJ_VIDEO_LDFLAGS) \ 
     131        -static-libstdc++ \ 
    124132        @LDFLAGS@ 
    125133#  x   x  x  x  x  x  x   x  x  x  x  x  x   x  x  x  x  x  x   x  x  x  x  x 
     
    145153        $(APP_THIRD_PARTY_EXT)\ 
    146154        -lpj-$(TARGET_NAME)\ 
    147         @LIBS@ \ 
    148         -lstdc++ 
     155        @LIBS@ 
    149156#  x   x  x  x  x  x  x   x  x  x  x  x  x   x  x  x  x  x  x   x  x  x  x  x 
    150157# 
Note: See TracChangeset for help on using the changeset viewer.