[Z88dk-commits] CVS: z88dk/lib/config abc80.cfg, NONE, 1.1 abc800.cf

Bridge to the z88dk-commits mailing list
Post Reply
Dominic Morris

[Z88dk-commits] CVS: z88dk/lib/config abc80.cfg, NONE, 1.1 abc800.cf

Post by Dominic Morris »

Update of /cvsroot/z88dk/z88dk/lib/config
In directory sfp-cvs-1.v30.ch3.sourceforge.com:/tmp/cvs-serv16505

Added Files:
abc80.cfg abc800.cfg ace.cfg aceansi.cfg aquansi.cfg
aquarius.cfg c128ansi.cfg cpc.cfg cpcansi.cfg cpm.cfg
embedded.cfg enterprise.cfg gal.cfg m5.cfg mc1000.cfg
mc1000ansi.cfg msx.cfg mtx.cfg mz.cfg mzansi.cfg nasansi.cfg
nascom.cfg nc.cfg newbrain.cfg osca.cfg oscaansi.cfg
ozansi.cfg pc6001.cfg pc6001ansi.cfg pps.cfg ppsansi.cfg
rcmx000.cfg rex.cfg rexlib.cfg sam.cfg samansi.cfg sc3000.cfg
sms.cfg sos.cfg sosmz.cfg srr.cfg svi.cfg test.cfg ti82.cfg
ti82ansi.cfg ti83.cfg ti83ansi.cfg ti85.cfg ti85ansi.cfg
ti86.cfg ti86ansi.cfg ti8x.cfg ti8xansi.cfg trs80.cfg
ts2068.cfg ts2068ansi.cfg vz.cfg vzansi.cfg x07.cfg x1ansi.cfg
z88.cfg z88ansi.cfg z88net.cfg zcc.cfg zx.cfg zx80.cfg
zx81.cfg zx81ansi.cfg zxansi.cfg
Removed Files:
abc80.lnx abc800.lnx ace.lnx aceansi.lnx aquansi.lnx
aquarius.lnx c128ansi.lnx cpc.lnx cpcansi.lnx cpm.lnx
embedded.lnx enterprise.lnx gal.lnx m5.lnx mc1000.lnx
mc1000ansi.lnx msx.lnx mtx.lnx mz.lnx mzansi.lnx nasansi.lnx
nascom.lnx nc.lnx newbrain.lnx osca.lnx oscaansi.lnx
ozansi.lnx pc6001.lnx pc6001ansi.lnx pps.lnx ppsansi.lnx
rcmx000.lnx rex.lnx rexlib.lnx sam.lnx samansi.lnx sc3000.lnx
sms.lnx sos.lnx sosmz.lnx srr.lnx svi.lnx test.lnx ti82.lnx
ti82ansi.lnx ti83.lnx ti83ansi.lnx ti85.lnx ti85ansi.lnx
ti86.lnx ti86ansi.lnx ti8x.lnx ti8xansi.lnx trs80.lnx
ts2068.lnx ts2068ansi.lnx vz.lnx vzansi.lnx x07.lnx x1ansi.lnx
z88.lnx z88ansi.lnx z88net.lnx zx.lnx zx80.lnx zx81.lnx
zx81ansi.lnx zx_dev.lnx zxansi.lnx
Log Message:
Check in the minimal .cfg files that only contain the changed bits.

Hopefully managed to catch all weirdnesses...

Leave alone zx_dev for the moment since Alvin is working on that.


--- NEW FILE: abc80.cfg ---
#
# Target configuration file for z88dk
#

# Asm file which contains the startup code (without suffix)
CRT0 DESTDIR/lib/abc80_crt0

# Any default options you want - these are options to zcc which are fed
# through to compiler, assembler etc as necessary
OPTIONS -v -O2 -I. -labc80_clib -lndos -DZ80 -DABC80 -D__ABC80__ -M -Cz+abc80

--- NEW FILE: abc800.cfg ---
#
# Target configuration file for z88dk
#

# Asm file which contains the startup code (without suffix)
CRT0 DESTDIR/lib/abc80_crt0

# Any default options you want - these are options to zcc which are fed
# through to compiler, assembler etc as necessary
OPTIONS -v -O2 -I. -labc800_clib -lndos -DZ80 -DABC800 -D__ABC800__ -M -Cz+abc80

--- NEW FILE: ace.cfg ---
#
# Target configuration file for z88dk
#

# Asm file which contains the startup code (without suffix)
CRT0 DESTDIR/lib/ace_crt0

# Any default options you want - these are options to zcc which are fed
# through to compiler, assembler etc as necessary
OPTIONS -v -O2 -I. -lace_clib -lndos -DZ80 -DACE -D__ACE__ -M -Cz+ace

--- NEW FILE: aceansi.cfg ---
#
# Target configuration file for z88dk
#

# Asm file which contains the startup code (without suffix)
CRT0 DESTDIR/lib/ace_crt0

# Any default options you want - these are options to zcc which are fed
# through to compiler, assembler etc as necessary
OPTIONS -v -O2 -I. -laceansi_clib -lndos -DZ80 -DACE -D__ACE__ -M -Cz+ace

--- NEW FILE: aquansi.cfg ---
#
# Target configuration file for z88dk
#

# Asm file which contains the startup code (without suffix)
CRT0 DESTDIR/lib/aquarius_crt0

# Any default options you want - these are options to zcc which are fed
# through to compiler, assembler etc as necessary
OPTIONS -v -O2 -I. -laquansi_clib -lndos -DZ80 -DAQUARIUS -D__AQUARIUS__ -M -Cz+aquarius

--- NEW FILE: aquarius.cfg ---
#
# Target configuration file for z88dk
#

# Asm file which contains the startup code (without suffix)
CRT0 DESTDIR/lib/aquarius_crt0

# Any default options you want - these are options to zcc which are fed
# through to compiler, assembler etc as necessary
OPTIONS -v -O2 -I. -laquarius_clib -lndos -DZ80 -DAQUARIUS -D__AQUARIUS__ -M -Cz+aquarius

--- NEW FILE: c128ansi.cfg ---
#
# Target configuration file for z88dk
#

# Asm file which contains the startup code (without suffix)
CRT0 DESTDIR/lib/c128ansi_crt0

# Any default options you want - these are options to zcc which are fed
# through to compiler, assembler etc as necessary
OPTIONS -v -O2 -I. -lc128ansi_clib -lndos -DZ80 -DC128 -D__C128__ -M

--- NEW FILE: cpc.cfg ---
#
# Target configuration file for z88dk
#

# CPC has a native maths library
Z88MATHFLG -D__NATIVE_MATH__
Z88MATHLIB cpc_math

# Asm file which contains the startup code (without suffix)
CRT0 DESTDIR/lib/cpc_crt0

# Any default options you want - these are options to zcc which are fed
# through to compiler, assembler etc as necessary
OPTIONS -v -O2 -I. -lcpc_clib -DZ80 -DCPC -D__CPC__ -M -Cz+cpc

--- NEW FILE: cpcansi.cfg ---
#
# Target configuration file for z88dk
#

# CPC has a native maths library
Z88MATHFLG -D__NATIVE_MATH__
Z88MATHLIB cpc_math

# Asm file which contains the startup code (without suffix)
CRT0 DESTDIR/lib/cpc_crt0

# Any default options you want - these are options to zcc which are fed
# through to compiler, assembler etc as necessary
OPTIONS -v -O2 -I. -lcpcansi_clib -DZ80 -DCPC -D__CPC__ -M -Cz+cpc

--- NEW FILE: cpm.cfg ---
#
# Target configuration file for z88dk
#

# Asm file which contains the startup code (without suffix)
CRT0 DESTDIR/lib/cpm_crt0

# Any default options you want - these are options to zcc which are fed
# through to compiler, assembler etc as necessary
OPTIONS -v -O2 -I. -bna.com -lcpm_clib -DZ80 -DCPM -D__CPM__ -M

--- NEW FILE: embedded.cfg ---
#
# Target configuration file for z88dk
#

# Asm file which contains the startup code (without suffix)
CRT0 DESTDIR/lib/embedded_crt0

# Any default options you want - these are options to zcc which are fed
# through to compiler, assembler etc as necessary
OPTIONS -v -O2 -I. -lembedded_clib -lndos -DZ80 -DEMBEDDED -D__EMBEDDED__ -M

--- NEW FILE: enterprise.cfg ---
#
# Target configuration file for z88dk
#

# Asm file which contains the startup code (without suffix)
CRT0 DESTDIR/lib/enterprise_crt0

# Any default options you want - these are options to zcc which are fed
# through to compiler, assembler etc as necessary
OPTIONS -v -O2 -I. -lenterprise_clib -lndos -DZ80 -DENTERPRISE -D__ENTERPRISE__ -M -Cz+enterprise

--- NEW FILE: gal.cfg ---
#
# Target configuration file for z88dk
#

# Asm file which contains the startup code (without suffix)
CRT0 DESTDIR/lib/gal_crt0

# Any default options you want - these are options to zcc which are fed
# through to compiler, assembler etc as necessary
OPTIONS -v -O2 -I. -lgal_clib -lndos -DZ80 -DGAL -D__GAL__ -M -Cz+gal

--- NEW FILE: m5.cfg ---
#
# Target configuration file for z88dk
#

# Asm file which contains the startup code (without suffix)
CRT0 DESTDIR/lib/m5_crt0

# Any default options you want - these are options to zcc which are fed
# through to compiler, assembler etc as necessary
OPTIONS -v -O2 -I. -lm5_clib -lndos -DZ80 -DM5 -D__M5__ -M -Cz+m5

--- NEW FILE: mc1000.cfg ---
#
# Target configuration file for z88dk
#

# Asm file which contains the startup code (without suffix)
CRT0 DESTDIR/lib/mc1000_crt0

# Any default options you want - these are options to zcc which are fed
# through to compiler, assembler etc as necessary
OPTIONS -v -O2 -I. -lmc1000_clib -lndos -DZ80 -DMC1000 -D__MC1000__ -M -Cz+mc

--- NEW FILE: mc1000ansi.cfg ---
#
# Target configuration file for z88dk
#

# Asm file which contains the startup code (without suffix)
CRT0 DESTDIR/lib/mc1000_crt0

# Any default options you want - these are options to zcc which are fed
# through to compiler, assembler etc as necessary
OPTIONS -v -O2 -I. -lmc1000ansi_clib -lndos -DZ80 -DMC1000 -D__MC1000__ -M -Cz+mc

--- NEW FILE: msx.cfg ---
#
# Target configuration file for z88dk
#

# Asm file which contains the startup code (without suffix)
CRT0 DESTDIR/lib/msx_crt0

# Any default options you want - these are options to zcc which are fed
# through to compiler, assembler etc as necessary
OPTIONS -v -O2 -I. -lmsx_clib -lndos -DZ80 -DMSX -D__MSX__ -M -Cz+msx

--- NEW FILE: mtx.cfg ---
#
# Target configuration file for z88dk
#

# Asm file which contains the startup code (without suffix)
CRT0 DESTDIR/lib/mtx_crt0

# Any default options you want - these are options to zcc which are fed
# through to compiler, assembler etc as necessary
OPTIONS -v -O2 -I. -lmtx_clib -lndos -DZ80 -DMTX -D__MTX__ -M -Cz+mtx

--- NEW FILE: mz.cfg ---
#
# Target configuration file for z88dk
#

# Asm file which contains the startup code (without suffix)
CRT0 DESTDIR/lib/mz_crt0

# Any default options you want - these are options to zcc which are fed
# through to compiler, assembler etc as necessary
OPTIONS -v -O2 -I. -lmz_clib -lndos -DZ80 -DSHARPMZ -D__SHARPMZ__ -M -Cz+mz

--- NEW FILE: mzansi.cfg ---
#
# Target configuration file for z88dk
#

# Asm file which contains the startup code (without suffix)
CRT0 DESTDIR/lib/mz_crt0

# Any default options you want - these are options to zcc which are fed
# through to compiler, assembler etc as necessary
OPTIONS -v -O2 -I. -lmzansi_clib -lndos -DZ80 -DSHARPMZ -D__SHARPMZ__ -M -Cz+mz

--- NEW FILE: nasansi.cfg ---
#
# Target configuration file for z88dk
#

# Asm file which contains the startup code (without suffix)
CRT0 DESTDIR/lib/nascom_crt0

# Any default options you want - these are options to zcc which are fed
# through to compiler, assembler etc as necessary
OPTIONS -v -O2 -I. -lnasansi_clib -lndos -DZ80 -DNASCOM -D__NASCOM__ -M -Cz+nas

--- NEW FILE: nascom.cfg ---
#
# Target configuration file for z88dk
#

# Asm file which contains the startup code (without suffix)
CRT0 DESTDIR/lib/nascom_crt0

# Any default options you want - these are options to zcc which are fed
# through to compiler, assembler etc as necessary
OPTIONS -v -O2 -I. -lnascom_clib -lndos -DZ80 -DNASCOM -D__NASCOM__ -M -Cz+nas

--- NEW FILE: nc.cfg ---
#
# Target configuration file for z88dk
#

# Asm file which contains the startup code (without suffix)
CRT0 DESTDIR/lib/nc100_crt0

# Any default options you want - these are options to zcc which are fed
# through to compiler, assembler etc as necessary
OPTIONS -v -O2 -I. -lnc_clib -lndos -DZ80 -DNC100 -D__NC100__ -M

--- NEW FILE: newbrain.cfg ---
#
# Target configuration file for z88dk
#

# Asm file which contains the startup code (without suffix)
CRT0 DESTDIR/lib/newbrain_crt0

# Any default options you want - these are options to zcc which are fed
# through to compiler, assembler etc as necessary
OPTIONS -v -O2 -I. -lnewbrain_clib -DZ80 -DNEWBRAIN -D__NEWBRAIN__ -M -Cz+newbrain

--- NEW FILE: osca.cfg ---
#
# Target configuration file for z88dk
#

# Asm file which contains the startup code (without suffix)
CRT0 DESTDIR/lib/osca_crt0

# Any default options you want - these are options to zcc which are fed
# through to compiler, assembler etc as necessary
OPTIONS -v -O2 -I. -bna.exe -losca_clib -DZ80 -DOSCA -D__OSCA__ -M -Cz+osca

--- NEW FILE: oscaansi.cfg ---
#
# Target configuration file for z88dk
#

# Asm file which contains the startup code (without suffix)
CRT0 DESTDIR/lib/osca_crt0

# Any default options you want - these are options to zcc which are fed
# through to compiler, assembler etc as necessary
OPTIONS -v -O2 -I. -bna.exe -loscaansi_clib -DZ80 -DOSCA -D__OSCA__ -M -Cz+osca

--- NEW FILE: ozansi.cfg ---
#
# Target configuration file for z88dk
#

# Asm file which contains the startup code (without suffix)
CRT0 DESTDIR/lib/oz_crt0

# Any default options you want - these are options to zcc which are fed
# through to compiler, assembler etc as necessary
OPTIONS -v -O2 -I. -lozansi_clib -lndos -DZ80 -DOZ -D__OZ__ -M

--- NEW FILE: pc6001.cfg ---
#
# Target configuration file for z88dk
#

# Asm file which contains the startup code (without suffix)
CRT0 DESTDIR/lib/pc6001_crt0

# Any default options you want - these are options to zcc which are fed
# through to compiler, assembler etc as necessary
OPTIONS -v -O2 -I. -lpc6001_clib -DZ80 -DPC6001 -D__PC6001__ -M -Cz+nec

--- NEW FILE: pc6001ansi.cfg ---
#
# Target configuration file for z88dk
#

# Asm file which contains the startup code (without suffix)
CRT0 DESTDIR/lib/pc6001_crt0

# Any default options you want - these are options to zcc which are fed
# through to compiler, assembler etc as necessary
OPTIONS -v -O2 -I. -lpc6001ansi_clib -DZ80 -DPC6001 -D__PC6001__ -M -Cz+nec

--- NEW FILE: pps.cfg ---
#
# Target configuration file for z88dk
#

# Asm file which contains the startup code (without suffix)
CRT0 DESTDIR/lib/pps_crt0

# Any default options you want - these are options to zcc which are fed
# through to compiler, assembler etc as necessary
OPTIONS -v -O2 -I. -lpps_clib -DZ80 -DSPRINTER -D__SPRINTER__ -M

--- NEW FILE: ppsansi.cfg ---
#
# Target configuration file for z88dk
#

# Asm file which contains the startup code (without suffix)
CRT0 DESTDIR/lib/pps_crt0

# Any default options you want - these are options to zcc which are fed
# through to compiler, assembler etc as necessary
OPTIONS -v -O2 -I. -lppsansi_clib -DZ80 -DSPRINTER -D__SPRINTER__ -M

--- NEW FILE: rcmx000.cfg ---
#
# Target configuration file for z88dk
#

# Asm file which contains the startup code (without suffix)
CRT0 DESTDIR/lib/rcmx000_crt0

# Any default options you want - these are options to zcc which are fed
# through to compiler, assembler etc as necessary
OPTIONS -v -O2 -I. -lrcmx000_clib -lndos -DZ80 -DRCMX000 -D__RCMX000__ -M -Cz+rcmx000 -Ca-RCMX000


--- NEW FILE: rexlib.cfg ---
#
# Target configuration file for z88dk
#

# Asm file which contains the startup code (without suffix)
CRT0 DESTDIR/lib/rxl_crt0

# Any default options you want - these are options to zcc which are fed
# through to compiler, assembler etc as necessary
OPTIONS -v -O2 -I. -IDESTDIR/include/rex -lrex_clib -make-app -DZ80 -DREX -D__REX__ -M -Wn39 -Wn40 -Cz+rex

--- NEW FILE: sam.cfg ---
#
# Target configuration file for z88dk
#

# Asm file which contains the startup code (without suffix)
CRT0 DESTDIR/lib/sam_crt0

# Any default options you want - these are options to zcc which are fed
# through to compiler, assembler etc as necessary
OPTIONS -v -O2 -I. -lsam_clib -lndos -DZ80 -DSAM -D__SAM__ -M

--- NEW FILE: samansi.cfg ---
#
# Target configuration file for z88dk
#

# Asm file which contains the startup code (without suffix)
CRT0 DESTDIR/lib/sam_crt0

# Any default options you want - these are options to zcc which are fed
# through to compiler, assembler etc as necessary
OPTIONS -v -O2 -I. -lsamansi_clib -lndos -DZ80 -DSAM -D__SAM__ -M

--- NEW FILE: sc3000.cfg ---
#
# Target configuration file for z88dk
#

# Asm file which contains the startup code (without suffix)
CRT0 DESTDIR/lib/sc3000_crt0

# Any default options you want - these are options to zcc which are fed
# through to compiler, assembler etc as necessary
OPTIONS -v -O2 -I. -lsc3000_clib -lndos -DZ80 -DSC3000 -D__SC3000__ -M -Cz+sc3000

--- NEW FILE: sms.cfg ---
#
# Target configuration file for z88dk
#

# Asm file which contains the startup code (without suffix)
CRT0 DESTDIR/lib/sms_crt0

# Any default options you want - these are options to zcc which are fed
# through to compiler, assembler etc as necessary
OPTIONS -v -O2 -I. -lsms_clib -lndos -DZ80 -DSMS -D__SMS__ -M -make-app -D__HAVESEED -Cz+sms -Cz-n

--- NEW FILE: sos.cfg ---
#
# Target configuration file for z88dk
#

# Asm file which contains the startup code (without suffix)
CRT0 DESTDIR/lib/sos_crt0

# Any default options you want - these are options to zcc which are fed
# through to compiler, assembler etc as necessary
OPTIONS -v -O2 -I. -lsos_clib -DZ80 -DSOS -D__SOS__ -M -Cz+sos

--- NEW FILE: sosmz.cfg ---
#
# Target configuration file for z88dk
#

# Asm file which contains the startup code (without suffix)
CRT0 DESTDIR/lib/sos_crt0

# Any default options you want - these are options to zcc which are fed
# through to compiler, assembler etc as necessary
OPTIONS -v -O2 -I. -lsos_clib -DZ80 -DSOS -D__SOS__ -M -Cz+mz

--- NEW FILE: srr.cfg ---
#
# Target configuration file for z88dk
#

# Asm file which contains the startup code (without suffix)
CRT0 DESTDIR/lib/sorcerer_crt0

# Any default options you want - these are options to zcc which are fed
# through to compiler, assembler etc as necessary
OPTIONS -v -O2 -I. -lsorcerer_clib -DZ80 -DSORCERER -D__SORCERER__ -M -Cz+srr -Cz--audio

--- NEW FILE: svi.cfg ---
#
# Target configuration file for z88dk
#

# Asm file which contains the startup code (without suffix)
CRT0 DESTDIR/lib/svi_crt0

# Any default options you want - these are options to zcc which are fed
# through to compiler, assembler etc as necessary
OPTIONS -v -O2 -I. -lsvi_clib -lndos -DZ80 -DSVI -D__SVI__ -M -Cz+svi

--- NEW FILE: test.cfg ---
#
# Target configuration file for z88dk
#

# Asm file which contains the startup code (without suffix)
CRT0 DESTDIR/lib/test_crt0

# Any default options you want - these are options to zcc which are fed
# through to compiler, assembler etc as necessary
OPTIONS -v -O2 -I. -ltest_clib -DZ80 -M -Cz+test

--- NEW FILE: ti82.cfg ---
#
# Target configuration file for z88dk
#

# Asm file which contains the startup code (without suffix)
CRT0 DESTDIR/lib/ti82_crt0

# Any default options you want - these are options to zcc which are fed
# through to compiler, assembler etc as necessary
OPTIONS -v -O2 -I. -lti82_clib -lndos -DZ80 -DTI82 -D__TI82__ -M -Cz+ti82

--- NEW FILE: ti82ansi.cfg ---
#
# Target configuration file for z88dk
#

# Asm file which contains the startup code (without suffix)
CRT0 DESTDIR/lib/ti82_crt0

# Any default options you want - these are options to zcc which are fed
# through to compiler, assembler etc as necessary
OPTIONS -v -O2 -I. -lti82ansi_clib -lndos -DZ80 -DTI82 -D__TI82__ -M -Cz+ti82

--- NEW FILE: ti83.cfg ---
#
# Target configuration file for z88dk
#

# Asm file which contains the startup code (without suffix)
CRT0 DESTDIR/lib/ti83_crt0

# Any default options you want - these are options to zcc which are fed
# through to compiler, assembler etc as necessary
OPTIONS -v -O2 -I. -lti83_clib -lndos -DZ80 -DTI83 -D__TI83__ -M -Cz+ti83

--- NEW FILE: ti83ansi.cfg ---
#
# Target configuration file for z88dk
#

# Asm file which contains the startup code (without suffix)
CRT0 DESTDIR/lib/ti83_crt0

# Any default options you want - these are options to zcc which are fed
# through to compiler, assembler etc as necessary
OPTIONS -v -O2 -I. -lti83ansi_clib -lndos -DZ80 -DTI83 -D__TI83__ -M -Cz+ti83

--- NEW FILE: ti85.cfg ---
#
# Target configuration file for z88dk
#

# Asm file which contains the startup code (without suffix)
CRT0 DESTDIR/lib/ti85_crt0

# Any default options you want - these are options to zcc which are fed
# through to compiler, assembler etc as necessary
OPTIONS -v -O2 -I. -lti85_clib -lndos -DZ80 -DTI85 -D__TI85__ -M -Cz+ti85

--- NEW FILE: ti85ansi.cfg ---
#
# Target configuration file for z88dk
#

# Asm file which contains the startup code (without suffix)
CRT0 DESTDIR/lib/ti85_crt0

# Any default options you want - these are options to zcc which are fed
# through to compiler, assembler etc as necessary
OPTIONS -v -O2 -I. -lti85ansi_clib -lndos -DZ80 -DTI85 -D__TI85__ -M -Cz+ti85

--- NEW FILE: ti86.cfg ---
#
# Target configuration file for z88dk
#

# Asm file which contains the startup code (without suffix)
CRT0 DESTDIR/lib/ti86_crt0

# Any default options you want - these are options to zcc which are fed
# through to compiler, assembler etc as necessary
OPTIONS -v -O2 -I. -lti86_clib -lndos -DZ80 -DTI86 -D__TI86__ -M -Cz+ti86

--- NEW FILE: ti86ansi.cfg ---
#
# Target configuration file for z88dk
#

# Asm file which contains the startup code (without suffix)
CRT0 DESTDIR/lib/ti86_crt0

# Any default options you want - these are options to zcc which are fed
# through to compiler, assembler etc as necessary
OPTIONS -v -O2 -I. -lti86ansi_clib -lndos -DZ80 -DTI86 -D__TI86__ -M -Cz+ti86

--- NEW FILE: ti8x.cfg ---
#
# Target configuration file for z88dk
#

# Asm file which contains the startup code (without suffix)
CRT0 DESTDIR/lib/ti83p_crt0

# Any default options you want - these are options to zcc which are fed
# through to compiler, assembler etc as necessary
OPTIONS -v -O2 -I. -lti83p_clib -lndos -DZ80 -DTI8x -D__TI8x__ -M -Cz+ti8x

--- NEW FILE: ti8xansi.cfg ---
#
# Target configuration file for z88dk
#

# Asm file which contains the startup code (without suffix)
CRT0 DESTDIR/lib/ti83p_crt0

# Any default options you want - these are options to zcc which are fed
# through to compiler, assembler etc as necessary
OPTIONS -v -O2 -I. -lti83pansi_clib -lndos -DZ80 -DTI8x -D__TI8x__ -M -Cz+ti8x

--- NEW FILE: trs80.cfg ---
#
# Target configuration file for z88dk
#

# Asm file which contains the startup code (without suffix)
CRT0 DESTDIR/lib/trs80_crt0

# Any default options you want - these are options to zcc which are fed
# through to compiler, assembler etc as necessary
OPTIONS -v -O2 -I. -ltrs80_clib -DZ80 -DTRS80 -D__TRS80__ -M -Cz+trs80

--- NEW FILE: ts2068.cfg ---
#
# Target configuration file for z88dk
#

# Asm file which contains the startup code (without suffix)
CRT0 DESTDIR/lib/ts2068_crt0

# Any default options you want - these are options to zcc which are fed
# through to compiler, assembler etc as necessary
OPTIONS -v -O2 -I. -lts2068_clib -DZ80 -DSPECTRUM -D__SPECTRUM__ -M -Cz+zx -Cz--ts2068

--- NEW FILE: ts2068ansi.cfg ---
#
# Target configuration file for z88dk
#

# Asm file which contains the startup code (without suffix)
CRT0 DESTDIR/lib/ts2068_crt0

# Any default options you want - these are options to zcc which are fed
# through to compiler, assembler etc as necessary
OPTIONS -v -O2 -I. -lts2068an_clib -DZ80 -DSPECTRUM -D__SPECTRUM__ -M -Cz+zx -Cz--ts2068

--- NEW FILE: vz.cfg ---
#
# Target configuration file for z88dk
#

# Asm file which contains the startup code (without suffix)
CRT0 DESTDIR/lib/vz_crt0

# Any default options you want - these are options to zcc which are fed
# through to compiler, assembler etc as necessary
OPTIONS -v -O2 -I. -lvz_clib -lndos -DZ80 -DVZ200 -D__VZ200__ -M -Cz+vz

--- NEW FILE: vzansi.cfg ---
#
# Target configuration file for z88dk
#

# Asm file which contains the startup code (without suffix)
CRT0 DESTDIR/lib/vz_crt0

# Any default options you want - these are options to zcc which are fed
# through to compiler, assembler etc as necessary
OPTIONS -v -O2 -I. -lvzansi_clib -lndos -DZ80 -DVZ200 -D__VZ200__ -M

--- NEW FILE: x07.cfg ---
#
# Target configuration file for z88dk
#

# Asm file which contains the startup code (without suffix)
CRT0 DESTDIR/lib/x07_crt0

# Any default options you want - these are options to zcc which are fed
# through to compiler, assembler etc as necessary
OPTIONS -v -O2 -I. -lx07_clib -DZ80 -DX07 -D__X07__ -M -Cz+x07

--- NEW FILE: x1ansi.cfg ---
#
# Target configuration file for z88dk
#

# Asm file which contains the startup code (without suffix)
CRT0 /media/sf_Z88DK/lib/x1_crt0


# Any default options you want - these are options to zcc which are fed
# through to compiler, assembler etc as necessary
OPTIONS -v -O2 -I. -lx1ansi_clib -lndos -lmalloc -lim2 -DZ80 -DX1 -D__X1__ -M -Cz+x1


--- NEW FILE: z88.cfg ---
#
# Target configuration file for z88dk
#

# z88 has a native maths library
Z88MATHFLG -math-z88 -D__NATIVE_MATH__
Z88MATHLIB z88_math

# Asm file which contains the startup code (without suffix)
CRT0 DESTDIR/lib/z88_crt0

# Any default options you want - these are options to zcc which are fed
# through to compiler, assembler etc as necessary
OPTIONS -v -O2 -I. -lz88_clib -DZ80 -DZ88 -D__Z88__ -M -bna.bas -Cz+z88

--- NEW FILE: z88ansi.cfg ---
#
# Target configuration file for z88dk
#

# z88 has a native maths library
Z88MATHFLG -math-z88 -D__NATIVE_MATH__
Z88MATHLIB z88_math

# Asm file which contains the startup code (without suffix)
CRT0 DESTDIR/lib/z88_crt0

# Any default options you want - these are options to zcc which are fed
# through to compiler, assembler etc as necessary
OPTIONS -v -O2 -I. -lz88ansi_clib -DZ80 -DZ88 -D__Z88__ -M -Cz+z88

--- NEW FILE: z88net.cfg ---
#
# Target configuration file for z88dk
#

# z88 has a native maths library
Z88MATHFLG -math-z88 -D__NATIVE_MATH__
Z88MATHLIB z88_math

# Asm file which contains the startup code (without suffix)
CRT0 DESTDIR/lib/z88_crt0

# Any default options you want - these are options to zcc which are fed
# through to compiler, assembler etc as necessary
OPTIONS -v -O2 -I. -lz88net_clib -lnet -DNET_STDIO -DZ80 -DZ88 -D__Z88__ -M -Cz+z88

--- NEW FILE: zcc.cfg ---
#
# Config file for zcc (front end for Small C+ compiler)
#

#
# Names of the various programs, if they're in your path you won't need to
# alter these settings - except for COPYCMD, on unix set it to: cp
#

Z80EXE z80asm
MPMEXE mpm
CPP zcpp
LINKER z80asm
COMPILER sccz80
COPTEXE copt
COPYCMD cp
APPMAKER appmake

#
# Flag to stimulate alternate handling of math constants, this flag is
# supplied to the compiler when you supply -lmz to the frontend
# you'll probably want to change this if you're retargetting
#
# (Leave alone for z88)

Z88MATHFLG -math-z88 -D__NATIVE_MATH__

#
# Style of the C Preprocessor
#
# 1 = outimplied - cpp creates .i file
# 2 = outspecified - output specified by zcc
# 3 = filter - input piped into cpp by zcc and out to a file by zcc
#
# zcpp, gnu cpp, vbcc cpp are all outspecified
#

STYLECPP 2

#
# Where the include files are kept (-I is preprocessor flag to tell it where
# to find header files)
#
# Include the full path, eg DESTDIR/include
#

INCPATH -IDESTDIR/include

#
# Any extra command line options for the assembler
#
# (Leave alone!)

ASMOPTS -Mo -IDESTDIR/lib

#
# Options for the optimizer
#
# COPTRULES3 contains optimizations which call in other library
# routines..boosting code size, but..may save in the end if they
# are used often
#
# COPTRULES2 is the extended rule set for indexing within arrays and
# optimizing operations on unsigned chars
#
# COPTRULES1 is the standard rule set (been hanging around for ages!
#
# Supply the full path before the filenames, eg DESTDIR/lib/z80rules.1
#

COPTRULES1 DESTDIR/lib/z80rules.1
COPTRULES2 DESTDIR/lib/z80rules.2
COPTRULES3 DESTDIR/lib/z80rules.0

#
# Asm file which contains the startup code (omit suffix for Z80asm sake)
#
# CRT0 = Full path and name of the startup code file (omit suffix!)
#

CRT0 DESTDIR/lib/z88_crt0


#
# Linker Options
#
#
# Keep the -i before the path in
# libraries)
#
# LINKOPTS = Options required when linking (leave alone!) -LDESTDIR/lib
#



LINKOPTS -a -m -Mo -LDESTDIR/lib/clibs -IDESTDIR/lib

#
# Names of the libraries
# Z88MATHLIB = name of library linked if -lmz supplied
# STARTUPLIB = library that is always linked in (contains all lib functions)
# GENMATHLIB = generic maths library
#
# (Leave alone!)
#

Z88MATHLIB z88_math
STARTUPLIB z80_crt0
GENMATHLIB gen_math

#
# Any default options you want - these are options to zcc which are fed
# through to compiler, assembler etc as necessary
#
# -I. needed for some strange reason for GNU cpp, I dunno why..
#
# The ones here, set verbose flag (echo commands) and switch on optimization
#
# (Leave alone!) [Recommended settings..]
#
# z88_clib required here because we've split up z88 functions from
# generic z80 startup functions
#

OPTIONS -v -O2 -I. -lz88_clib -DZ80 -DZ88 -D__Z88__ -M -bna.bas -Cz+z88


# Additional config options for the alternate assemblers
# these override ASMOPTS and LINKOPTS defined above which take
# effect for z80asm/mpm
#
# The choice of assembler can be specified using -asm=XXX by default
# z88dk uses z80asm but this may change in the future

# First of all for vasm/vlink
VASMOPTS -quiet -Fvobj -IDESTDIR/lib
VLINKOPTS -LDESTDIR/lib/vlink/

# The toolchain can also output for the asxx suite
ASZ80OPTS
ASLINKOPTS

--- NEW FILE: zx.cfg ---
#
# Target configuration file for z88dk
#

# ZX has a custom maths library
Z88MATHFLG -D__NATIVE_MATH__
Z88MATHLIB mzx

# Asm file which contains the startup code (without suffix)
CRT0 DESTDIR/lib/spec_crt0

# Any default options you want - these are options to zcc which are fed
# through to compiler, assembler etc as necessary
OPTIONS -v -O2 -I. -lzx_clib -DZ80 -DSPECTRUM -D__SPECTRUM__ -M -Cz+zx

--- NEW FILE: zx80.cfg ---
#
# Target configuration file for z88dk
#

# Asm file which contains the startup code (without suffix)
CRT0 DESTDIR/lib/zx80_crt0

# Any default options you want - these are options to zcc which are fed
# through to compiler, assembler etc as necessary
OPTIONS -v -O2 -I. -lzx80_clib -lndos -DZ80 -DZX80 -D__ZX80__ -M -Cz+zx81 -Cz--zx80

--- NEW FILE: zx81.cfg ---
#
# Target configuration file for z88dk
#

# ZX81 has custom library requirements
Z88MATHFLG -math-z88 -D__NATIVE_MATH__
Z88MATHLIB m81
STARTUPLIB z80iy_crt0
GENMATHLIB zx81_math

# Asm file which contains the startup code (without suffix)
CRT0 DESTDIR/lib/zx81_crt0

# Any default options you want - these are options to zcc which are fed
# through to compiler, assembler etc as necessary
OPTIONS -v -O2 -I. -Ca-IXIY -lzx81_clib -lndos -DZ80 -DZX81 -D__ZX81__ -M -Cz+zx81

--- NEW FILE: zx81ansi.cfg ---
#
# Target configuration file for z88dk
#

# ZX81 has custom library requirements
Z88MATHFLG -math-z88 -D__NATIVE_MATH__
Z88MATHLIB m81
STARTUPLIB z80iy_crt0
GENMATHLIB zx81_math

# Asm file which contains the startup code (without suffix)
CRT0 DESTDIR/lib/zx81_crt0

# Any default options you want - these are options to zcc which are fed
# through to compiler, assembler etc as necessary
OPTIONS -v -O2 -I. -Ca-IXIY -lzx81ansi_clib -lndos -DZ80 -DZX81 -D__ZX81__ -M -Cz+zx81

--- NEW FILE: zxansi.cfg ---
#
# Target configuration file for z88dk
#

# ZX has a custom maths library
Z88MATHFLG -D__NATIVE_MATH__
Z88MATHLIB mzx

# Asm file which contains the startup code (without suffix)
CRT0 DESTDIR/lib/spec_crt0

# Any default options you want - these are options to zcc which are fed
# through to compiler, assembler etc as necessary
OPTIONS -v -O2 -I. -lzxan_clib -DZ80 -DSPECTRUM -D__SPECTRUM__ -M -Cz+zx

--- abc80.lnx DELETED ---

--- abc800.lnx DELETED ---

--- ace.lnx DELETED ---

--- aceansi.lnx DELETED ---

--- aquansi.lnx DELETED ---

--- aquarius.lnx DELETED ---

--- c128ansi.lnx DELETED ---

--- cpc.lnx DELETED ---

--- cpcansi.lnx DELETED ---

--- cpm.lnx DELETED ---

--- embedded.lnx DELETED ---

--- enterprise.lnx DELETED ---

--- gal.lnx DELETED ---

--- m5.lnx DELETED ---

--- mc1000.lnx DELETED ---

--- mc1000ansi.lnx DELETED ---

--- msx.lnx DELETED ---

--- mtx.lnx DELETED ---

--- mz.lnx DELETED ---

--- mzansi.lnx DELETED ---

--- nasansi.lnx DELETED ---

--- nascom.lnx DELETED ---

--- nc.lnx DELETED ---

--- newbrain.lnx DELETED ---

--- osca.lnx DELETED ---

--- oscaansi.lnx DELETED ---

--- ozansi.lnx DELETED ---

--- pc6001.lnx DELETED ---

--- pc6001ansi.lnx DELETED ---

--- pps.lnx DELETED ---

--- ppsansi.lnx DELETED ---

--- rcmx000.lnx DELETED ---

--- rex.lnx DELETED ---

--- rexlib.lnx DELETED ---

--- sam.lnx DELETED ---

--- samansi.lnx DELETED ---

--- sc3000.lnx DELETED ---

--- sms.lnx DELETED ---

--- sos.lnx DELETED ---

--- sosmz.lnx DELETED ---

--- srr.lnx DELETED ---

--- svi.lnx DELETED ---

--- test.lnx DELETED ---

--- ti82.lnx DELETED ---

--- ti82ansi.lnx DELETED ---

--- ti83.lnx DELETED ---

--- ti83ansi.lnx DELETED ---

--- ti85.lnx DELETED ---

--- ti85ansi.lnx DELETED ---

--- ti86.lnx DELETED ---

--- ti86ansi.lnx DELETED ---

--- ti8x.lnx DELETED ---

--- ti8xansi.lnx DELETED ---

--- trs80.lnx DELETED ---

--- ts2068.lnx DELETED ---

--- ts2068ansi.lnx DELETED ---

--- vz.lnx DELETED ---

--- vzansi.lnx DELETED ---

--- x07.lnx DELETED ---

--- x1ansi.lnx DELETED ---

--- z88.lnx DELETED ---

--- z88ansi.lnx DELETED ---

--- z88net.lnx DELETED ---

--- zx.lnx DELETED ---

--- zx80.lnx DELETED ---

--- zx81.lnx DELETED ---

--- zx81ansi.lnx DELETED ---

--- zx_dev.lnx DELETED ---

--- zxansi.lnx DELETED ---


------------------------------------------------------------------------------
Post Reply