Changeset 5735 for pjproject/trunk/pjsip-apps/src/swig/Makefile
- Timestamp:
- Feb 12, 2018 6:50:00 AM (7 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
pjproject/trunk/pjsip-apps/src/swig/Makefile
r4746 r5735 2 2 3 3 ifneq ($(findstring android,$(TARGET_NAME)),) 4 # no python for android5 DIRS = java4 # no python for android 5 DIRS = java csharp 6 6 else 7 DIRS = python java 7 ifneq ($(findstring ios,$(TARGET_NAME)),) 8 DIRS = csharp 9 else 10 DIRS = python java 11 endif 8 12 endif 9 13 … … 29 33 done 30 34 35 csharp: 36 $(MAKE) $(MAKE_FLAGS) -C csharp $@ 37 31 38 symbols.i: symbols.lst 32 39 @echo ** Warning **: file symbols.i is out of date. Run 'make symbol'.
Note: See TracChangeset
for help on using the changeset viewer.