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

xovo at projects.sourceforge.net xovo at projects.sourceforge.net
Mon Jan 26 04:32:25 CET 2004


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

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

Index: config-pd-darwin.txt
===================================================================
RCS file: /cvsroot/pure-data/externals/grill/flext/tutorial/config-pd-darwin.txt,v
retrieving revision 1.5
retrieving revision 1.6
diff -C2 -d -r1.5 -r1.6
*** config-pd-darwin.txt	3 Mar 2003 07:57:49 -0000	1.5
--- config-pd-darwin.txt	26 Jan 2004 03:32:22 -0000	1.6
***************
*** 7,17 ****
  # if it is a system include path (like /usr/local/include) 
  # you should leave it blank (as e.g. g++ 3.2 complains about it)
! PDPATH=/usr/local/pd/src
  
  # where is the PD executable?
! PD=/usr/local/pd/bin/pd
  
  # where do the flext libraries reside?
! FLEXTPATH=/usr/local/pd/flext
  
  # where is the SndObj include directory? 
--- 7,17 ----
  # if it is a system include path (like /usr/local/include) 
  # you should leave it blank (as e.g. g++ 3.2 complains about it)
! PDPATH=/usr/local/lib/pd/src
  
  # where is the PD executable?
! PD=/usr/local/bin/pd
  
  # where do the flext libraries reside?
! FLEXTPATH=/usr/local/lib/pd/flext
  
  # where is the SndObj include directory? 

Index: makefile.pd-darwin
===================================================================
RCS file: /cvsroot/pure-data/externals/grill/flext/tutorial/makefile.pd-darwin,v
retrieving revision 1.7
retrieving revision 1.8
diff -C2 -d -r1.7 -r1.8
*** makefile.pd-darwin	3 Mar 2003 07:57:49 -0000	1.7
--- makefile.pd-darwin	26 Jan 2004 03:32:22 -0000	1.8
***************
*** 17,23 ****
  LIBPATH=
  FLAGS=-DFLEXT_SYS=2 -DFLEXT_THREADS -Wno-unused -Wno-parentheses -Wno-switch -Wstrict-prototypes -Wno-long-double
! CFLAGS=${UFLAGS} -O6 -fno-rtti
  LIBS=m
! LDFLAGS=-bundle -bundle_loader $(PD)
  
  # the rest can stay untouched
--- 17,23 ----
  LIBPATH=
  FLAGS=-DFLEXT_SYS=2 -DFLEXT_THREADS -Wno-unused -Wno-parentheses -Wno-switch -Wstrict-prototypes -Wno-long-double
! CFLAGS=${UFLAGS} -O2 -fno-rtti
  LIBS=m
! LDFLAGS=-framework vecLib -bundle -bundle_loader $(PD)
  
  # the rest can stay untouched





More information about the Pd-cvs mailing list