New target APPLE2ENH
git-svn-id: svn://svn.cc65.org/cc65/trunk@2912 b7a2c559-68d2-44c3-8de9-860c34a00d81
This commit is contained in:
parent
897b12cdb2
commit
5f2569ef28
1 changed files with 4 additions and 0 deletions
|
@ -202,6 +202,10 @@ static void SetSys (const char* Sys)
|
||||||
DefineNumericMacro ("__APPLE2__", 1);
|
DefineNumericMacro ("__APPLE2__", 1);
|
||||||
break;
|
break;
|
||||||
|
|
||||||
|
case TGT_APPLE2ENH:
|
||||||
|
DefineNumericMacro ("__APPLE2ENH__", 1);
|
||||||
|
break;
|
||||||
|
|
||||||
case TGT_GEOS:
|
case TGT_GEOS:
|
||||||
/* Do not handle as a CBM system */
|
/* Do not handle as a CBM system */
|
||||||
DefineNumericMacro ("__GEOS__", 1);
|
DefineNumericMacro ("__GEOS__", 1);
|
||||||
|
|
Loading…
Add table
Reference in a new issue