aboutsummaryrefslogtreecommitdiff
path: root/externals/grill/flext/tutorial/config-pd-bcc.txt
blob: 2ce2b2c35b4649af357035cac96eeeba66c1d9d4 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
# flext - C++ layer for Max/MSP and pd (pure data) externals
# tutorial examples
# Copyright (c) 2001,2002 Thomas Grill (xovo@gmx.net)
#

# where is PD?
PDPATH=c:\programme\audio\pd		

# where is BorlandC++?
BCCPATH=c:\programme\prog\bcc55		

# where do the flext libraries reside?
FLEXTPATH=$(PDPATH)\flext

# build directory for tutorial examples
OUTPATH=.\pd-bcc