aboutsummaryrefslogtreecommitdiff
path: root/externals/grill/pool/config-pd-mingw.txt
diff options
context:
space:
mode:
authorThomas Grill <xovo@users.sourceforge.net>2004-12-18 05:04:10 +0000
committerThomas Grill <xovo@users.sourceforge.net>2004-12-18 05:04:10 +0000
commit2df5c0c5b5fc38fbc2094efe32e86e8516622d23 (patch)
treefc4688d51e159202e520f127572a3bc6ecb787ce /externals/grill/pool/config-pd-mingw.txt
parente9f8fa66c202381780bccc5e5082e8c2487a9433 (diff)
updated make system for BCC
fixes for Max/MSP use flext build system using flext build system updated build system additions for Max/MSP build svn path=/trunk/; revision=2407
Diffstat (limited to 'externals/grill/pool/config-pd-mingw.txt')
-rwxr-xr-xexternals/grill/pool/config-pd-mingw.txt25
1 files changed, 0 insertions, 25 deletions
diff --git a/externals/grill/pool/config-pd-mingw.txt b/externals/grill/pool/config-pd-mingw.txt
deleted file mode 100755
index 6f7a519d..00000000
--- a/externals/grill/pool/config-pd-mingw.txt
+++ /dev/null
@@ -1,25 +0,0 @@
-# pool - hierarchical storage object for PD and Max/MSP
-# Copyright (c) 2002-2004 Thomas Grill (xovo@gmx.net)
-#
-
-# your c++ compiler (define only if it's different than g++)
-# CXX=g++
-
-# where is PD?
-PDPATH=c:\programme\audio\pd
-
-# where do the flext libraries reside?
-FLEXTPATH=$(PDPATH)/flext
-
-# where should flext libraries be built?
-TARGDIR=./pd-mingw
-
-# where should the external be installed?
-# (leave blank to omit installation)
-INSTPATH=$(PDPATH)/extra
-
-# user defined compiler flags
-UFLAGS=
-
-# define for shared build
-#FLEXT_SHARED=1