From c4c0e342cd496b003d19181940ea041fb4c80bfd Mon Sep 17 00:00:00 2001 From: Hans-Christoph Steiner Date: Thu, 28 Dec 2006 22:34:38 +0000 Subject: [print] was already alone in one file, so that was easy svn path=/trunk/externals/corelibs/; revision=7089 --- README | 7 +++++++ print.c | 1 + 2 files changed, 8 insertions(+) create mode 100644 print.c 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. + 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" -- cgit v1.2.1