aboutsummaryrefslogtreecommitdiff
path: root/externals/grill/xsample/config-pd-darwin.txt
diff options
context:
space:
mode:
Diffstat (limited to 'externals/grill/xsample/config-pd-darwin.txt')
-rwxr-xr-xexternals/grill/xsample/config-pd-darwin.txt6
1 files changed, 3 insertions, 3 deletions
diff --git a/externals/grill/xsample/config-pd-darwin.txt b/externals/grill/xsample/config-pd-darwin.txt
index 8344a8d3..005a3975 100755
--- a/externals/grill/xsample/config-pd-darwin.txt
+++ b/externals/grill/xsample/config-pd-darwin.txt
@@ -2,8 +2,8 @@
# Copyright (c) 2001,2002 Thomas Grill (xovo@gmx.net)
#
-# your c++ compiler (normally g++)
-CXX=g++
+# your c++ compiler (if not g++)
+# CXX=g++
# where does the PD installation reside?
PD=/usr/local/pd
@@ -19,7 +19,7 @@ PDBIN=${PD}/bin/pd
# where do the flext libraries reside?
FLEXTPATH=${PD}/flext
-# where should flext libraries be built?
+# where should the xsample objects be built?
TARGDIR=./pd-darwin
# where should xsample be installed?