From f1558e3a9297c6a4fefa9d399a7c9d067d859aa3 Mon Sep 17 00:00:00 2001 From: Thomas Grill Date: Tue, 11 Jan 2005 04:59:27 +0000 Subject: added symbol type fixed incorrect unbinding of instance methods fixes for symbol type little restructuring svn path=/trunk/; revision=2489 --- externals/grill/py/package.txt | 5 +++-- 1 file changed, 3 insertions(+), 2 deletions(-) (limited to 'externals/grill/py/package.txt') diff --git a/externals/grill/py/package.txt b/externals/grill/py/package.txt index 03c6fa9d..8cbd70d6 100644 --- a/externals/grill/py/package.txt +++ b/externals/grill/py/package.txt @@ -4,7 +4,8 @@ BUILDTYPE=multi BUILDDIR=build SRCDIR=source +PRECOMPILE=pyprefix.h -SRCS= main.cpp py.cpp pyext.cpp modmeth.cpp clmeth.cpp register.cpp pyargs.cpp bound.cpp +SRCS= main.cpp py.cpp pyext.cpp modmeth.cpp clmeth.cpp register.cpp pyargs.cpp bound.cpp pysymbol.cpp -HDRS= main.h pyext.h +HDRS= pyprefix.h main.h pyext.h pysymbol.h -- cgit v1.2.1