git-svn-id: http://svn.freeswitch.org/svn/freeswitch/trunk@12338 d0543943-73ff-0310-b7d9-9358b9ac24b2
This commit is contained in:
Brian West
2009-02-27 22:59:10 +00:00
parent 3bdec0c091
commit 0fa415f0b5
4 changed files with 101 additions and 101 deletions

View File

@@ -4,7 +4,7 @@ LOCAL_LDFLAGS=-lpython2.4
all: _ESL.so
esl_wrap.cpp:
swig -module ESL -classic -python -c++ -DMULTIPLICITY -I../src/include -o esl_wrap.cpp ../ESL.i
swig -module _ESL -classic -python -c++ -DMULTIPLICITY -I../src/include -o esl_wrap.cpp ../ESL.i
esl_wrap.o: esl_wrap.cpp
$(CXX) $(CXX_CFLAGS) $(CXXFLAGS) $(LOCAL_CFLAGS) -c esl_wrap.cpp -o esl_wrap.o