Re: [cc65] CC65 v2.9.1 r3 win32 package

Date view Thread view Subject view

From: Greg King (gngking_at_erols.com)
Date: 2003-08-18 08:20:01


From: Rafal; on Date: Thursday, August 14, 2003, 04:35 PM
>
> www.rafalszyja.republika.pl/tmp/cc65.exe (2mb)
>
> This is 3rd release with fixes suggested by Greg King
> and few enhancements by me.
>
> THIS SHOULD FINALLY FIX ALL PROBLEMS.

No, not yet [but, we are getting close -- very close :-) ].

1. When the batch-file's path-name has spaces in it, utod.exe sees more
than one argument (each one is only part of a name).  Therefore, it cannot
find "run.bat".  Probably, the path-name should be surrounded by
quotation-marks.

2. The installer adds a space to the end of each line in run.bat.
So, cmd.exe cannot find cc65's programs because it tries to look
in "cc65\bin \".  (The NT version of command.com has the same problem; but,
the DOS version does not have that problem.)

3. The characters "rm -f", in "cc65\samples\Makefile", need to be replaced
by "$(RM)".  And, the characters "-rm", in
"cc65\samples\geos\ca65-vlir\Makefile", need to be replaced by "-$(RM)".
(The batch-file puts a DOS command into the RM environment-variable.)
Without those changes, we cannot use the "clean" and "zap" rules to remove
old debris.
---------------------------------------

I love that installer!  I like being able to look at a listing of the
installation's history without being forced to hunt for an undocumented
log-file.  The "right-click" feature that saves to the clipboard is nice,
too.

----------------------------------------------------------------------
To unsubscribe from the list send mail to majordomo_at_musoftware.de with
the string "unsubscribe cc65" in the body(!) of the mail.


Date view Thread view Subject view

This archive was generated by hypermail 2.1.3 : 2003-08-18 10:14:28 CEST