1
0
mirror of https://frontier.innolan.net/rainlance/amiga-ntimed.git synced 2025-11-21 23:04:34 +00:00

Revision 1.05 changes

This commit is contained in:
llsth
2015-07-26 10:45:18 +02:00
parent c086e3bea2
commit e966ac7d55
4 changed files with 18 additions and 8 deletions

4
configure vendored
View File

@ -1,3 +1,5 @@
#!/bin/sh
#
# Copyright (c) 2015 Carsten Larsen
@ -177,7 +179,7 @@ if $VALID ; then
echo "LDLIBS = -lm"
elif [ -n "$1" ] && [ $1 = "AROS" ] ; then
echo 'CC = gcc'
echo "CFLAGS = -O2 -DAROS -I. -Iinclude -Wall -Werror"
echo "CFLAGS = -O2 -DAROS -DWITHTEST -I. -Iinclude -Wall -Werror"
echo "LDLIBS = -lm"
else
echo "CFLAGS = -O2 -Wall -DWITHTEST -Werror"