maxima.bat.in: replace hard encoded lisp executable name with @xxx_NAME@.master
commit5e4ae739eb600f7f54d9a39467876ec240250981
authorWolfgang Dautermann <dauti@users.sourceforge.net>
Sat, 21 Dec 2024 12:55:52 +0000 (21 13:55 +0100)
committerWolfgang Dautermann <dauti@users.sourceforge.net>
Sat, 21 Dec 2024 12:55:52 +0000 (21 13:55 +0100)
tree82f3d144862b293c00695310929e6049fd00810a
parent300754c8f8714b5ae3432c7facea518526bf184b
maxima.bat.in: replace hard encoded lisp executable name with @xxx_NAME@.

That was already commited by Robert Dodier in commit 1a340520a.
I reverted it (partly) later because it did not work when compiling
a crosscompiled installer (commit f9f3a9760).

But it is probably better to use these variables by default
and patch maxima.bat later when building the crosscompiled
Windows installer.
So if someone compiles Maxima (native) on Windows (does anyone
do this?) and uses a special path to a Lisp, it should work as expected.

Corrected the code to change "\" to "/" in the paths; it seems the
slash must be written twice. Don't know why, but it works now. And
a double slash in a path wouldn't hurt anyways.
ChangeLog
crosscompile-windows/CMakeLists.txt
src/maxima.bat.in