[PD-cvs] externals/grill/flext/tutorial config-pd-linux.txt,1.7,1.8 makefile.pd-darwin,1.8,1.9 makefile.pd-linux,1.8,1.9

Thomas Grill xovo at users.sourceforge.net
Sat Apr 24 00:14:17 CEST 2004


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

Modified Files:
	config-pd-linux.txt makefile.pd-darwin makefile.pd-linux 
Log Message:
 ""

Index: config-pd-linux.txt
===================================================================
RCS file: /cvsroot/pure-data/externals/grill/flext/tutorial/config-pd-linux.txt,v
retrieving revision 1.7
retrieving revision 1.8
diff -C2 -d -r1.7 -r1.8
*** config-pd-linux.txt	3 Mar 2003 07:57:49 -0000	1.7
--- config-pd-linux.txt	23 Apr 2004 22:14:15 -0000	1.8
***************
*** 34,37 ****
  # additional compiler flags
  # (check if they fit to your system!)
! UFLAGS=-mcpu=pentiumpro  # gcc 2.95
! #UFLAGS=-mcpu=pentium3 -msse  # gcc 3.2
--- 34,37 ----
  # additional compiler flags
  # (check if they fit to your system!)
! #UFLAGS=-mcpu=pentiumpro  # gcc 2.95
! UFLAGS=-mcpu=pentium3 -msse  # gcc 3.2

Index: makefile.pd-darwin
===================================================================
RCS file: /cvsroot/pure-data/externals/grill/flext/tutorial/makefile.pd-darwin,v
retrieving revision 1.8
retrieving revision 1.9
diff -C2 -d -r1.8 -r1.9
*** makefile.pd-darwin	26 Jan 2004 03:32:22 -0000	1.8
--- makefile.pd-darwin	23 Apr 2004 22:14:15 -0000	1.9
***************
*** 19,23 ****
  CFLAGS=${UFLAGS} -O2 -fno-rtti
  LIBS=m
! LDFLAGS=-framework vecLib -bundle -bundle_loader $(PD)
  
  # the rest can stay untouched
--- 19,23 ----
  CFLAGS=${UFLAGS} -O2 -fno-rtti
  LIBS=m
! LDFLAGS=-framework vecLib -framework Carbon -bundle -bundle_loader $(PD)
  
  # the rest can stay untouched
***************
*** 26,30 ****
  # all the source files from the package
  
! EXAMPLES=simple1 simple2 simple3 timer1 adv1 adv2 adv3 attr1 attr2 attr3 signal1~ signal2~ lib1 thread1 thread2 
  
  ifdef SNDOBJ
--- 26,30 ----
  # all the source files from the package
  
! EXAMPLES=simple1 simple2 simple3 timer1 adv1 adv2 adv3 attr1 attr2 attr3 signal1~ signal2~ lib1 thread1 thread2 bind1 buffer1 
  
  ifdef SNDOBJ

Index: makefile.pd-linux
===================================================================
RCS file: /cvsroot/pure-data/externals/grill/flext/tutorial/makefile.pd-linux,v
retrieving revision 1.8
retrieving revision 1.9
diff -C2 -d -r1.8 -r1.9
*** makefile.pd-linux	3 Mar 2003 07:57:49 -0000	1.8
--- makefile.pd-linux	23 Apr 2004 22:14:15 -0000	1.9
***************
*** 17,21 ****
  LIBPATH=
  FLAGS=-DFLEXT_SYS=2 -DFLEXT_THREADS
! CFLAGS=${UFLAGS} -O6 -fno-rtti
  LIBS=m
  
--- 17,21 ----
  LIBPATH=
  FLAGS=-DFLEXT_SYS=2 -DFLEXT_THREADS
! CFLAGS=${UFLAGS} -O2 -fno-rtti
  LIBS=m
  
***************
*** 26,30 ****
  # all the source files from the package
  
! EXAMPLES=simple1 simple2 simple3 adv1 adv2 adv3 timer1 attr1 attr2 attr3 signal1~ signal2~ lib1 thread1 thread2
  
  ifdef SNDOBJ
--- 26,30 ----
  # all the source files from the package
  
! EXAMPLES=simple1 simple2 simple3 adv1 adv2 adv3 timer1 attr1 attr2 attr3 signal1~ signal2~ lib1 thread1 thread2 bind1 buffer1
  
  ifdef SNDOBJ





More information about the Pd-cvs mailing list