This website requires JavaScript.
Explore
Help
Sign In
bslathi19
/
cc65
Watch
1
Star
0
Fork
0
You've already forked cc65
Code
Issues
Pull Requests
Actions
1
Packages
Projects
Releases
Wiki
Activity
Files
829609133c6786888d07a0e08edc7d10790224ed
cc65
/
libsrc
/
geos-cbm
/
conio
History
ol.sc
829609133c
Added adjustment for Apple GEOS screen size.
...
git-svn-id: svn://svn.cc65.org/cc65/trunk@5485 b7a2c559-68d2-44c3-8de9-860c34a00d81
2012-02-07 13:42:27 +00:00
..
_scrsize.s
Added adjustment for Apple GEOS screen size.
2012-02-07 13:42:27 +00:00
cclear.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
cgetc.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
chline.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
clrscr.s
Added adjustment for Apple GEOS screen size.
2012-02-07 13:42:27 +00:00
color.s
Renamed the old geos target to geos-cbm.
2011-12-28 17:11:21 +00:00
cpputs.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
cputc.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
cursor.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
cvline.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
gotoxy.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
kbhit.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
revers.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
where.s
Renamed the old geos target to geos-cbm.
2011-12-28 17:11:21 +00:00