This website requires JavaScript.
Explore
Help
Sign In
the10thwiz
/
cc65
Watch
1
Star
0
Fork
0
You've already forked cc65
Code
Issues
Pull Requests
Packages
Projects
Releases
Wiki
Activity
Files
a589fdca808d57389f3f916364e52ab62097b97f
cc65
/
libsrc
/
geos-cbm
/
mousesprite
History
ol.sc
a589fdca80
Added adjustment for Apple GEOS screen size.
...
git-svn-id: svn://svn.cc65.org/cc65/trunk@5442 b7a2c559-68d2-44c3-8de9-860c34a00d81
2012-02-04 17:39:36 +00:00
..
clearmousemode.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
disablsprite.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
drawsprite.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
enablsprite.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
getnextchar.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
inittextprompt.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
ismseinregion.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
mouse.s
Added adjustment for Apple GEOS screen size.
2012-02-04 17:39:36 +00:00
mouseoff.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
mouseup.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
possprite.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
promptoff.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
prompton.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
startmousemode.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