[PD-cvs] externals/grill/flext/buildsys/mac/max config-gcc.def,1.3,1.4

Thomas Grill xovo at users.sourceforge.net
Wed Jan 5 06:04:13 CET 2005


Update of /cvsroot/pure-data/externals/grill/flext/buildsys/mac/max
In directory sc8-pr-cvs1.sourceforge.net:/tmp/cvs-serv12682/buildsys/mac/max

Modified Files:
	config-gcc.def 
Log Message:
made default configurations generic
two more flext tutorials
fixes for Max headers
cleanups
updated build system
updated tutorials
revised the documentation
updated for OSX
upgraded version number


Index: config-gcc.def
===================================================================
RCS file: /cvsroot/pure-data/externals/grill/flext/buildsys/mac/max/config-gcc.def,v
retrieving revision 1.3
retrieving revision 1.4
diff -C2 -d -r1.3 -r1.4
*** config-gcc.def	4 Jan 2005 04:58:52 -0000	1.3
--- config-gcc.def	5 Jan 2005 05:04:10 -0000	1.4
***************
*** 1,5 ****
  # where are the Max/MSP SDK header files?
  # you should have the latest version!
! MAXSDKPATH=/Volumes/Daten/Prog/MaxMSP-SDK/4.5\ headers/c74support
  
  ###############################################################
--- 1,5 ----
  # where are the Max/MSP SDK header files?
  # you should have the latest version!
! MAXSDKPATH=/Applications/MaxMSP\ 4.5/MaxMSP-SDK/4.5\ headers/c74support
  
  ###############################################################
***************
*** 22,28 ****
  INSTPATH=/Library/Application\ Support/Cycling\ \'74/externals/flext
  
  ###############################################################
  
  # user defined compiler flags
  # (check if they match your system!)
! OFLAGS=-O2 -mcpu=G4 -malign-natural -maltivec -faltivec
--- 22,36 ----
  INSTPATH=/Library/Application\ Support/Cycling\ \'74/externals/flext
  
+ # where should the initialization files be installed?
+ INITPATH=/Library/Application\ Support/Cycling\ \'74/init
+ 
+ # where should the help files be installed?
+ HELPPATH=/Applications/MaxMSP\ 4.5/max-help/flext
+ 
  ###############################################################
  
  # user defined compiler flags
  # (check if they match your system!)
! OFLAGS=-O2
! # optimizations for G4
! #OFLAGS += -mcpu=G4 -malign-natural -maltivec -faltivec





More information about the Pd-cvs mailing list