Changeset 5679 for pjproject/trunk/pjsip-apps/build/Footprint.mak
- Timestamp:
- Nov 1, 2017 5:23:36 AM (7 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
pjproject/trunk/pjsip-apps/build/Footprint.mak
r1352 r5679 11 11 # 12 12 export _CFLAGS := $(APP_CFLAGS) $(CFLAGS) 13 export _CXXFLAGS:= $( _CFLAGS)13 export _CXXFLAGS:= $(APP_CXXFLAGS) $(CXXFLAGS) 14 14 15 15 export _LDFLAGS := $(APP_LDFLAGS) $(APP_LDLIBS) $(LDFLAGS)
Note: See TracChangeset
for help on using the changeset viewer.