Ignore:
Timestamp:
Feb 12, 2018 6:50:00 AM (7 years ago)
Author:
ming
Message:

Fixed #2086: Add C# binding using SWIG, and support for Xamarin

File:
1 edited

Legend:

Unmodified
Added
Removed
  • pjproject/trunk/pjsip-apps/src/swig/Makefile

    r4746 r5735  
    22 
    33ifneq ($(findstring android,$(TARGET_NAME)),) 
    4   # no python for android 
    5   DIRS = java 
     4    # no python for android 
     5    DIRS = java csharp 
    66else 
    7   DIRS = python java 
     7    ifneq ($(findstring ios,$(TARGET_NAME)),) 
     8        DIRS = csharp 
     9    else 
     10        DIRS = python java 
     11    endif 
    812endif 
    913 
     
    2933        done 
    3034 
     35csharp: 
     36        $(MAKE) $(MAKE_FLAGS) -C csharp $@ 
     37 
    3138symbols.i: symbols.lst 
    3239        @echo ** Warning **: file symbols.i is out of date. Run 'make symbol'. 
Note: See TracChangeset for help on using the changeset viewer.