swig project file & build

git-svn-id: svn+ssh://svn.gnucash.org/repo/gnucash/trunk@703 57a11ea4-9604-0410-9ed3-97b8803252fd
This commit is contained in:
Linas Vepstas 1998-03-23 07:29:55 +00:00
parent b8a856e894
commit ac6a46f77f
2 changed files with 21 additions and 0 deletions

View File

@ -57,6 +57,10 @@ $(TARGET): $(OBJS)
@echo "+++"
$(CC) -c $(CFLAGS) $(INCLPATH) $<
swig:
swig -I. -guile swig.i
depend:
makedepend -- $(INCLPATH) $(DEFN) -- $(SRCS)

17
src/engine/swig.i Normal file
View File

@ -0,0 +1,17 @@
#
# FILE:
# swig.i
#
# FUNCTION:
# SWIG project file
#
# HISTORY:
# Rob Browning March 1988
#
%module xaccSwig
%include Account.h
%include Group.h
%include FileIO.h
%include LedgerUtils.h
%include Transaction.h