diff options
author | don bright <hugh.m.bright@gmail.com> | 2012-08-02 04:14:34 (GMT) |
---|---|---|
committer | don bright <hugh.m.bright@gmail.com> | 2012-08-02 04:14:34 (GMT) |
commit | 0b77c6af81356d736eea2e50f875f4b92a2a5b25 (patch) | |
tree | 3dad84810ea601d0c6145817a20b381025354e76 /scripts/mingw-x-build-dependencies.sh | |
parent | e9e97af0a104b6dd2b4ef6bac95a5ea3e6ebeddb (diff) |
bugfixes, update README
Diffstat (limited to 'scripts/mingw-x-build-dependencies.sh')
-rwxr-xr-x | scripts/mingw-x-build-dependencies.sh | 9 |
1 files changed, 0 insertions, 9 deletions
diff --git a/scripts/mingw-x-build-dependencies.sh b/scripts/mingw-x-build-dependencies.sh index 405b7e8..6856ba1 100755 --- a/scripts/mingw-x-build-dependencies.sh +++ b/scripts/mingw-x-build-dependencies.sh @@ -67,12 +67,3 @@ fi echo "linking mxe to" $DEPLOYDIR/mingw-cross-env ln -s $MXEDIR/usr/i686-pc-mingw32/ $DEPLOYDIR/mingw-cross-env -echo -echo "now copy/paste the following to cross-build openscad in" $DEPLOYDIR -echo -echo cd $DEPLOYDIR -echo "i686-pc-mingw32-qmake CONFIG+=mingw-cross-env ../openscad.pro" -#echo "make -j$NUMCPU" # causes parser_yacc.hpp errors -echo "make" -echo cd $OPENSCADDIR -echo |