1
0
mirror of https://github.com/cc65/cc65.git synced 2024-07-14 04:29:00 +00:00
cc65/libsrc/geos-common/system
Oliver Schmidt 008b4c4e1d Replaced whole bunch for Makefiles with a single generic Makefile.
- No complex shell logic.
- "Source file shadowing" for all targets via vpath.
- Dependency handling.
- True incremental build.
- Don't write into source directories.
- Easy cleanup by just removing 'wrk'.
2013-05-04 22:10:48 +02:00
..
callroutine.s Normalized coding style. 2012-02-08 16:56:54 +00:00
crt0.s Apple GEOS reserves beside the main app area at $4000-$C000 a secondary app area at $0C00-$2000. While it was an elegant idea to use that secondary area for overlays at the end of the day those 5 kB are just too small. So now overlays go at the end of the main area (as with GEOS 64/128). 2012-06-08 21:46:51 +00:00
ctype.s Greg King: SHORTCUT is a graphic character (it is displayed in menues); it is not a control character. 2012-02-20 22:48:02 +00:00
enterdesktop.s Normalized coding style. 2012-02-08 16:56:54 +00:00
extzp.s Fixed several aspects of the GEOS CONIO implementation: 2012-10-23 19:42:57 +00:00
firstinit.s Normalized coding style. 2012-02-08 16:56:54 +00:00
getrandom.s Normalized coding style. 2012-02-08 16:56:54 +00:00
joy_stddrv.s Replaced whole bunch for Makefiles with a single generic Makefile. 2013-05-04 22:10:48 +02:00
mainargs.s Minor style adjustment. 2012-02-22 22:59:38 +00:00
mainloop.s Normalized coding style. 2012-02-08 16:56:54 +00:00
oserrlist.s Normalized coding style. 2012-02-08 16:56:54 +00:00
oserror.s Normalized coding style. 2012-02-09 10:54:40 +00:00
panic.s Normalized coding style. 2012-02-08 16:56:54 +00:00
randomize.s Normalized coding style. 2012-02-08 16:56:54 +00:00
setoserror.s Normalized coding style. 2012-02-08 16:56:54 +00:00
systime.c Normalized coding style. 2012-02-08 16:56:54 +00:00
sysuname.s Normalized coding style. 2012-02-09 10:54:40 +00:00
tgi_colors.s Replaced whole bunch for Makefiles with a single generic Makefile. 2013-05-04 22:10:48 +02:00
tgi_stddrv.s Replaced whole bunch for Makefiles with a single generic Makefile. 2013-05-04 22:10:48 +02:00