Age | Commit message (Collapse) | Author |
|
- Fix comments
- Fix path error
- Fix output format error
|
|
* AMIGAOS4: Fix Script
Turns out i had the wrong directory set to pull the shared libraries from.
* AMIGAOS4: Fix script
Fix arithmetic conversion error on EXIT cases.
|
|
* AMIGAOS4: Update amigaos.mk
- reorg
- add stripping/copying engine plugins
- add Ext_Ins_so.rexx
* Ext_Inst_so.rexx
Add script to extract and install all compiled-in shared libraries to a local sobjs/ dir.
Reason is that not every AmigaOS4 installation, especially vanilla ones, feature all mandatory libraries (which has led to many bug reports and lots of gathering of the correct libraries for users in the past)
* AMIGAOS4: RM2AG.rexx
- Add automatic installation to the correct path
- Add deleting the temp file
- Typos and rewording
- Add I/O panic switches
|
|
|
|
|
|
|
|
closes #1631
|
|
|
|
|
|
|
|
GitHub´s utf-8 converter adds a char and changes the file when using characters like "°".
Slightly rewritten the rexx script to use "<>" as marker and adjust the rest to take the new two-char marker into account (instead of the one-char marker that was used before).
|
|
- Obviously AREXX doesn´t feature an ENDIF clause
- Cleaned it up a bit
- Checked and still working
|
|
|