From 805746a3f67cdc10a5ac659df76b78e548228b3b Mon Sep 17 00:00:00 2001 From: Hans-Christoph Steiner Date: Thu, 7 Dec 2006 20:42:58 +0000 Subject: added the GUI and net objects, compiling as individual files. This is a proof of concept for separating all the built-in objects from the core, so everything is a library. svn path=/trunk/externals/corelibs/; revision=6691 --- README | 12 ++++++++++-- 1 file changed, 10 insertions(+), 2 deletions(-) (limited to 'README') diff --git a/README b/README index 4b92fa0..f44ec0d 100644 --- a/README +++ b/README @@ -3,7 +3,15 @@ These are just the objects included in Miller's Pd compiled as stand-alone libraries based on their source files. Its a quick and dirty hack to strip Pd down to the bare essentials so that the namespace will be fully functional. -These files are generated using the included script, generate.sh. They should -not be modified directly. +The lib_x_* files are generated using the included script, generate.sh. They +should not be modified directly. Ideally, these would be compiled as +individual objects. +The files named after the classes are GUI objects that originally had g_ +prefixes on the file names. +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. + + -- cgit v1.2.1