mirror of
https://github.com/cc65/cc65.git
synced 2024-12-23 04:30:10 +00:00
Add conio stuff to the atmos library
git-svn-id: svn://svn.cc65.org/cc65/trunk@2045 b7a2c559-68d2-44c3-8de9-860c34a00d81
This commit is contained in:
parent
45ceda1366
commit
d48f341bba
@ -68,7 +68,7 @@ atarilib:
|
|||||||
# Oric Atmos
|
# Oric Atmos
|
||||||
|
|
||||||
atmoslib:
|
atmoslib:
|
||||||
for i in atmos common runtime em joystick tgi; do \
|
for i in atmos common conio runtime em joystick tgi; do \
|
||||||
AS=$(AS) \
|
AS=$(AS) \
|
||||||
CC=$(CC) \
|
CC=$(CC) \
|
||||||
LD=$(LD) \
|
LD=$(LD) \
|
||||||
|
Loading…
Reference in New Issue
Block a user