From 1b5906f97a129fa95bb9a5149b7787b886fbe8da Mon Sep 17 00:00:00 2001 From: Hans-Christoph Steiner Date: Sun, 27 Nov 2005 05:05:05 +0000 Subject: lots of build bug fixes and additions, including pixeltango and lots of binary files, including many flext externals. this will probably be pd-0.38.4-extended-RC5 svn path=/trunk/; revision=4051 --- externals/build/TODO | 10 +++------- 1 file changed, 3 insertions(+), 7 deletions(-) (limited to 'externals/build/TODO') diff --git a/externals/build/TODO b/externals/build/TODO index 7f6e5de6..ad5d4e12 100644 --- a/externals/build/TODO +++ b/externals/build/TODO @@ -6,7 +6,9 @@ subdir. - get externals/build/src/prepend.c to compile in Pd mode, which means it will - have a right inlet when created without an argument + have a right inlet when created without an argument (because of cyclone's + buld system, its quite difficult to do. I think it should just be removed + from default) - add in mtx_ objects with special characters using setup functions and filenames with 0x escapes (mtx_/ and mtx_./ for example). Make sure to have @@ -25,12 +27,6 @@ cxc/prepend flext/prepend -- move .libs files to externals/build/src from externals/build/PLATFORM. The - platform-specific makefiles copy them before compiling. If a - platform-specific .libs file is needed, create it in the - externals/build/PLATFORM directory. The makefiles will use both: - `test -f $*.libs && cat $*.libs` `test -f ../src/$*.libs && cat ../src/$*.libs` - - add these to the build system: PDContainer ann -- cgit v1.2.1