aboutsummaryrefslogtreecommitdiff
path: root/externals/grill/py
diff options
context:
space:
mode:
authorThomas Grill <xovo@users.sourceforge.net>2003-01-08 04:37:20 +0000
committerThomas Grill <xovo@users.sourceforge.net>2003-01-08 04:37:20 +0000
commit900871454af06db1d751e28cea56f59dc43d3c17 (patch)
treef0056d2f328953865d8882a6c8c5e3c673cf1254 /externals/grill/py
parentb8510c87be3a74307f4ad6122d75a353d350b84c (diff)
""
svn path=/trunk/; revision=328
Diffstat (limited to 'externals/grill/py')
-rwxr-xr-xexternals/grill/py/config-pd-darwin.txt4
-rw-r--r--externals/grill/py/config-pd-linux.txt4
2 files changed, 4 insertions, 4 deletions
diff --git a/externals/grill/py/config-pd-darwin.txt b/externals/grill/py/config-pd-darwin.txt
index ce0275ad..7f5dbbb8 100755
--- a/externals/grill/py/config-pd-darwin.txt
+++ b/externals/grill/py/config-pd-darwin.txt
@@ -1,8 +1,8 @@
# py/pyext - python script objects for PD and Max/MSP
# Copyright (c) 2002 Thomas Grill (xovo@gmx.net)
#
-# your c++ compiler (normally g++)
-CXX=g++
+# your c++ compiler (define only if not g++)
+# CXX=g++
# where are the PD header files?
# leave it blank if it is a system directory (like /usr/local/include),
diff --git a/externals/grill/py/config-pd-linux.txt b/externals/grill/py/config-pd-linux.txt
index e3f6ccdf..16f65f6e 100644
--- a/externals/grill/py/config-pd-linux.txt
+++ b/externals/grill/py/config-pd-linux.txt
@@ -2,8 +2,8 @@
# Copyright (c) 2002 Thomas Grill (xovo@gmx.net)
#
-# your c++ compiler (normally g++)
-CXX=g++
+# your c++ compiler (define only if not g++)
+# CXX=g++
# where are the PD header files?
# leave it blank if it is a system directory (like /usr/local/include),