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:
@@ -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:
|
||||
|
||||
Reference in New Issue
Block a user