Replace fDATIME with ANSI/POSIX clock_gettime(). Rip out DOS/AMIGA shims.
The thinking here is that we simplify life by going pure ANSI/POSIX. This is a text game. If it ever runs on anything but Unix again it's almost certain to be on something like WSL that supplies a POSIX-conformant text console.
This commit is contained in:
parent
bd0487acc5
commit
23f2dbe814
6 changed files with 5 additions and 69 deletions
2
Makefile
2
Makefile
|
@ -1,6 +1,6 @@
|
|||
# Makefile for the open-source release of adventure 2.5
|
||||
|
||||
OBJS=main.o init.o actions1.o actions2.o score.o misc.o datime.o
|
||||
OBJS=main.o init.o actions1.o actions2.o score.o misc.o
|
||||
SOURCES=$(OBJS:.o=.c) COPYING NEWS README advent.text control
|
||||
|
||||
.c.o:
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue