Added the builtin config for the lynx game console

git-svn-id: svn://svn.cc65.org/cc65/trunk@3224 b7a2c559-68d2-44c3-8de9-860c34a00d81
This commit is contained in:
cuz
2004-10-08 18:51:37 +00:00
parent 77c0b62f9b
commit f962da83c2
4 changed files with 46 additions and 5 deletions

View File

@@ -5,7 +5,7 @@
# Library dir
COMMON = ../common
# The linker library search path. Default is "/usr/lib/cc65/lib/" if nothing
# The linker library search path. Default is "/usr/lib/cc65/lib/" if nothing
# is defined. You may use CC65_LIB=foo on the command line to override it.
CC65_LIB = \"/usr/lib/cc65/lib/\"
@@ -65,6 +65,7 @@ INCS = apple2.inc \
cbm610.inc \
geos.inc \
lunix.inc \
lynx.inc \
module.inc \
nes.inc \
none.inc \
@@ -153,6 +154,9 @@ geos.inc: cfg/geos.cfg
lunix.inc: cfg/lunix.cfg
@$(CVT) $< $@ CfgLunix
lynx.inc: cfg/lynx.cfg
@$(CVT) $< $@ CfgLynx
module.inc: cfg/module.cfg
@$(CVT) $< $@ CfgModule