Reconfigured build for AROS

This commit is contained in:
llsth 2015-07-13 18:53:05 +02:00
parent ddefcaf3b1
commit ce27e11c51
3 changed files with 10 additions and 3 deletions

7
HISTORY Normal file
View 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
View File

@ -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"

View File

@ -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