From 20bae00a3aa197c4c1ea57d30ef38d6cc1d59584 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 --- build/windows/make.sh | 5 +++++ 1 file changed, 5 insertions(+) diff --git a/build/windows/make.sh b/build/windows/make.sh index 9821c7ed5..f68681e53 100755 --- a/build/windows/make.sh +++ b/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