[PD-cvs] externals/build TODO,1.7,1.8

Hans-Christoph Steiner eighthave at users.sourceforge.net
Sun Nov 27 06:02:01 CET 2005


Update of /cvsroot/pure-data/externals/build
In directory sc8-pr-cvs1.sourceforge.net:/tmp/cvs-serv15023

Modified Files:
	TODO 
Log Message:
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

Index: TODO
===================================================================
RCS file: /cvsroot/pure-data/externals/build/TODO,v
retrieving revision 1.7
retrieving revision 1.8
diff -C2 -d -r1.7 -r1.8
*** TODO	26 Nov 2005 01:52:47 -0000	1.7
--- TODO	27 Nov 2005 05:01:59 -0000	1.8
***************
*** 7,11 ****
  
  - get externals/build/src/prepend.c to compile in Pd mode, which means it will
!   have a right inlet when created without an argument
  
  - add in mtx_ objects with special characters using setup functions and
--- 7,13 ----
  
  - get externals/build/src/prepend.c to compile in Pd mode, which means it will
!   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
***************
*** 26,35 ****
  		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
--- 28,31 ----





More information about the Pd-cvs mailing list