mirror of
https://github.com/Gnucash/gnucash.git
synced 2025-02-25 18:55:30 -06:00
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:
parent
b8a856e894
commit
ac6a46f77f
@ -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
17
src/engine/swig.i
Normal 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
|
||||
|
Loading…
Reference in New Issue
Block a user