Renamed apple-geos.cfg to geos-apple.cfg and added it as built-in configuration.

git-svn-id: svn://svn.cc65.org/cc65/trunk@5366 b7a2c559-68d2-44c3-8de9-860c34a00d81
This commit is contained in:
ol.sc
2012-01-02 12:28:44 +00:00
parent 4c82d5e0c2
commit f24ff82ea2
3 changed files with 5 additions and 1 deletions

View File

@@ -75,6 +75,7 @@ INCS = apple2.inc \
c64.inc \
cbm510.inc \
cbm610.inc \
geos-apple.inc \
geos-cbm.inc \
lunix.inc \
lynx.inc \
@@ -155,6 +156,9 @@ cbm510.inc: cfg/cbm510.cfg
cbm610.inc: cfg/cbm610.cfg
@$(CVT) $< $@ CfgCBM610
geos-apple.inc: cfg/geos-apple.cfg
@$(CVT) $< $@ CfgGeosApple
geos-cbm.inc: cfg/geos-cbm.cfg
@$(CVT) $< $@ CfgGeosCBM