aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorHans-Christoph Steiner <eighthave@users.sourceforge.net>2006-12-28 22:34:38 +0000
committerHans-Christoph Steiner <eighthave@users.sourceforge.net>2006-12-28 22:34:38 +0000
commitc4c0e342cd496b003d19181940ea041fb4c80bfd (patch)
tree235c33a8cfda3cdf1a42dd5d65f483875303a0cc
parent1aed15d7a920adfac8fa028f74eb52dd4a5cb209 (diff)
[print] was already alone in one file, so that was easyHEADsvn2git-headexternals/corelibs
svn path=/trunk/externals/corelibs/; revision=7089
-rw-r--r--README7
-rw-r--r--print.c1
2 files changed, 8 insertions, 0 deletions
diff --git a/README b/README
index f44ec0d..adf78da 100644
--- a/README
+++ b/README
@@ -14,4 +14,11 @@ This stuff is currently here as a proof of concept for turning Pd core into a
micro-language. If you want to start modifying these, then we should discuss
how these should be maintained along with Miller's changes.
+test version
+------------
+
+Once 0.40.x is done, then I plan on making the full test of this concept in
+the branch-v0-40-x-extended, splitting out each class into its own file in
+"extra", and compiling each as its own lib.
+
<hans@at.or.at>
diff --git a/print.c b/print.c
new file mode 100644
index 0000000..d74d8fe
--- /dev/null
+++ b/print.c
@@ -0,0 +1 @@
+#include "../../pd/src/x_interface.c"