-
Notifications
You must be signed in to change notification settings - Fork 7
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
Make the project compilable entirely using Rake #3
Comments
perlun
pushed a commit
that referenced
this issue
Jun 12, 2013
perlun
pushed a commit
that referenced
this issue
Jun 12, 2013
perlun
pushed a commit
that referenced
this issue
Jun 14, 2013
…ed it for compiling the startup.c file also.
perlun
pushed a commit
that referenced
this issue
Jun 14, 2013
…uldnt get the number of linefeeds in the output right here. Will hopefully be more obvious how to do it some other day...
perlun
pushed a commit
that referenced
this issue
Jun 15, 2013
perlun
pushed a commit
that referenced
this issue
Jun 15, 2013
…y in the header file. For now, we disable inlining warnings instead... #3
perlun
pushed a commit
that referenced
this issue
Jun 15, 2013
…ames, so we can use -lfoo in the linking. This is one area where we previously have been too extreme, with little added value... #3
perlun
pushed a commit
that referenced
this issue
Jun 15, 2013
perlun
pushed a commit
that referenced
this issue
Jun 15, 2013
perlun
pushed a commit
that referenced
this issue
Jun 15, 2013
perlun
pushed a commit
that referenced
this issue
Jun 15, 2013
perlun
pushed a commit
that referenced
this issue
Jun 20, 2013
perlun
pushed a commit
that referenced
this issue
Jun 20, 2013
…ean the output folders. Also silence the .a file creation, albeit in an incredibly ugly way. #3
perlun
pushed a commit
that referenced
this issue
Jun 20, 2013
perlun
pushed a commit
that referenced
this issue
Jun 20, 2013
perlun
pushed a commit
that referenced
this issue
Jun 20, 2013
perlun
pushed a commit
that referenced
this issue
Jun 20, 2013
perlun
pushed a commit
that referenced
this issue
Jun 21, 2013
perlun
pushed a commit
that referenced
this issue
Jun 21, 2013
perlun
pushed a commit
that referenced
this issue
Jun 21, 2013
perlun
pushed a commit
that referenced
this issue
Jun 21, 2013
perlun
pushed a commit
that referenced
this issue
Jun 22, 2013
perlun
pushed a commit
that referenced
this issue
Jun 22, 2013
perlun
pushed a commit
that referenced
this issue
Jun 22, 2013
perlun
pushed a commit
that referenced
this issue
Jun 22, 2013
perlun
pushed a commit
that referenced
this issue
Jun 22, 2013
perlun
added a commit
that referenced
this issue
Apr 3, 2015
perlun
added a commit
that referenced
this issue
Apr 4, 2015
perlun
added a commit
that referenced
this issue
Apr 4, 2015
perlun
added a commit
that referenced
this issue
May 30, 2015
perlun
added a commit
that referenced
this issue
May 30, 2015
perlun
added a commit
that referenced
this issue
Aug 22, 2015
The problem now is that the list library doesn't seem to be updated yet (#3) and also, the time library seems to bring in an udivdi3/umoddi3 dependency that is yet to be satisfied.
perlun
added a commit
that referenced
this issue
Aug 22, 2015
perlun
added a commit
that referenced
this issue
Aug 22, 2015
perlun
added a commit
that referenced
this issue
Aug 23, 2015
perlun
added a commit
that referenced
this issue
Sep 12, 2015
Many parts are now converted but these remain:
|
perlun
added a commit
that referenced
this issue
Jul 1, 2019
Also adjusted the call to `console_open` to be compatible with the changes introduced in #137.
perlun
added a commit
that referenced
this issue
Jul 1, 2019
perlun
added a commit
that referenced
this issue
Jul 1, 2019
perlun
added a commit
that referenced
this issue
Jul 1, 2019
....and work in general. This has been tested together with #145, and works fine in my VirtualBox (with SB16 sound emulation enabled).
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
This one is a bit in progress, but we should make it at least to the point where:
I suspect there will be a bit of refactoring in the meanwhile but that's just fun... :)
The text was updated successfully, but these errors were encountered: