Changes between Version 5 and Version 6 of Getting_Started_Using
- Timestamp:
- Mar 12, 2007 10:11:05 PM (16 years ago)
Legend:
- Unmodified
- Added
- Removed
- Modified
-
Getting_Started_Using
v5 v6 15 15 {{{ 16 16 #Modify this to point to the PJSIP location. 17 PJBASE=/home/myself/pjproject 17 PJBASE=/home/myself/pjproject-0.5.10.2 18 18 19 19 include $(PJBASE)/build.mak … … 23 23 LDLIBS = $(APP_LDLIBS) 24 24 CFLAGS = $(APP_CFLAGS) 25 CPPFLAGS= ${ APP_CXXFLAGS}25 CPPFLAGS= ${CFLAGS} 26 26 27 27 # If your application is in a file named myapp.cpp or myapp.c … … 38 38 {{{ 39 39 # Modify this to point to the PJSIP location. 40 PJBASE=/home/ tarani/pjproject-0.5.10.140 PJBASE=/home/myself/pjproject-0.5.10.1 41 41 42 42 include $(PJBASE)/build/mak