[PD-cvs] externals/grill/absattr absattr.cpp, 1.1, 1.2 readme.txt, 1.1, 1.2

Thomas Grill xovo at users.sourceforge.net
Fri Aug 5 18:23:51 CEST 2005


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

Modified Files:
	absattr.cpp readme.txt 
Log Message:
minimal docs
small ad
corrected to right version dependency


Index: readme.txt
===================================================================
RCS file: /cvsroot/pure-data/externals/grill/absattr/readme.txt,v
retrieving revision 1.1
retrieving revision 1.2
diff -C2 -d -r1.1 -r1.2
*** readme.txt	5 Aug 2005 15:57:32 -0000	1.1
--- readme.txt	5 Aug 2005 16:23:49 -0000	1.2
***************
*** 10,13 ****
--- 10,17 ----
  ----------------------------------------------------------------------------
  
+ Driven by vibrez.net
+ 
+ ----------------------------------------------------------------------------
+ 
  BUILDING from source
  --------------------

Index: absattr.cpp
===================================================================
RCS file: /cvsroot/pure-data/externals/grill/absattr/absattr.cpp,v
retrieving revision 1.1
retrieving revision 1.2
diff -C2 -d -r1.1 -r1.2
*** absattr.cpp	5 Aug 2005 15:57:32 -0000	1.1
--- absattr.cpp	5 Aug 2005 16:23:49 -0000	1.2
***************
*** 13,18 ****
  #include <flext.h>
  
! #if !defined(FLEXT_VERSION) || (FLEXT_VERSION < 500)
! #error You need at least flext version 0.5.0
  #endif
  
--- 13,18 ----
  #include <flext.h>
  
! #if !defined(FLEXT_VERSION) || (FLEXT_VERSION < 501)
! #error You need at least flext version 0.5.1
  #endif
  





More information about the Pd-cvs mailing list