Added TGT_GEOS_CBM and TGT_GEOS_APPLE.

Added new targets to the geos resource compiler already prepared by Oliver.
Changed the target module to allow target name aliases and consolidated target
properties into a TargetProperties structure kept in that module. Numeric
targets are now gone.


git-svn-id: svn://svn.cc65.org/cc65/trunk@5338 b7a2c559-68d2-44c3-8de9-860c34a00d81
This commit is contained in:
uz
2011-12-28 13:33:38 +00:00
parent 5be3aeab7f
commit 4bdcad03a0
7 changed files with 203 additions and 176 deletions

View File

@@ -788,10 +788,10 @@ int main(int argc, char *argv[]) {
break;
case 't':
switch (FindTarget(argv[++i])) {
case TGT_GEOS: /* todo: TGT_GEOS-CBM */
case TGT_GEOS_CBM:
apple = 0;
break;
case TGT_COUNT: /* todo: TGT_GEOS-APPLE */
case TGT_GEOS_APPLE:
apple = 1;
break;
default: