[PD-cvs] externals/build TODO, 1.4, 1.5 Makefile.buildlayout, 1.1, NONE

Hans-Christoph Steiner eighthave at users.sourceforge.net
Fri Nov 18 08:08:37 CET 2005


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

Modified Files:
	TODO 
Removed Files:
	Makefile.buildlayout 
Log Message:
it builds everything that the previous one did, plus the doc/makefile was folded into this one; next, make it actually do the C compiling instead of having the separate makefiles for each platform

--- Makefile.buildlayout DELETED ---

Index: TODO
===================================================================
RCS file: /cvsroot/pure-data/externals/build/TODO,v
retrieving revision 1.4
retrieving revision 1.5
diff -C2 -d -r1.4 -r1.5
*** TODO	14 Apr 2005 02:11:54 -0000	1.4
--- TODO	18 Nov 2005 07:08:35 -0000	1.5
***************
*** 1,3 ****
--- 1,13 ----
  
+ - fold externals/build/doc/makefile into externals/build/Makefile
+ 
+ - 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
+   filenames with 0x escapes (mtx_/ and mtx_./ for example).  Make sure to have
+   the objects call the correct setup function since it can change the
+   functionality
+ 
  - fix compilation of netclient, netrec, netserver, piperead~, pipewrite~
  
***************
*** 18,25 ****
    `test -f $*.libs && cat $*.libs` `test -f ../src/$*.libs && cat ../src/$*.libs`
  
! - make MinGW makefile for "win" so that the GNU Makefile method will be
!   standard on all platforms.
! 
! - do symlink aliases in externals/build/src/makefile.common
! 
! - write externals/build/doc/standardize-help.sh
--- 28,33 ----
    `test -f $*.libs && cat $*.libs` `test -f ../src/$*.libs && cat ../src/$*.libs`
  
! - add these to the build system:
!       PDContainer
!       ann
! 		grh





More information about the Pd-cvs mailing list