Add hypergeometric representation of erf_generalized
[maxima.git] / crosscompile-windows / wine-sbcl.sh.tmpl
blobcbcecaa0430edaf77413aa6dab5ef7878c866877
1 #!/bin/sh
2 WINEPREFIX=@CMAKE_BINARY_DIR@/wine
3 export WINEPREFIX
4 # do not install (and pop up a window) for Mono and Gecko - not needed.
5 WINEDLLOVERRIDES="mscoree,mshtml="
6 export WINEDLLOVERRIDES
7 # drive Z: is mapped to the root of the unix filesystem when using wine.
8 SBCL_HOME=Z:@CMAKE_BINARY_DIR@/sbcl/
9 export SBCL_HOME
10 unset DISPLAY
11 @WINE_EXE@ @CMAKE_BINARY_DIR@/sbcl/sbcl.exe --core @CMAKE_BINARY_DIR@/sbcl/sbcl.core "$@"