New target 'module'
git-svn-id: svn://svn.cc65.org/cc65/trunk@1263 b7a2c559-68d2-44c3-8de9-860c34a00d81
This commit is contained in:
@@ -55,6 +55,7 @@ INCS = apple2.inc \
|
|||||||
cbm610.inc \
|
cbm610.inc \
|
||||||
geos.inc \
|
geos.inc \
|
||||||
lunix.inc \
|
lunix.inc \
|
||||||
|
module.inc \
|
||||||
none.inc \
|
none.inc \
|
||||||
pet.inc \
|
pet.inc \
|
||||||
plus4.inc
|
plus4.inc
|
||||||
@@ -129,6 +130,9 @@ geos.inc: cfg/geos.cfg
|
|||||||
lunix.inc: cfg/lunix.cfg
|
lunix.inc: cfg/lunix.cfg
|
||||||
@$(CVT) $< $@ CfgLunix
|
@$(CVT) $< $@ CfgLunix
|
||||||
|
|
||||||
|
module.inc: cfg/module.cfg
|
||||||
|
@$(CVT) $< $@ CfgModule
|
||||||
|
|
||||||
none.inc: cfg/none.cfg
|
none.inc: cfg/none.cfg
|
||||||
@$(CVT) $< $@ CfgNone
|
@$(CVT) $< $@ CfgNone
|
||||||
|
|
||||||
|
|||||||
@@ -6,7 +6,7 @@
|
|||||||
/* */
|
/* */
|
||||||
/* */
|
/* */
|
||||||
/* */
|
/* */
|
||||||
/* (C) 1998-2001 Ullrich von Bassewitz */
|
/* (C) 1998-2002 Ullrich von Bassewitz */
|
||||||
/* Wacholderweg 14 */
|
/* Wacholderweg 14 */
|
||||||
/* D-70597 Stuttgart */
|
/* D-70597 Stuttgart */
|
||||||
/* EMail: uz@musoftware.de */
|
/* EMail: uz@musoftware.de */
|
||||||
@@ -57,6 +57,7 @@ static const char CfgEmpty[] = "";
|
|||||||
#include "cbm610.inc"
|
#include "cbm610.inc"
|
||||||
#include "geos.inc"
|
#include "geos.inc"
|
||||||
#include "lunix.inc"
|
#include "lunix.inc"
|
||||||
|
#include "module.inc"
|
||||||
#include "none.inc"
|
#include "none.inc"
|
||||||
#include "pet.inc"
|
#include "pet.inc"
|
||||||
#include "plus4.inc"
|
#include "plus4.inc"
|
||||||
@@ -72,6 +73,7 @@ static const char CfgEmpty[] = "";
|
|||||||
/* Target configurations for all systems */
|
/* Target configurations for all systems */
|
||||||
const TargetDesc Targets [TGT_COUNT] = {
|
const TargetDesc Targets [TGT_COUNT] = {
|
||||||
{ BINFMT_BINARY, CfgNone },
|
{ BINFMT_BINARY, CfgNone },
|
||||||
|
{ BINFMT_O65, CfgModule },
|
||||||
{ BINFMT_BINARY, CfgAtari },
|
{ BINFMT_BINARY, CfgAtari },
|
||||||
{ BINFMT_BINARY, CfgC64 },
|
{ BINFMT_BINARY, CfgC64 },
|
||||||
{ BINFMT_BINARY, CfgC128 },
|
{ BINFMT_BINARY, CfgC128 },
|
||||||
@@ -88,4 +90,3 @@ const TargetDesc Targets [TGT_COUNT] = {
|
|||||||
|
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
|
|||||||
Reference in New Issue
Block a user