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 7563863be2 DOS/65 Refresh 3 years ago
..
cpm ZXCC Sync 4 years ago
COPYING ZXCC Cleanup 4 years ago
Makefile Makefile Improvements 4 years ago
ReadMe.txt Minor ZXCC Updates 4 years ago
cbops.h ZXCC Cleanup 4 years ago
config.h.darwin Update config.h.darwin 4 years ago
config.h.linux ZXCC Sync 4 years ago
config.h.windows ZXCC Cleanup 4 years ago
cpmdrv.c ZXCC Cleanup 4 years ago
cpmglob.c ZXCC Cleanup 4 years ago
cpmint.h ZXCC Cleanup 4 years ago
cpmparse.c ZXCC Cleanup 4 years ago
cpmredir.c DOS/65 Refresh 3 years ago
cpmredir.h ZXCC Cleanup 4 years ago
dirent.c ZXCC Cleanup 4 years ago
dirent.h ZXCC Cleanup 4 years ago
drdos.c ZXCC Cleanup 4 years ago
edops.h ZXCC Sync 4 years ago
track.c Minor ZXCC Updates 4 years ago
util.c ZXCC Cleanup 4 years ago
xlt.c ZXCC Cleanup 4 years ago
z80.c ZXCC Cleanup 4 years ago
z80.h ZXCC Cleanup 4 years ago
z80ops.h ZXCC Sync 4 years ago
zxbdos.c ZXCC Cleanup 4 years ago
zxbdos.h ZXCC Cleanup 4 years ago
zxcbdos.c Fix ZXCC Build Under MacOS 4 years ago
zxcbdos.h ZXCC Cleanup 4 years ago
zxcc.c Minor ZXCC Updates 4 years ago
zxcc.doc ZXCC Sync 4 years ago
zxcc.h ZXCC Cleanup 4 years ago
zxcc.html ZXCC Sync 4 years ago
zxdbdos.c ZXCC Cleanup 4 years ago
zxdbdos.h ZXCC Cleanup 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