=================================================================== RCS file: /home/cvs/OpenXM/src/ox_math/mathlink/configure-cygwin,v retrieving revision 1.1 retrieving revision 1.2 diff -u -p -r1.1 -r1.2 --- OpenXM/src/ox_math/mathlink/configure-cygwin 2002/08/15 02:31:53 1.1 +++ OpenXM/src/ox_math/mathlink/configure-cygwin 2002/08/23 07:20:36 1.2 @@ -1,5 +1,5 @@ #!/bin/sh -# $OpenXM$ +# $OpenXM: OpenXM/src/ox_math/mathlink/configure-cygwin,v 1.1 2002/08/15 02:31:53 ohara Exp $ ARCHIVE=Windows-ml_v3r8.zip URL=http://support.wolfram.com/mathematica/mathlink/updates/v3r8/$ARCHIVE @@ -18,6 +18,7 @@ _unzip () { fi mv Windows/CompilerAdditions/mldev32 . mv Windows/SystemAdditions/* mldev32/lib/ + chmod +x mldev32/bin/* rm -rf Windows fi }