aboutsummaryrefslogtreecommitdiff
path: root/externals/grill/pool/config-pd-mingw.txt
blob: 6f7a519db890a1940a38d500dc8475c3509031cb (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
# 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