[PD-cvs] externals/grill/fftease build-lnx-pd-gcc.sh,NONE,1.1 build-mac-pd-gcc.sh,NONE,1.1 config-lnx-gcc.txt,NONE,1.1 config-mac-gcc.txt,NONE,1.1 config-win-msvc.txt,NONE,1.1 makefile-lnx-gcc.txt,NONE,1.1 makefile-mac-gcc.txt,NONE,1.1 build-win-max-msvc.bat,1.1,1.2 build-win-pd-msvc.bat,1.1,1.2 makefile-win-msvc.txt,1.1,1.2 build-pd-darwin.sh,1.2,NONE build-pd-linux.sh,1.1,NONE config-pd-darwin.txt,1.6,NONE config-pd-linux.txt,1.6,NONE config-win-max-msvc.txt,1.1,NONE config-win-pd-msvc.txt,1.1,NONE makefile.pd-darwin,1.7,NONE makefile.pd-linux,1.6,NONE

Thomas Grill xovo at users.sourceforge.net
Sat Dec 18 06:05:25 CET 2004


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

Modified Files:
	build-win-max-msvc.bat build-win-pd-msvc.bat 
	makefile-win-msvc.txt 
Added Files:
	build-lnx-pd-gcc.sh build-mac-pd-gcc.sh config-lnx-gcc.txt 
	config-mac-gcc.txt config-win-msvc.txt makefile-lnx-gcc.txt 
	makefile-mac-gcc.txt 
Removed Files:
	build-pd-darwin.sh build-pd-linux.sh config-pd-darwin.txt 
	config-pd-linux.txt config-win-max-msvc.txt 
	config-win-pd-msvc.txt makefile.pd-darwin makefile.pd-linux 
Log Message:
wmax makefiles
use flext build system
using flext build system
updated build system


--- config-win-pd-msvc.txt DELETED ---

--- NEW FILE: config-win-msvc.txt ---
# Your settings are defined in the files
# ..\flext\build\config-win-pd-msvc.txt
# and
# ..\flext\build\config-win-max-msvc.txt
#
# You can override them here.

--- build-pd-linux.sh DELETED ---

--- config-pd-linux.txt DELETED ---

--- NEW FILE: build-lnx-pd-gcc.sh ---
make -f ../flext/build/gnumake.mak PLATFORM=lnx RTSYS=pd COMPILER=gcc $*

--- NEW FILE: makefile-mac-gcc.txt ---
# usage:
# to build run "sh build-mac-max-gcc.sh" or "sh build-mac-pd-gcc.sh"
#

Index: build-win-pd-msvc.bat
===================================================================
RCS file: /cvsroot/pure-data/externals/grill/fftease/build-win-pd-msvc.bat,v
retrieving revision 1.1
retrieving revision 1.2
diff -C2 -d -r1.1 -r1.2
*** build-win-pd-msvc.bat	17 Dec 2004 05:05:08 -0000	1.1
--- build-win-pd-msvc.bat	18 Dec 2004 05:05:23 -0000	1.2
***************
*** 1,4 ****
  @echo --- Building with MS Visual C++ ---
  
! nmake -f ..\flext\build\make-win-pd-msvc.txt clean 
! nmake -f ..\flext\build\make-win-pd-msvc.txt
--- 1,3 ----
  @echo --- Building with MS Visual C++ ---
  
! nmake -f ..\flext\build\nmake.mak PLATFORM=win RTSYS=pd COMPILER=msvc %1 %2 %3 %4 %5 %6 %7 %8 %9

Index: build-win-max-msvc.bat
===================================================================
RCS file: /cvsroot/pure-data/externals/grill/fftease/build-win-max-msvc.bat,v
retrieving revision 1.1
retrieving revision 1.2
diff -C2 -d -r1.1 -r1.2
*** build-win-max-msvc.bat	17 Dec 2004 05:05:08 -0000	1.1
--- build-win-max-msvc.bat	18 Dec 2004 05:05:23 -0000	1.2
***************
*** 1,4 ****
  @echo --- Building with MS Visual C++ ---
  
! nmake -f ..\flext\build\make-win-max-msvc.txt clean 
! nmake -f ..\flext\build\make-win-max-msvc.txt
--- 1,3 ----
  @echo --- Building with MS Visual C++ ---
  
! nmake -f ..\flext\build\nmake.mak PLATFORM=win RTSYS=max COMPILER=msvc %1 %2 %3 %4 %5 %6 %7 %8 %9

--- build-pd-darwin.sh DELETED ---

--- makefile.pd-darwin DELETED ---

--- config-pd-darwin.txt DELETED ---

--- NEW FILE: build-mac-pd-gcc.sh ---
make -f ../flext/build/gnumake.mak PLATFORM=mac RTSYS=pd COMPILER=gcc $*

--- NEW FILE: config-mac-gcc.txt ---
# Your settings are defined in the files
# ../flext/build/config-mac-pd-gcc.txt
# and
# ../flext/build/config-mac-max-gcc.txt
#
# You can override them here.

--- makefile.pd-linux DELETED ---

--- NEW FILE: config-lnx-gcc.txt ---
# Your settings are defined in the files
# ../flext/build/config-mac-pd-gcc.txt
# and
# ../flext/build/config-mac-max-gcc.txt
#
# You can override them here.

--- config-win-max-msvc.txt DELETED ---

Index: makefile-win-msvc.txt
===================================================================
RCS file: /cvsroot/pure-data/externals/grill/fftease/makefile-win-msvc.txt,v
retrieving revision 1.1
retrieving revision 1.2
diff -C2 -d -r1.1 -r1.2
*** makefile-win-msvc.txt	17 Dec 2004 05:05:08 -0000	1.1
--- makefile-win-msvc.txt	18 Dec 2004 05:05:23 -0000	1.2
***************
*** 1,10 ****
- # FFTease - A set of Live Spectral Processors
- # Originally written by Eric Lyon and Christopher Penrose for the Max/MSP platform
- # 
- # Copyright (c)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.  
- #
- #
  # Makefile for MSVC++ 6 and .NET
  #
--- 1,2 ----

--- NEW FILE: makefile-lnx-gcc.txt ---
# usage:
# to build run "sh build-mac-max-gcc.sh" or "sh build-mac-pd-gcc.sh"
#





More information about the Pd-cvs mailing list