Changeset 4639 for pjproject/branches/projects/pjsua2/build.mak.in
- Timestamp:
- Nov 1, 2013 7:11:48 AM (10 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
pjproject/branches/projects/pjsua2/build.mak.in
r4638 r4639 130 130 # variables. it will also require -lstdc++ 131 131 # x x x x x x x x x x x x x x x x x x x x x x x x 132 export APP_LDLIBS := \ 132 export APP_LDLIBS := \ 133 133 -lpjsua2-$(TARGET_NAME)\ 134 134 -lpjsua-$(TARGET_NAME)\ … … 154 154 # variables. it will also require -lstdc++ 155 155 # x x x x x x x x x x x x x x x x x x x x x x x x 156 export APP_LIB_FILES = \ 156 export APP_LIB_FILES = \ 157 157 $(PJ_DIR)/pjsip/lib/libpjsua2-$(LIB_SUFFIX) \ 158 158 $(PJ_DIR)/pjsip/lib/libpjsua-$(LIB_SUFFIX) \
Note: See TracChangeset
for help on using the changeset viewer.