Renames Xmaxima function apply to mxapply, to avoid conflicts with the
[maxima.git] / crosscompile-windows / wine-lisp.sh.tmpl
blobc6efd8685956ecb6debc1553f2180105b5bd7ec4
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 unset DISPLAY
8 @WINE_EXE@ @CMAKE_BINARY_DIR@/clisp-prefix/src/clisp/base/lisp.exe "$@"