Update of /cvsroot/pure-data/externals/grill/flext/buildsys/mac/max In directory sc8-pr-cvs1.sourceforge.net:/tmp/cvs-serv6844/buildsys/mac/max
Modified Files: config-gcc.def Log Message: updated templates changed template parameter of TableMap fixes for OSX fixed problems with symbol binding
Index: config-gcc.def =================================================================== RCS file: /cvsroot/pure-data/externals/grill/flext/buildsys/mac/max/config-gcc.def,v retrieving revision 1.6 retrieving revision 1.7 diff -C2 -d -r1.6 -r1.7 *** config-gcc.def 12 Jan 2005 04:58:35 -0000 1.6 --- config-gcc.def 16 Apr 2005 21:34:44 -0000 1.7 *************** *** 5,16 **** ###############################################################
! # where do/should the flext headers reside/be built? ! FLEXTINC=/usr/local/include/flext ! ! # where do/should the flext static libraries reside/be built? ! FLEXTLIB=/usr/local/lib
! # where do/should the flext shared libraries reside/be built? ! FLEXTSHLIB=$(FLEXTLIB)
############################################################### --- 5,14 ---- ###############################################################
! # prefix for flext installation ! # headers are in $(FLEXTPREFIX)/include/flext ! # libraries are in $(FLEXTPREFIX)/lib ! # build system is in $(FLEXTPREFIX)/lib/flext
! FLEXTPREFIX=/usr/local
###############################################################