From e854889b99b9e515dc69d237b1031b5705e83b60 Mon Sep 17 00:00:00 2001 From: Thomas Grill Date: Wed, 9 Mar 2005 04:58:11 +0000 Subject: fixes for detached operation and single-threaded version use lock count instead of message queuing to avoid py->py messaging deadlock support for buffer objects (preliminary) updated build system little restructuring fixes for single-threaded compilation added support for numarray svn path=/trunk/; revision=2610 --- externals/grill/py/package.txt | 8 ++++++-- 1 file changed, 6 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 8cbd70d6..208fe827 100644 --- a/externals/grill/py/package.txt +++ b/externals/grill/py/package.txt @@ -6,6 +6,10 @@ BUILDDIR=build SRCDIR=source PRECOMPILE=pyprefix.h -SRCS= main.cpp py.cpp pyext.cpp modmeth.cpp clmeth.cpp register.cpp pyargs.cpp bound.cpp pysymbol.cpp +SRCS= \ + main.cpp \ + py.cpp pyext.cpp modmeth.cpp clmeth.cpp \ + register.cpp bound.cpp pyargs.cpp \ + pysymbol.cpp pybuffer.cpp -HDRS= pyprefix.h main.h pyext.h pysymbol.h +HDRS= pyprefix.h main.h pyext.h pysymbol.h pybuffer.h -- cgit v1.2.1