b-em icon indicating copy to clipboard operation
b-em copied to clipboard

Extend makebem.bat to somehow include the correct version string

Open hoglet67 opened this issue 7 years ago • 3 comments

At the moment this is hard coded to Win32.

It's ugly, but something like this should work: image The hard part is not hard-coded a path to bash.exe!

hoglet67 avatar Mar 08 '17 10:03 hoglet67

Not quite the same thing but I have written a script mkcross.sh which will cross-compile B-Em for Windows running on a Linux host. It does rely on a reasonable number of other packages being installed in the MingW form. It does pick up the commit from git.

SteveFosdick avatar May 24 '19 22:05 SteveFosdick

Ok, I didn't do much with this initially because I though bash, on Windows? But looking at it a fresh bash comes with git so if you've just cloned the repository then you have bash. I wonder if the answer is to just turn makebem.bat into makebem.sh, or have one involve the other, then we can avoid a temporary file.

SteveFosdick avatar Mar 07 '21 20:03 SteveFosdick

See also https://github.com/stardot/b-em/issues/157

SteveFosdick avatar May 16 '21 12:05 SteveFosdick