1
0
mirror of https://frontier.innolan.net/rainlance/amiga-ntimed.git synced 2025-11-22 11:36:49 +00:00

Added Amiga OS memory management

This commit is contained in:
llsth
2015-03-17 16:52:05 +01:00
parent c09c346f1d
commit af8756d4c8
7 changed files with 261 additions and 13 deletions

2
configure vendored
View File

@ -55,6 +55,7 @@ HDRS='
udp.h
agetaddrinfo.h
apoll.h
mem.h
'
# List of .c files
@ -79,6 +80,7 @@ SRCS='
udp.c
agetaddrinfo.c
apoll.c
mem.c
'
if make -v 2>&1 | grep GNU > /dev/null 2>&1 ; then