From fb0fa5f2cc62c2cc9757f0ff65e4a1c975584760 Mon Sep 17 00:00:00 2001 From: Hans-Christoph Steiner Date: Thu, 28 Sep 2006 20:39:53 +0000 Subject: added status message for debugging svn path=/trunk/; revision=6048 --- scripts/auto-build/pd-extended-auto-builder.sh | 4 ++++ 1 file changed, 4 insertions(+) (limited to 'scripts/auto-build/pd-extended-auto-builder.sh') diff --git a/scripts/auto-build/pd-extended-auto-builder.sh b/scripts/auto-build/pd-extended-auto-builder.sh index e0f32862..645f214a 100755 --- a/scripts/auto-build/pd-extended-auto-builder.sh +++ b/scripts/auto-build/pd-extended-auto-builder.sh @@ -12,15 +12,19 @@ BUILD_DIR=. case $SYSTEM in Linux) BUILD_DIR=linux_make + echo "Configuring to use $BUILD_DIR on GNU/Linux" ;; Darwin) BUILD_DIR=darwin_app + echo "Configuring to use $BUILD_DIR on Darwin/Mac OS X" ;; MINGW*) BUILD_DIR=win32_inno + echo "Configuring to use $BUILD_DIR on MinGW/Windows" ;; CYGWIN*) BUILD_DIR=win32_inno + echo "Configuring to use $BUILD_DIR on Cygwin/Windows" ;; *) echo "ERROR: Platform $SYSTEM not supported!" -- cgit v1.2.1