Changes between Version 5 and Version 6 of Getting_Started_Using


Ignore:
Timestamp:
Mar 12, 2007 10:11:05 PM (17 years ago)
Author:
bennylp
Comment:

--

Legend:

Unmodified
Added
Removed
Modified
  • Getting_Started_Using

    v5 v6  
    1515{{{ 
    1616#Modify this to point to the PJSIP location. 
    17 PJBASE=/home/myself/pjproject 
     17PJBASE=/home/myself/pjproject-0.5.10.2 
    1818 
    1919include $(PJBASE)/build.mak 
     
    2323LDLIBS  = $(APP_LDLIBS) 
    2424CFLAGS  = $(APP_CFLAGS) 
    25 CPPFLAGS= ${APP_CXXFLAGS} 
     25CPPFLAGS= ${CFLAGS} 
    2626 
    2727# If your application is in a file named myapp.cpp or myapp.c 
     
    3838{{{ 
    3939# Modify this to point to the PJSIP location. 
    40 PJBASE=/home/tarani/pjproject-0.5.10.1 
     40PJBASE=/home/myself/pjproject-0.5.10.1 
    4141 
    4242include $(PJBASE)/build/mak