Added the main conversion module. New option --convert-to. New short options

for --read and --write.


git-svn-id: svn://svn.cc65.org/cc65/trunk@5586 b7a2c559-68d2-44c3-8de9-860c34a00d81
This commit is contained in:
uz
2012-03-09 13:44:51 +00:00
parent b55c290823
commit 1aaff0ce2f
5 changed files with 195 additions and 4 deletions

View File

@@ -65,7 +65,8 @@ OBJS = asm.obj \
bin.obj \
bitmap.obj \
color.obj \
error.obj \
convert.obj \
error.obj \
fileio.obj \
input.obj \
koala.obj \