[PD-cvs] externals/grill/flext/source flbase.h,1.27,1.28

Thomas Grill xovo at users.sourceforge.net
Mon Jan 3 06:00:33 CET 2005


Update of /cvsroot/pure-data/externals/grill/flext/source
In directory sc8-pr-cvs1.sourceforge.net:/tmp/cvs-serv29038/source

Modified Files:
	flbase.h 
Log Message:
updated make system
build system for OSX
simplified make system
reconsidered flext::buffer:Update
added object construction and destruction flags
updated build system


Index: flbase.h
===================================================================
RCS file: /cvsroot/pure-data/externals/grill/flext/source/flbase.h,v
retrieving revision 1.27
retrieving revision 1.28
diff -C2 -d -r1.27 -r1.28
*** flbase.h	31 Dec 2004 04:58:29 -0000	1.27
--- flbase.h	3 Jan 2005 05:00:31 -0000	1.28
***************
*** 221,225 ****
  
          // flags for init and exit procedure;
!         static bool initing,exiting;
  
  	public:
--- 221,226 ----
  
          // flags for init and exit procedure;
!         static bool initing;
!         static bool exiting;
  
  	public:





More information about the Pd-cvs mailing list