mirror of
https://github.com/cc65/cc65.git
synced 2025-01-11 11:30:13 +00:00
Moved the 'file' files from 'geos-cbm' to 'geos-common' which are believed to work as-is on Apple GEOS too. 'FollowChain' isn't available on Apple GEOS.
git-svn-id: svn://svn.cc65.org/cc65/trunk@5437 b7a2c559-68d2-44c3-8de9-860c34a00d81
This commit is contained in:
parent
56926e19d4
commit
2f10491672
@ -5,29 +5,4 @@
|
|||||||
#--------------------------------------------------------------------------
|
#--------------------------------------------------------------------------
|
||||||
# Object files
|
# Object files
|
||||||
|
|
||||||
S_OBJS += get1stdirentry.o \
|
S_OBJS += followchain.o
|
||||||
getnxtdirentry.o \
|
|
||||||
openrecordfile.o \
|
|
||||||
closerecordfile.o \
|
|
||||||
nextrecord.o \
|
|
||||||
previousrecord.o \
|
|
||||||
pointrecord.o \
|
|
||||||
deleterecord.o \
|
|
||||||
insertrecord.o \
|
|
||||||
appendrecord.o \
|
|
||||||
readrecord.o \
|
|
||||||
writerecord.o \
|
|
||||||
updaterecordfile.o \
|
|
||||||
findfile.o \
|
|
||||||
followchain.o \
|
|
||||||
getfhdrinfo.o \
|
|
||||||
readfile.o \
|
|
||||||
savefile.o \
|
|
||||||
freefile.o \
|
|
||||||
deletefile.o \
|
|
||||||
renamefile.o \
|
|
||||||
findftypes.o \
|
|
||||||
readbyte.o \
|
|
||||||
getfile.o \
|
|
||||||
sysremove.o \
|
|
||||||
sysrename.o
|
|
||||||
|
@ -29,7 +29,8 @@ CFLAGS = -Osir -g -T -t $(SYS) --forget-inc-paths -I . -I ../../include
|
|||||||
#--------------------------------------------------------------------------
|
#--------------------------------------------------------------------------
|
||||||
# Directories
|
# Directories
|
||||||
|
|
||||||
DIRS = dlgbox
|
DIRS = dlgbox \
|
||||||
|
file
|
||||||
|
|
||||||
#--------------------------------------------------------------------------
|
#--------------------------------------------------------------------------
|
||||||
# Directives
|
# Directives
|
||||||
|
32
libsrc/geos-common/file/Makefile
Normal file
32
libsrc/geos-common/file/Makefile
Normal file
@ -0,0 +1,32 @@
|
|||||||
|
#
|
||||||
|
# makefile for CC65 runtime library
|
||||||
|
#
|
||||||
|
|
||||||
|
#--------------------------------------------------------------------------
|
||||||
|
# Object files
|
||||||
|
|
||||||
|
S_OBJS += get1stdirentry.o \
|
||||||
|
getnxtdirentry.o \
|
||||||
|
openrecordfile.o \
|
||||||
|
closerecordfile.o \
|
||||||
|
nextrecord.o \
|
||||||
|
previousrecord.o \
|
||||||
|
pointrecord.o \
|
||||||
|
deleterecord.o \
|
||||||
|
insertrecord.o \
|
||||||
|
appendrecord.o \
|
||||||
|
readrecord.o \
|
||||||
|
writerecord.o \
|
||||||
|
updaterecordfile.o \
|
||||||
|
findfile.o \
|
||||||
|
getfhdrinfo.o \
|
||||||
|
readfile.o \
|
||||||
|
savefile.o \
|
||||||
|
freefile.o \
|
||||||
|
deletefile.o \
|
||||||
|
renamefile.o \
|
||||||
|
findftypes.o \
|
||||||
|
readbyte.o \
|
||||||
|
getfile.o \
|
||||||
|
sysremove.o \
|
||||||
|
sysrename.o
|
Loading…
x
Reference in New Issue
Block a user