mirror of
https://frontier.innolan.net/rainlance/amiga-ntimed.git
synced 2026-01-12 05:48:25 +00:00
Reconfigured build for AROS
This commit is contained in:
7
HISTORY
Normal file
7
HISTORY
Normal file
@ -0,0 +1,7 @@
|
||||
History
|
||||
-------
|
||||
|
||||
1.03 Rebuild for AROS. Removed broken Time Zone Database library.
|
||||
1.02 Restructured code. New fork of offical Ntimed with modifications.
|
||||
1.01 Internal release. Testing and bugfixing. Never published
|
||||
1.00a Initial release. First public release
|
||||
4
configure
vendored
4
configure
vendored
@ -177,8 +177,8 @@ if $VALID ; then
|
||||
echo "LDLIBS = -Llib/aos3 -ltz -lm"
|
||||
elif [ -n "$1" ] && [ $1 = "AROS" ] ; then
|
||||
echo 'CC = gcc'
|
||||
echo "CFLAGS = -O2 -DAROS -DWITHTEST -DHAVE_LIBTZ -I. -Ilib -Wall -Werror"
|
||||
echo "LDLIBS = -Llib/aros-i386 -ltz -lm"
|
||||
echo "CFLAGS = -O2 -DAROS -DWITHTEST -I. -Wall -Werror"
|
||||
echo "LDLIBS = -lm"
|
||||
else
|
||||
echo "CFLAGS = -O2 -Wall -DWITHTEST -Werror"
|
||||
echo "LDLIBS = -lm"
|
||||
|
||||
@ -28,7 +28,7 @@
|
||||
#define NTIMED_PLATFORM_H
|
||||
//--------------------------------------------------------------------------//
|
||||
#if defined(AROS) || defined(AOS3)
|
||||
# define AMIGA_VERSION " 1.02 (10.07.2015)"
|
||||
# define AMIGA_VERSION " 1.03 (13.07.2015)"
|
||||
# ifndef AMIGA
|
||||
# define AMIGA
|
||||
# endif
|
||||
|
||||
Reference in New Issue
Block a user