-
Notifications
You must be signed in to change notification settings - Fork 17
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
[WIP] Amiga support #26
base: master
Are you sure you want to change the base?
Conversation
I'm fine in theory with the change to an integer calculation, but it looks like it's probably broken the tests. If that is the cause then I suggest you back it out. |
@@ -0,0 +1,65 @@ | |||
# Usage: |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Please add the name of this file to the EXTRA_DIST =
list in Makefile.am
.
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Done! This file is temporary until I find a way to force autotools to not use libtool on Amiga build.
@@ -0,0 +1,121 @@ | |||
/* |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
I think if you add the name of this file to the SRC =
list in lib/Makefile.am
that will probably get you ~most of the way to a working autotools compile.
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Done!
I've totally forgot about rounding in permilles calc - I've fixed it so now there shouldn't be any problems. Code gets a bit more nasty, but I hope you can bear with it. If everything looks good plz don't merge it yet - I'll look for autotools solution a bit more. |
How is this going? I've heard that Amiga OS has a moderately large user-base, and I imagine this would please some users. |
In the meantime Amiga C toolchain has become more civilised and I'm a bit smarter now, so I'll try again to finish this stuff ;) |
Fixes #25