Makefile: use correct linker libs for AROS. Librom.a is only a
stripped down standard C library which is used for libraries etc.
3 lines of code changed in 1 file:
* YAM_CO.c: added a SYS_EDITOR define which should contain the full path
to the standard editor tool used on the platform YAM is compiled for.
Currently this define defaults to SYS:Tools/NotePad for AmigaOS4, to
SYS:Tools/Editor for AROS and to C:Ed for the other supported
platforms. Please note that this define should NOT point to any
third-party application for editing text files but to an editor
that is shipped with the operating system per default.
10 lines of code changed in 1 file:
* YAM_CO.c: use sys:Tools/Editor as default editor for AROS.
4 lines of code changed in 1 file:
* YAM.c: added a fix for the problem that for some unknown reason the
function installed by atexit() isn't called on AROS.
6 lines of code changed in 1 file: