[PD-cvs] externals/grill/fftease build-win-max-msvc.bat,NONE,1.1 build-win-pd-msvc.bat,NONE,1.1 config-win-max-msvc.txt,NONE,1.1 config-win-pd-msvc.txt,NONE,1.1 makefile-win-msvc.txt,NONE,1.1 make-files.txt,1.5,1.6 build-max-msvc.bat,1.1,NONE build-pd-msvc.bat,1.1,NONE config-max-msvc.txt,1.1,NONE config-pd-msvc.txt,1.3,NONE makefile.max-msvc,1.2,NONE makefile.pd-msvc,1.5,NONE

Thomas Grill xovo at users.sourceforge.net
Fri Dec 17 06:05:10 CET 2004


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

Modified Files:
	make-files.txt 
Added Files:
	build-win-max-msvc.bat build-win-pd-msvc.bat 
	config-win-max-msvc.txt config-win-pd-msvc.txt 
	makefile-win-msvc.txt 
Removed Files:
	build-max-msvc.bat build-pd-msvc.bat config-max-msvc.txt 
	config-pd-msvc.txt makefile.max-msvc makefile.pd-msvc 
Log Message:
wmax makefiles
using flext build system


--- NEW FILE: config-win-pd-msvc.txt ---
# 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.  
#
#
# Your settings are defined in the file
# ..\flext\build\config-win-pd-msvc.txt
#
# You can override them here.

--- NEW FILE: build-win-pd-msvc.bat ---
@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

--- NEW FILE: makefile-win-msvc.txt ---
# 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
#
# usage:
# to build run "build-win-max-msvc.bat" or "build-win-pd-msvc.bat"
#

--- NEW FILE: build-win-max-msvc.bat ---
@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

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

--- makefile.pd-msvc DELETED ---

--- NEW FILE: config-win-max-msvc.txt ---
# 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.  
#
#
# Your settings are defined in the file
# ..\flext\build\config-win-max-msvc.txt
#
# You can override them here.

--- build-pd-msvc.bat DELETED ---

--- makefile.max-msvc DELETED ---

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

--- build-max-msvc.bat DELETED ---

Index: make-files.txt
===================================================================
RCS file: /cvsroot/pure-data/externals/grill/fftease/make-files.txt,v
retrieving revision 1.5
retrieving revision 1.6
diff -C2 -d -r1.5 -r1.6
*** make-files.txt	18 Jan 2003 04:35:33 -0000	1.5
--- make-files.txt	17 Dec 2004 05:05:08 -0000	1.6
***************
*** 1,2 ****
--- 1,6 ----
+ NAME=fftease
+ 
+ SRCDIR=src
+ 
  # all the source files from the package
  SRCS= \





More information about the Pd-cvs mailing list