Ignore:
Timestamp:
Jan 23, 2014 2:28:41 AM (10 years ago)
Author:
ming
Message:

Re #1723: Modified build system to link with C++ library only for pjsua2 lib or app

File:
1 edited

Legend:

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

    r4704 r4711  
    5959 
    6060export CC_OUT CC AR RANLIB HOST_MV HOST_RM HOST_RMDIR HOST_MKDIR OBJEXT LD LDOUT  
    61 ############################################################################### 
    62 # Main entry 
    63 # 
    64 # 
    65 #  x   x  x  x  x  x  x   x  x  x  x  x  x   x  x  x  x  x  x   x  x  x  x  x 
    66 # 
    67 #                FIX THIS 
    68 # 
    69 #  x   x  x  x  x  x  x   x  x  x  x  x  x   x  x  x  x  x  x   x  x  x  x  x 
    70 TARGETS := $(BINDIR)/$(PJSUA_EXE) $(BINDIR)/$(PJSYSTEST_EXE) samples 
     61 
     62TARGETS := $(PJSUA_EXE) $(PJSYSTEST_EXE) samples 
    7163 
    7264all: $(TARGETS) 
Note: See TracChangeset for help on using the changeset viewer.