From d563db671892f0719195aeeb89cac6ee3fe7c69e Mon Sep 17 00:00:00 2001 From: Thomas Grill Date: Wed, 7 Jan 2004 03:38:25 +0000 Subject: "" svn path=/trunk/; revision=1251 --- externals/grill/py/source/pyext.cpp | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) (limited to 'externals/grill/py/source/pyext.cpp') diff --git a/externals/grill/py/source/pyext.cpp b/externals/grill/py/source/pyext.cpp index 799de20a..e7b12756 100644 --- a/externals/grill/py/source/pyext.cpp +++ b/externals/grill/py/source/pyext.cpp @@ -12,7 +12,7 @@ WARRANTIES, see the file, "license.txt," in this distribution. #include -FLEXT_LIB_V("pyext",pyext) +FLEXT_LIB_V("pyext pyx",pyext) V pyext::Setup(t_classid c) { @@ -23,6 +23,9 @@ V pyext::Setup(t_classid c) FLEXT_CADDMETHOD_(c,0,"doc",m_doc); FLEXT_CADDMETHOD_(c,0,"doc+",m_doc_); + FLEXT_CADDATTR_VAR(c,"args",args,ms_args); + FLEXT_CADDATTR_GET(c,"dir+",mg_dir_); + #ifdef FLEXT_THREADS FLEXT_CADDATTR_VAR1(c,"detach",detach); FLEXT_CADDMETHOD_(c,0,"stop",m_stop); -- cgit v1.2.1