Mac update

git-svn-id: http://svn.clifford.at/openscad/trunk@375 b57f626f-c46c-0410-a088-ec61d464b74c
stl_dim
kintel 2010-01-30 17:43:14 +00:00
parent c7b422fe8d
commit fc1224d321
3 changed files with 10 additions and 2 deletions

View File

@ -20,6 +20,6 @@ o Build OpenCSG
o Build and Deploy OpenSCAD
# Update VERSION in release-macosx.sh
# Update VERSION in publish-macosx.sh
cd openscad
./release-macosx.sh
./scripts/publish-macosx.sh

View File

@ -70,6 +70,10 @@ esac
make -j2 $TARGET
if [[ $? != 0 ]]; then
echo "Error building OpenSCAD. Aborting."
fi
echo "Creating directory structure..."
rm -rf openscad-$VERSION
mkdir openscad-$VERSION

View File

@ -1,3 +1,7 @@
##
## Deprecated! Use release-common.sh instead
##
#!/bin/sh
#
# This script creates a binary release of OpenSCAD for Mac OS X.