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:
5
configure
vendored
5
configure
vendored
@ -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
|
||||
|
||||
Reference in New Issue
Block a user