Setting GCL as the default LISP for RPMs
[maxima.git] / crosscompile-windows / lispselector.bat
blob09f09adefbcd73e6051ced39e8c139b00174d328
1 @echo off\r
2 rem SPDX-License-Identifier: GPL-2.0-or-later\r
3 rem startscript for Lisp configuration tool\r
4 \r
5 rem the get directory, where the this file is installed (including final "\")\r
6 set xmpath=%~dp0\r
7 \r
8 start "" "%xmpath%wish86.exe" "%xmpath%lispselector.tcl" %*\r
9 \r