You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
 
 
 
 
 
 
Wayne Warthen 8c9ce2184e ZXCC Sync 4 years ago
..
cpm ZXCC Sync 4 years ago
Build-OW.cmd ZXCC Sync 4 years ago
Build-VC.cmd ZXCC Sync 4 years ago
COPYING ZXCC Sync 4 years ago
Clean.cmd ZXCC Sync 4 years ago
Makefile ZXCC Sync 4 years ago
cbops.h ZXCC Sync 4 years ago
config.h.darwin ZXCC Sync 4 years ago
config.h.linux ZXCC Sync 4 years ago
config.h.windows ZXCC Sync 4 years ago
cpmdrv.c ZXCC Sync 4 years ago
cpmglob.c ZXCC Sync 4 years ago
cpmint.h ZXCC Sync 4 years ago
cpmparse.c ZXCC Sync 4 years ago
cpmredir.c ZXCC Sync 4 years ago
cpmredir.h ZXCC Sync 4 years ago
dirent.c ZXCC Sync 4 years ago
dirent.h ZXCC Sync 4 years ago
drdos.c ZXCC Sync 4 years ago
edops.h ZXCC Sync 4 years ago
readme.txt ZXCC Sync 4 years ago
track.c ZXCC Sync 4 years ago
util.c ZXCC Sync 4 years ago
xlt.c ZXCC Sync 4 years ago
z80.c ZXCC Sync 4 years ago
z80.h ZXCC Sync 4 years ago
z80ops.h ZXCC Sync 4 years ago
zxbdos.c ZXCC Sync 4 years ago
zxbdos.h ZXCC Sync 4 years ago
zxcbdos.c ZXCC Sync 4 years ago
zxcbdos.h ZXCC Sync 4 years ago
zxcc.c ZXCC Sync 4 years ago
zxcc.doc ZXCC Sync 4 years ago
zxcc.h ZXCC Sync 4 years ago
zxcc.html ZXCC Sync 4 years ago
zxdbdos.c ZXCC Sync 4 years ago
zxdbdos.h ZXCC Sync 4 years ago

readme.txt

This is an adaptation of zxcc-0.5.7 for RomWBW by Wayne Warthen.


In general, this is a stripped down variant of John Elliott's zxcc package that
runs under a Windows command line (32 or 64 bit Windows), Linux, or MacOS.
This adaptation implements only the main "zxcc" command. The other programs
(zxc, zxas, zxlink, and zslibr) are not inluded here because they are fairly
specific to Hi-Tech C.

Please see http://www.seasip.info/Unix/Zxcc/ for more information on the original
version of zxcc. Also, refer to https://github.com/agn453/ZXCC which has an
updated version of the code.

The included zxcc.html documentation is from the original version, so it does not
reflect the changes made here.

To build under Open Watcom, use Build-OW.cmd. To build under Microsoft Visual C,
use Build-VC.cmd. To build under Linux or MacOS, use the Makefile.

The GPL status of everything remains in place and carries forward.

December 5, 2014

After struggling to get the entire zxcc package to build nicely