1
0
mirror of https://github.com/cc65/cc65.git synced 2024-12-26 08:32:00 +00:00

add posixdirent.s by Stefan Haubenthal

git-svn-id: svn://svn.cc65.org/cc65/trunk@4830 b7a2c559-68d2-44c3-8de9-860c34a00d81
This commit is contained in:
cpg 2010-10-28 21:03:05 +00:00
parent 03ed1b3a6a
commit 5f006333bf

View File

@ -99,6 +99,7 @@ OBJS = _scrsize.o \
oserrlist.o \ oserrlist.o \
oserror.o \ oserror.o \
ostype.o \ ostype.o \
posixdirent.o \
randomize.o \ randomize.o \
read.o \ read.o \
revers.o \ revers.o \