Add translation for plog (using TRANSLATE-WITH-FLONUM-OP)
[maxima.git] / crosscompile-windows / wine-ccl.sh.tmpl
blob44cd50ec8f60d67dc2e63caeed7c5b53776b568f
1 #!/bin/sh
2 # SPDX-License-Identifier: GPL-2.0-or-later
3 WINEPREFIX=@CMAKE_BINARY_DIR@/wine
4 export WINEPREFIX
5 # do not install (and pop up a window) for Mono and Gecko - not needed.
6 WINEDLLOVERRIDES="mscoree,mshtml="
7 export WINEDLLOVERRIDES
8 # drive Z: is mapped to the root of the unix filesystem when using wine.
9 unset DISPLAY
10 @WINE_EXE@ @CMAKE_BINARY_DIR@/ccl/ccl-prefix/src/ccl/wx86cl64.exe --image-name @CMAKE_BINARY_DIR@/ccl/ccl-prefix/src/ccl/wx86cl64.image "$@"