diff options
author | Thomas Grill <xovo@users.sourceforge.net> | 2004-10-27 19:12:08 +0000 |
---|---|---|
committer | Thomas Grill <xovo@users.sourceforge.net> | 2004-10-27 19:12:08 +0000 |
commit | cbac2c9b257afdda7567ae04c4e4bf63d0496086 (patch) | |
tree | 80cab4304d12b595b2288f8f1e7840a9ff80827f /externals/grill/dyn_py | |
parent | c49cd1c6478452630c70fee8267d210bd1c41047 (diff) |
ok, my new svn->cvs mirroring script did its job correctly, but brainlessly.
the former dyn (aka dyn~ external) is now dyn (the library), while dyn~ is now dynext.
There is also dyn_py, the py/pyext module for dyn.
Initial checkin.
svn path=/trunk/; revision=2178
Diffstat (limited to 'externals/grill/dyn_py')
-rwxr-xr-x | externals/grill/dyn_py/make-files.txt | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/externals/grill/dyn_py/make-files.txt b/externals/grill/dyn_py/make-files.txt new file mode 100755 index 00000000..b3e31ac2 --- /dev/null +++ b/externals/grill/dyn_py/make-files.txt @@ -0,0 +1,4 @@ +NAME=dyn
+SRCDIR=.
+
+SRCS= dyn_py.cpp
|