1
0
mirror of https://github.com/cc65/cc65.git synced 2024-07-05 21:29:03 +00:00
cc65/libsrc/geos-cbm/file
2012-01-31 20:49:58 +00:00
..
appendrecord.s Avoid paths in .include directives. The path needs to be rather set in the Makefile to allow to set it later depending on the target currently built. 2012-01-31 20:49:58 +00:00
closerecordfile.s Avoid paths in .include directives. The path needs to be rather set in the Makefile to allow to set it later depending on the target currently built. 2012-01-31 20:49:58 +00:00
deletefile.s Avoid paths in .include directives. The path needs to be rather set in the Makefile to allow to set it later depending on the target currently built. 2012-01-31 20:49:58 +00:00
deleterecord.s Avoid paths in .include directives. The path needs to be rather set in the Makefile to allow to set it later depending on the target currently built. 2012-01-31 20:49:58 +00:00
findfile.s Avoid paths in .include directives. The path needs to be rather set in the Makefile to allow to set it later depending on the target currently built. 2012-01-31 20:49:58 +00:00
findftypes.s Avoid paths in .include directives. The path needs to be rather set in the Makefile to allow to set it later depending on the target currently built. 2012-01-31 20:49:58 +00:00
followchain.s Avoid paths in .include directives. The path needs to be rather set in the Makefile to allow to set it later depending on the target currently built. 2012-01-31 20:49:58 +00:00
freefile.s Avoid paths in .include directives. The path needs to be rather set in the Makefile to allow to set it later depending on the target currently built. 2012-01-31 20:49:58 +00:00
get1stdirentry.s Avoid paths in .include directives. The path needs to be rather set in the Makefile to allow to set it later depending on the target currently built. 2012-01-31 20:49:58 +00:00
getfhdrinfo.s Avoid paths in .include directives. The path needs to be rather set in the Makefile to allow to set it later depending on the target currently built. 2012-01-31 20:49:58 +00:00
getfile.s Avoid paths in .include directives. The path needs to be rather set in the Makefile to allow to set it later depending on the target currently built. 2012-01-31 20:49:58 +00:00
getnxtdirentry.s Avoid paths in .include directives. The path needs to be rather set in the Makefile to allow to set it later depending on the target currently built. 2012-01-31 20:49:58 +00:00
insertrecord.s Avoid paths in .include directives. The path needs to be rather set in the Makefile to allow to set it later depending on the target currently built. 2012-01-31 20:49:58 +00:00
Makefile The cc65 library build system is designed to call sub-makes in direct sub-directories of 'libsrc' only (meaning that sub-sub-directories are not supported). The GEOSLib source files however are organized in sub-directories of the 'libsrc/geos-cbm'. This mismatch was up to now handled by replicating the cc65 library build system functionality to allow for individal sub-makes in each 'libsrc/geos-cbm' sub-directory. This is unnecessarily hard understand and causes additional maintainance effort. 2012-01-30 21:19:09 +00:00
nextrecord.s Avoid paths in .include directives. The path needs to be rather set in the Makefile to allow to set it later depending on the target currently built. 2012-01-31 20:49:58 +00:00
openrecordfile.s Avoid paths in .include directives. The path needs to be rather set in the Makefile to allow to set it later depending on the target currently built. 2012-01-31 20:49:58 +00:00
pointrecord.s Avoid paths in .include directives. The path needs to be rather set in the Makefile to allow to set it later depending on the target currently built. 2012-01-31 20:49:58 +00:00
previousrecord.s Avoid paths in .include directives. The path needs to be rather set in the Makefile to allow to set it later depending on the target currently built. 2012-01-31 20:49:58 +00:00
readbyte.s Avoid paths in .include directives. The path needs to be rather set in the Makefile to allow to set it later depending on the target currently built. 2012-01-31 20:49:58 +00:00
readfile.s Avoid paths in .include directives. The path needs to be rather set in the Makefile to allow to set it later depending on the target currently built. 2012-01-31 20:49:58 +00:00
readrecord.s Avoid paths in .include directives. The path needs to be rather set in the Makefile to allow to set it later depending on the target currently built. 2012-01-31 20:49:58 +00:00
renamefile.s Avoid paths in .include directives. The path needs to be rather set in the Makefile to allow to set it later depending on the target currently built. 2012-01-31 20:49:58 +00:00
savefile.s Avoid paths in .include directives. The path needs to be rather set in the Makefile to allow to set it later depending on the target currently built. 2012-01-31 20:49:58 +00:00
sysremove.s Avoid paths in .include directives. The path needs to be rather set in the Makefile to allow to set it later depending on the target currently built. 2012-01-31 20:49:58 +00:00
sysrename.s Avoid paths in .include directives. The path needs to be rather set in the Makefile to allow to set it later depending on the target currently built. 2012-01-31 20:49:58 +00:00
updaterecordfile.s Avoid paths in .include directives. The path needs to be rather set in the Makefile to allow to set it later depending on the target currently built. 2012-01-31 20:49:58 +00:00
writerecord.s Avoid paths in .include directives. The path needs to be rather set in the Makefile to allow to set it later depending on the target currently built. 2012-01-31 20:49:58 +00:00