Skip to content

Minor fix and Makefile to build on Linux (so far).#2

Open
gillham wants to merge 4 commits intozeropolis79:mainfrom
gillham:working
Open

Minor fix and Makefile to build on Linux (so far).#2
gillham wants to merge 4 commits intozeropolis79:mainfrom
gillham:working

Conversation

@gillham
Copy link

@gillham gillham commented May 31, 2023

This fixes a case issue in game.asm (background_tasks.asm was in uppercase in game.asm but lowercase in the file-system) that breaks building on a case sensitive file-system. Also add a checksum.sh script to compare the build results against the last official release binaries. Oh and revert level-o-64x to the release binary version as there was a 4 byte difference.

Running 'make check' on Linux generates binaries (13 *-64x files) that match the last official build.

gillham added 4 commits May 31, 2023 16:22
…ild. Due to acme/this source seeming to depend on .sym files and writing a .sym file even if assembly of the .asm file failes, I had to add '|| rm -f <.sym file>' to the acme build step so the dependencies would work better.
…checksum.sh script to compare built binaries against the official release.
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

1 participant