Lynx patches by Karri Kaksonen. Improvements for the graphics driver, new

serial driver.


git-svn-id: svn://svn.cc65.org/cc65/trunk@4198 b7a2c559-68d2-44c3-8de9-860c34a00d81
This commit is contained in:
uz
2009-09-20 14:22:04 +00:00
parent 20eb942ab9
commit ec946cae51
8 changed files with 498 additions and 16 deletions

View File

@@ -191,12 +191,13 @@ geoslib:
# Lynx
lynxlib:
for i in lynx common conio runtime em joystick tgi zlib; do \
for i in lynx common conio runtime em joystick serial tgi zlib; do \
$(MAKE) SYS=lynx -C $$i || exit 1; \
$(AR) a lynx.lib $$i/*.o;\
done
cp lynx/*.joy .
cp lynx/*.tgi .
cp lynx/*.ser .
#-----------------------------------------------------------------------------
# NES