From b966e73e020ade3f2943a9aed06baccd5e3b3965 Mon Sep 17 00:00:00 2001 From: "David A. Mellis" Date: Tue, 20 Sep 2005 17:55:27 +0000 Subject: [PATCH] Examples now unzipped and distributed. --- build/macosx/make.sh | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/build/macosx/make.sh b/build/macosx/make.sh index c92a5ddb7..0bdb817c8 100755 --- a/build/macosx/make.sh +++ b/build/macosx/make.sh @@ -23,6 +23,7 @@ else mkdir -p work/classes/processing/app/syntax mkdir -p work/classes/processing/app/tools mkdir -p work/lib/build + mkdir -p work/examples cp ../../lib/librxtxSerial.jnilib work/ @@ -50,6 +51,9 @@ echo Copying shared and core files... cp -r ../shared/* work cp -r ../../core work +echo Extracting examples... +unzip -d work/examples ../shared/dist/examples.zip + echo Copying dist files... cp -r dist/lib work/ cp -r dist/core work/