From e2967ce445283c663ebbd5496fd53f10135922ad Mon Sep 17 00:00:00 2001 From: benfry Date: Wed, 5 Mar 2003 19:45:01 +0000 Subject: [PATCH] fix for broken type stuff --- processing/build/windows/make.sh | 5 +++++ 1 file changed, 5 insertions(+) diff --git a/processing/build/windows/make.sh b/processing/build/windows/make.sh index 9821c7ed5..f68681e53 100755 --- a/processing/build/windows/make.sh +++ b/processing/build/windows/make.sh @@ -18,6 +18,11 @@ else echo Extracting big ass JRE... unzip -q -d work jre.zip + # cygwin requires this because of unknown weirdness + # it was not formerly this anal retentive + chmod +x work/java/bin/*.exe + chmod +x work/java/bin/*.dll + chmod +x work/java/bin/client/*.dll mkdir work/lib/export mkdir work/lib/build