1
0
mirror of https://github.com/cc65/cc65.git synced 2024-08-19 17:29:37 +00:00
cc65/libsrc/geos
ol.sc d810ed97d2 Redesigned GEOS VLIR linking:
- No more post-linking with resource compiler, rather ld65 directly creates the VLIR CVT file.
- No more dynamic linker config creation, rather the built-in 'geos' config is usable both for SEQ CVT and VLIR CVT files.

ToDos:
- Have ld65 accept alignment to $FD.
- Adjust docs / samples.

git-svn-id: svn://svn.cc65.org/cc65/trunk@5314 b7a2c559-68d2-44c3-8de9-860c34a00d81
2011-12-26 22:54:04 +00:00
..
common git-svn-id: svn://svn.cc65.org/cc65/trunk@3863 b7a2c559-68d2-44c3-8de9-860c34a00d81 2008-08-02 22:02:54 +00:00
conio Squeezed bytes and cycles out of the kbhit functions for almost all platforms. 2009-11-24 18:31:16 +00:00
devel Redesigned GEOS VLIR linking: 2011-12-26 22:54:04 +00:00
disk Changed rm -f to $(RM) 2003-08-20 11:59:27 +00:00
dlgbox git-svn-id: svn://svn.cc65.org/cc65/trunk@3863 b7a2c559-68d2-44c3-8de9-860c34a00d81 2008-08-02 22:02:54 +00:00
file added support for remove() and rename() standard functions 2005-07-19 13:41:44 +00:00
graph - fixed bug which prevented DrawPoint/Line from drawing 2004-03-05 17:13:52 +00:00
inc - fixed wrong parameters for <, > 2004-03-19 23:03:21 +00:00
memory Added missing import statements. 2005-08-24 19:55:38 +00:00
menuicon Changed rm -f to $(RM) 2003-08-20 11:59:27 +00:00
mousesprite Changed rm -f to $(RM) 2003-08-20 11:59:27 +00:00
process Changed rm -f to $(RM) 2003-08-20 11:59:27 +00:00
runtime Changed rm -f to $(RM) 2003-08-20 11:59:27 +00:00
system Patch by Marco van den Heuvel that adds detection of GEOS 1.1 and the plus4 2010-02-27 14:46:43 +00:00
Makefile Adjust geos startup code to new compiler handling. Introduce __STARTUP__ 2009-07-31 12:46:38 +00:00