[PD-cvs] externals/grill/flext build.bat,1.1,1.2 build.sh,1.1,1.2 changes.txt,1.65,1.66 config-pd-darwin.txt,1.19,1.20 package.txt,1.1,1.2

Thomas Grill xovo at users.sourceforge.net
Mon Jan 3 06:00:28 CET 2005


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

Modified Files:
	build.bat build.sh changes.txt config-pd-darwin.txt 
	package.txt 
Log Message:
updated make system
build system for OSX
simplified make system
reconsidered flext::buffer:Update
added object construction and destruction flags
updated build system


Index: package.txt
===================================================================
RCS file: /cvsroot/pure-data/externals/grill/flext/package.txt,v
retrieving revision 1.1
retrieving revision 1.2
diff -C2 -d -r1.1 -r1.2
*** package.txt	20 Dec 2004 05:06:14 -0000	1.1
--- package.txt	3 Jan 2005 05:00:25 -0000	1.2
***************
*** 1,7 ****
  NAME=flext
  
! FLEXTBUILD=1
  
- BUILDDIR=build
  SRCDIR=source
  
--- 1,8 ----
  NAME=flext
  
! BUILDCLASS=flext
! BUILDMODE=all
! BUILDTYPE=all
  
  SRCDIR=source
  

Index: build.sh
===================================================================
RCS file: /cvsroot/pure-data/externals/grill/flext/build.sh,v
retrieving revision 1.1
retrieving revision 1.2
diff -C2 -d -r1.1 -r1.2
*** build.sh	20 Dec 2004 05:06:14 -0000	1.1
--- build.sh	3 Jan 2005 05:00:25 -0000	1.2
***************
*** 6,10 ****
  # $2 - system (pd/max)
  # $3 - compiler (msvc/gcc/mingw/cygwin/bcc/icc)
! # $4 - target (all/all-debug/all-shared/all-shared-debug/clean/install)
  
  platform=$1
--- 6,10 ----
  # $2 - system (pd/max)
  # $3 - compiler (msvc/gcc/mingw/cygwin/bcc/icc)
! # $4 - target (build/clean/install)
  
  platform=$1
***************
*** 26,31 ****
  	echo system ..... pd / max
  	echo compiler ... msvc / gcc / mingw / cygwin / bcc / icc
! 	echo target ..... all \(default\) / all-debug / all-shared / all-shared-debug / 
! 	echo ............ clean / install
  	echo 
  	echo Please make sure that your make program and compiler can be accessed with the
--- 26,30 ----
  	echo system ..... pd / max
  	echo compiler ... msvc / gcc / mingw / cygwin / bcc / icc
! 	echo target ..... build \(default\) / clean / install
  	echo 
  	echo Please make sure that your make program and compiler can be accessed with the

Index: build.bat
===================================================================
RCS file: /cvsroot/pure-data/externals/grill/flext/build.bat,v
retrieving revision 1.1
retrieving revision 1.2
diff -C2 -d -r1.1 -r1.2
*** build.bat	20 Dec 2004 05:06:14 -0000	1.1
--- build.bat	3 Jan 2005 05:00:16 -0000	1.2
***************
*** 5,9 ****
  @rem %2 - system (pd/max)
  @rem %3 - compiler (msvc/gcc/mingw/cygwin/bcc/icc)
! @rem %4 - target (all/all-debug/all-shared/all-shared-debug/clean/install)
  
  @set platform=%1
--- 5,9 ----
  @rem %2 - system (pd/max)
  @rem %3 - compiler (msvc/gcc/mingw/cygwin/bcc/icc)
! @rem %4 - target (build/clean/install)
  
  @set platform=%1

Index: changes.txt
===================================================================
RCS file: /cvsroot/pure-data/externals/grill/flext/changes.txt,v
retrieving revision 1.65
retrieving revision 1.66
diff -C2 -d -r1.65 -r1.66
*** changes.txt	31 Dec 2004 04:58:28 -0000	1.65
--- changes.txt	3 Jan 2005 05:00:25 -0000	1.66
***************
*** 1,5 ****
  flext - C++ layer for Max/MSP and pd (pure data) externals
  
! Copyright (c) 2001-2004 Thomas Grill (xovo at gmx.net)
  For information on usage and redistribution, and for a DISCLAIMER OF ALL
  WARRANTIES, see the file, "license.txt," in this distribution.  
--- 1,5 ----
  flext - C++ layer for Max/MSP and pd (pure data) externals
  
! Copyright (c) 2001-2005 Thomas Grill (gr at grrrr.org)
  For information on usage and redistribution, and for a DISCLAIMER OF ALL
  WARRANTIES, see the file, "license.txt," in this distribution.  
***************
*** 24,28 ****
  - added global system locking
  - added general atom outlet functions To{Sys,Out,Queue}Atom
! - added build system for flext-based externals
  - flags for object construction and destruction phase (Initing() and Exiting())
  - reconsidered flext::buffer::Update
--- 24,28 ----
  - added global system locking
  - added general atom outlet functions To{Sys,Out,Queue}Atom
! - new build system for flext and flext-based externals
  - flags for object construction and destruction phase (Initing() and Exiting())
  - reconsidered flext::buffer::Update

Index: config-pd-darwin.txt
===================================================================
RCS file: /cvsroot/pure-data/externals/grill/flext/config-pd-darwin.txt,v
retrieving revision 1.19
retrieving revision 1.20
diff -C2 -d -r1.19 -r1.20
*** config-pd-darwin.txt	18 Dec 2004 05:00:55 -0000	1.19
--- config-pd-darwin.txt	3 Jan 2005 05:00:25 -0000	1.20
***************
*** 7,11 ****
  
  # where are the PD header files? (m_pd.h, m_imp.h, g_canvas.h)
! PDPATH=/Applications/Pd-0.38-0test10.app/Contents/Resources/src
  
  # where is the SndObj include directory? 
--- 7,11 ----
  
  # where are the PD header files? (m_pd.h, m_imp.h, g_canvas.h)
! PDPATH=/Applications/audio/Pd-0.38-0test13.app/Contents/Resources/src
  
  # where is the SndObj include directory? 
***************
*** 22,26 ****
  # where should flext libraries be installed?
  # (leave blank to omit installation)
! INSTDIR=/Applications/Pd-0.38-0test10.app/Contents/Resources/flext
  
  # additional compiler flags
--- 22,26 ----
  # where should flext libraries be installed?
  # (leave blank to omit installation)
! INSTDIR=/Applications/audio/Pd-0.38-0test10.app/Contents/Resources/flext
  
  # additional compiler flags





More information about the Pd-cvs mailing list