[PD-cvs] externals/build TODO,1.12,1.13

Hans-Christoph Steiner eighthave at users.sourceforge.net
Mon Jan 9 22:24:30 CET 2006


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

Modified Files:
	TODO 
Log Message:
checked in code from sIgpAck0.03.ZIP; cleaned up comment warnings and changed #ifdef NT to #ifdef _MSC_VER; removed sp. prefix and set up for namespaces

Index: TODO
===================================================================
RCS file: /cvsroot/pure-data/externals/build/TODO,v
retrieving revision 1.12
retrieving revision 1.13
diff -C2 -d -r1.12 -r1.13
*** TODO	13 Dec 2005 21:53:10 -0000	1.12
--- TODO	9 Jan 2006 21:24:28 -0000	1.13
***************
*** 1,3 ****
--- 1,8 ----
  
+ - try compiling with as many warnings as possible  Currently, this is the
+   setup:	-Wall -W -Wno-unused -Wno-parentheses -Wno-switch -Wno-shadow
+ 
+ - fix PDP inclusion. it seems to get skipped on Darwin.  maybe with ifeq(windows...
+ 
  - make C++ compile targets (packages/darwin_app/Makefile has some)
  
***************
*** 8,14 ****
  - add "test lib" functionality to binary building in externals/Makefile
  
- - simplify Makefile, making just "all" and "install" with subsections for each
-   subdir.
- 
  - add in mtx_ objects with special characters using setup functions and
    filenames with 0x escapes (mtx_/ and mtx_./ for example).  Make sure to have
--- 13,16 ----
***************
*** 16,21 ****
    functionality
  
- - include mp3 externals from iem_mp3 and unauthorized and make mp3*.libs files
- 
  - put objects with conflicting names into a directory namespace
  
--- 18,21 ----





More information about the Pd-cvs mailing list