[PD-cvs] externals/build/src cxc_counter.c,NONE,1.1 cxc.prepend.c,1.1,1.2 cxc.split.c,1.1,1.2 maxlib_speedlim.c,1.1,1.2 maxlib_split.c,1.1,1.2 maxlib_wrap.c,1.1,1.2

Hans-Christoph Steiner eighthave at users.sourceforge.net
Fri May 28 00:30:47 CEST 2004


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

Modified Files:
	cxc.prepend.c cxc.split.c maxlib_speedlim.c maxlib_split.c 
	maxlib_wrap.c 
Added Files:
	cxc_counter.c 
Log Message:
a couple stabs at getting these working

--- NEW FILE: cxc_counter.c ---
#include "../../cxc/prepend.c"
void cxc_prepend_setup(void)
{
	prepend_setup();
}

Index: cxc.split.c
===================================================================
RCS file: /cvsroot/pure-data/externals/build/src/cxc.split.c,v
retrieving revision 1.1
retrieving revision 1.2
diff -C2 -d -r1.1 -r1.2
*** cxc.split.c	18 May 2004 22:30:16 -0000	1.1
--- cxc.split.c	27 May 2004 22:30:44 -0000	1.2
***************
*** 1 ****
--- 1,5 ----
  #include "../../cxc/split.c"
+ void cxc_split_setup(void)
+ {
+ 	split_setup();
+ }

Index: maxlib_wrap.c
===================================================================
RCS file: /cvsroot/pure-data/externals/build/src/maxlib_wrap.c,v
retrieving revision 1.1
retrieving revision 1.2
diff -C2 -d -r1.1 -r1.2
*** maxlib_wrap.c	18 May 2004 22:30:16 -0000	1.1
--- maxlib_wrap.c	27 May 2004 22:30:44 -0000	1.2
***************
*** 1 ****
--- 1,5 ----
  #include "../../maxlib/src/wrap.c"
+ void maxlib_wrap_setup(void)
+ {
+ 	wrap_setup();
+ }

Index: maxlib_speedlim.c
===================================================================
RCS file: /cvsroot/pure-data/externals/build/src/maxlib_speedlim.c,v
retrieving revision 1.1
retrieving revision 1.2
diff -C2 -d -r1.1 -r1.2
*** maxlib_speedlim.c	18 May 2004 22:30:16 -0000	1.1
--- maxlib_speedlim.c	27 May 2004 22:30:44 -0000	1.2
***************
*** 1 ****
--- 1,5 ----
  #include "../../maxlib/src/speedlim.c"
+ void maxlib_speedlim_setup(void)
+ {
+ 	speedlim_setup();
+ }

Index: maxlib_split.c
===================================================================
RCS file: /cvsroot/pure-data/externals/build/src/maxlib_split.c,v
retrieving revision 1.1
retrieving revision 1.2
diff -C2 -d -r1.1 -r1.2
*** maxlib_split.c	18 May 2004 22:30:16 -0000	1.1
--- maxlib_split.c	27 May 2004 22:30:44 -0000	1.2
***************
*** 1 ****
--- 1,5 ----
  #include "../../maxlib/src/split.c"
+ void maxlib_split_setup(void)
+ {
+ 	split_setup();
+ }

Index: cxc.prepend.c
===================================================================
RCS file: /cvsroot/pure-data/externals/build/src/cxc.prepend.c,v
retrieving revision 1.1
retrieving revision 1.2
diff -C2 -d -r1.1 -r1.2
*** cxc.prepend.c	18 May 2004 22:30:16 -0000	1.1
--- cxc.prepend.c	27 May 2004 22:30:44 -0000	1.2
***************
*** 1 ****
--- 1,5 ----
  #include "../../cxc/prepend.c"
+ void cxc_prepend_setup(void)
+ {
+ 	prepend_setup();
+ }





More information about the Pd-cvs mailing list