Vsys/Macintosh/ed/
Up to parent directory
Documentation
Source
| | | |
Edit.a
Emanag.a |
|
|
Both files conditionally load terminal descriptor
and editor
command *.e includes from the section below. |
Emacro.e |
|
|
Included by Edit.a and Emanag.a. |
../edp/Cpack.a |
|
|
Small header code included by Edit.a |
IoctlAm.a |
|
|
Extra code for Amiga console windows, conditionally included by
Edit.a. |
Terminal Descriptor and Editor Commands
License statements have not been inserted into the files in this section
so as not to disrupt the semiautomatic process by which the
*.doc files are produced from the *.e files. The
*.e files are includes, and the intent is that they share the
license of the *.a files that include them.
Conditional includes for Edit.a and Emanag.a.
Documentation created from *.e files, and the editor macros
used to create them. The web versions of the *.doc files
actually have an extra .txt extension to trick browsers into
treating them as text. The .txt extensions should be removed
if they are downloaded directly from the browser.
The following folder contains Crt*.sa and Com*.sa
files which can be used by the system to change the terminal descriptor
and editor commands used by the screen editor, and by the command line
editor for systems with a Vsys shell. More up to date versions are in
the lib/ directory.
Command Files
The Ved14 and Ved#c executables produced by the
following scripts for the indicated systems are expected to be renamed
as Ved or V.
| | | |
Ved14.s |
|
|
Build Ved14 executable for Macintosh. |
Ved11c.s |
|
|
Cross build Ved11c executable for Atari. |
Ved13c.s |
|
|
Cross build Ved13c executable for Amiga. |
Ved15c.s |
|
|
Cross build Ved15c executable for NeXT. |
Legacy Command Files
The following scripts are included for reference only.
| | | |
NE.s |
|
|
Make Ved.y for specified system, not linked with standard
IO. |
NED.s |
|
|
Make Ved executable for Minimum. |
NEM.s |
|
|
Make Ved executable for Macintosh. |
Up to Vsys/