From 900871454af06db1d751e28cea56f59dc43d3c17 Mon Sep 17 00:00:00 2001 From: Thomas Grill Date: Wed, 8 Jan 2003 04:37:20 +0000 Subject: "" svn path=/trunk/; revision=328 --- externals/grill/py/config-pd-darwin.txt | 4 ++-- externals/grill/py/config-pd-linux.txt | 4 ++-- 2 files changed, 4 insertions(+), 4 deletions(-) (limited to 'externals/grill/py') 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), -- cgit v1.2.1