1
0
mirror of https://frontier.innolan.net/rainlance/amiga-ntimed.git synced 2025-11-20 12:30:51 +00:00

Refactored compiler and platform logic

This commit is contained in:
llsth
2015-03-17 10:02:28 +01:00
parent 9e91ea0295
commit d361fc7ec7
12 changed files with 170 additions and 12 deletions

5
configure vendored
View File

@ -1,6 +1,6 @@
#!/bin/sh
#
# Copyright (c) 2014 Carsten Larsen
# Copyright (c) 2015 Carsten Larsen
# Copyright (c) 2014 Poul-Henning Kamp
# All rights reserved.
#
@ -41,9 +41,10 @@ set -e
# NB: These SHALL always be included with #include "..."
HDRS='
atimed.h
compiler.h
ntimed.h
ntimed_endian.h
ntimed_platform.h
ntimed_queue.h
ntimed_tricks.h
ntp.h