2 WINEPREFIX
=@CMAKE_BINARY_DIR@
/wine
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
/
11 @WINE_EXE@ @CMAKE_BINARY_DIR@
/sbcl
/sbcl.exe
--core @CMAKE_BINARY_DIR@
/sbcl
/sbcl.core
"$@"