Update of /cvsroot/pure-data/externals/build/src In directory sc8-pr-cvs1.sourceforge.net:/tmp/cvs-serv2185
Modified Files: dist_normal.c knob.c plugin~.c random1.c random_fl.c random_icg.c random_tw.c rl.c sl.c Log Message: switched <> to "" in include statement to standardize all these files
Index: plugin~.c =================================================================== RCS file: /cvsroot/pure-data/externals/build/src/plugin~.c,v retrieving revision 1.3 retrieving revision 1.4 diff -C2 -d -r1.3 -r1.4 *** plugin~.c 15 Nov 2005 06:24:23 -0000 1.3 --- plugin~.c 17 Nov 2005 20:36:18 -0000 1.4 *************** *** 1,5 **** #ifdef __gnu_linux__ ! #include <../../plugin~/jload.c> ! #include <../../plugin~/jsearch.c> ! #include <../../plugin~/plugin~.c> #endif --- 1,5 ---- #ifdef __gnu_linux__ ! #include "../../plugin~/jload.c" ! #include "../../plugin~/jsearch.c" ! #include "../../plugin~/plugin~.c" #endif
Index: dist_normal.c =================================================================== RCS file: /cvsroot/pure-data/externals/build/src/dist_normal.c,v retrieving revision 1.1 retrieving revision 1.2 diff -C2 -d -r1.1 -r1.2 *** dist_normal.c 25 Oct 2002 17:03:13 -0000 1.1 --- dist_normal.c 17 Nov 2005 20:36:18 -0000 1.2 *************** *** 1 **** ! #include <../../cxc/randomix.c> --- 1 ---- ! #include "../../cxc/randomix.c"
Index: knob.c =================================================================== RCS file: /cvsroot/pure-data/externals/build/src/knob.c,v retrieving revision 1.2 retrieving revision 1.3 diff -C2 -d -r1.2 -r1.3 *** knob.c 16 Nov 2005 22:48:22 -0000 1.2 --- knob.c 17 Nov 2005 20:36:18 -0000 1.3 *************** *** 4,8 **** */ #ifndef WIN32 ! #include <../../footils/knob/knob.c> #endif
--- 4,8 ---- */ #ifndef WIN32 ! #include "../../footils/knob/knob.c" #endif
Index: rl.c =================================================================== RCS file: /cvsroot/pure-data/externals/build/src/rl.c,v retrieving revision 1.3 retrieving revision 1.4 diff -C2 -d -r1.3 -r1.4 *** rl.c 7 Apr 2003 11:18:55 -0000 1.3 --- rl.c 17 Nov 2005 20:36:18 -0000 1.4 *************** *** 1,3 ****
! #include <../../ggee/control/rl.c>
--- 1,3 ----
! #include "../../ggee/control/rl.c"
Index: random1.c =================================================================== RCS file: /cvsroot/pure-data/externals/build/src/random1.c,v retrieving revision 1.1 retrieving revision 1.2 diff -C2 -d -r1.1 -r1.2 *** random1.c 25 Oct 2002 17:03:13 -0000 1.1 --- random1.c 17 Nov 2005 20:36:18 -0000 1.2 *************** *** 1 **** ! #include <../../cxc/randomix.c> --- 1 ---- ! #include "../../cxc/randomix.c"
Index: sl.c =================================================================== RCS file: /cvsroot/pure-data/externals/build/src/sl.c,v retrieving revision 1.3 retrieving revision 1.4 diff -C2 -d -r1.3 -r1.4 *** sl.c 7 Apr 2003 11:18:55 -0000 1.3 --- sl.c 17 Nov 2005 20:36:18 -0000 1.4 *************** *** 1,2 ****
! #include <../../ggee/control/sl.c> --- 1,2 ----
! #include "../../ggee/control/sl.c"
Index: random_fl.c =================================================================== RCS file: /cvsroot/pure-data/externals/build/src/random_fl.c,v retrieving revision 1.1 retrieving revision 1.2 diff -C2 -d -r1.1 -r1.2 *** random_fl.c 25 Oct 2002 17:03:13 -0000 1.1 --- random_fl.c 17 Nov 2005 20:36:18 -0000 1.2 *************** *** 1 **** ! #include <../../cxc/randomix.c> --- 1 ---- ! #include "../../cxc/randomix.c"
Index: random_tw.c =================================================================== RCS file: /cvsroot/pure-data/externals/build/src/random_tw.c,v retrieving revision 1.1 retrieving revision 1.2 diff -C2 -d -r1.1 -r1.2 *** random_tw.c 25 Oct 2002 17:03:13 -0000 1.1 --- random_tw.c 17 Nov 2005 20:36:18 -0000 1.2 *************** *** 1 **** ! #include <../../cxc/randomix.c> --- 1 ---- ! #include "../../cxc/randomix.c"
Index: random_icg.c =================================================================== RCS file: /cvsroot/pure-data/externals/build/src/random_icg.c,v retrieving revision 1.1 retrieving revision 1.2 diff -C2 -d -r1.1 -r1.2 *** random_icg.c 25 Oct 2002 17:03:13 -0000 1.1 --- random_icg.c 17 Nov 2005 20:36:18 -0000 1.2 *************** *** 1 **** ! #include <../../cxc/randomix.c> --- 1 ---- ! #include "../../cxc/randomix.c"