1
0
mirror of https://github.com/cc65/cc65.git synced 2024-09-29 17:56:21 +00:00
cc65/libsrc
Oliver Schmidt 3a7282544e Moved convert.system from geos-apple to apple2[enh].
The target util convert.system is to be used in conjunction with GEOS on the Apple II but has to be built as an "ordinary" Apple II program. The way the cc65 library build system is designed there's no way to define dependencies between targets. The solution used so far was to explicitly trigger a build of the target 'apple2enh' from the target 'geos-apple'. However, that approach tends to break parallel builds which may be in the middle of building 'appple2enh' at the time it is triggered by 'geos-apple'.

There might be ways to get this fixed - but the the cc65 library build systrem is already (more than) complex enough, so I really don't want to add anything special to it.

On the other hand there are easier ways (outside the scope of cc65) to archive what convert.system does so I don't presume convert.system to be actually used - it's more a reference type of thing.

Putting all facts together the decision was easy: Just move convert.system from the target it is used with to the target(s) it is built with.
2021-02-17 10:50:22 +01:00
..
apple2 Moved convert.system from geos-apple to apple2[enh]. 2021-02-17 10:50:22 +01:00
atari Fixed comment. 2020-11-17 08:53:48 +01:00
atari2600
atari5200 crt0 clean-up 2020-11-29 18:08:33 +01:00
atmos Use more compact loops. 2020-12-27 17:54:49 -05:00
c16 crt0 clean-up 2020-11-29 18:08:33 +01:00
c64 crt0 clean-up 2020-11-29 18:08:33 +01:00
c128 Fixed the horizontal movement of the mouse pointer on platforms with the VIC-II display chip. 2020-11-27 21:22:22 -05:00
cbm Made the directory functions compatible with the Commander X16's DOS. 2021-02-15 08:56:31 -05:00
cbm510 Fixed the horizontal movement of the mouse pointer on platforms with the VIC-II display chip. 2020-11-27 21:22:22 -05:00
cbm610
common Fixed outdated comments. 2020-12-27 18:22:12 -05:00
conio Use more compact loops. 2020-12-27 17:54:49 -05:00
creativision
cx16 Updated a comment about Kernal's STATUS variable. 2020-11-08 17:45:54 -05:00
dbg
em
gamate Indentation in vga.s for gamate 2020-09-24 19:42:34 +02:00
geos-apple Moved convert.system from geos-apple to apple2[enh]. 2021-02-17 10:50:22 +01:00
geos-cbm
geos-common Use more compact loops. 2020-12-27 17:54:49 -05:00
joystick
lynx Streamlined clock rate handling. 2020-10-25 14:06:44 +01:00
mouse
nes
none
osic1p Remove stale comment. 2020-12-27 17:54:49 -05:00
pce Moved the font into a separate module in the library. 2020-07-15 04:58:32 -04:00
pet crt0 clean-up 2020-11-29 18:08:33 +01:00
plus4 crt0 clean-up 2020-11-29 18:08:33 +01:00
runtime Fix CRLFs introduced by fe3f267 2020-09-18 08:57:28 +02:00
serial Changed multi-line C comments into another style. 2014-06-30 16:51:07 -04:00
sim6502
supervision crt0 clean-up 2020-11-29 18:08:33 +01:00
telestrat Optimized based on https://github.com/cc65/cc65/pull/1393. 2021-02-05 11:54:07 +01:00
tgi
vic20 crt0 clean-up 2020-11-29 18:08:33 +01:00
zlib
Makefile Moved convert.system from geos-apple to apple2[enh]. 2021-02-17 10:50:22 +01:00