version 1.4, 2003/11/16 17:25:20 |
version 1.5, 2005/07/19 10:43:22 |
|
|
#!/bin/sh |
#!/bin/sh |
# $OpenXM: OpenXM/src/ox_math/mathlink/configure-cygwin,v 1.3 2003/01/12 02:35:57 ohara Exp $ |
# $OpenXM: OpenXM/src/ox_math/mathlink/configure-cygwin,v 1.4 2003/11/16 17:25:20 ohara Exp $ |
|
|
BASE="/usr/local/mathematica/AddOns/MathLink/DeveloperKit" |
BASE="/usr/local/mathematica/AddOns/MathLink/DeveloperKit" |
OpenXM_HOME=${OpenXM_HOME:-../../../../OpenXM} |
OpenXM_HOME=${OpenXM_HOME:-../../../../OpenXM} |
|
|
echo 'MathLink libraries cannot be fetched.' |
echo 'MathLink libraries cannot be fetched.' |
exit 1 |
exit 1 |
fi |
fi |
unzip -q "${DISTFILE}" |
unzip -q "${DISTDIR}/${DISTFILE}" |
} |
} |
|
|
_xcopy () { |
_xcopy () { |