aboutsummaryrefslogtreecommitdiff
path: root/backends/platform/sdl/amigaos
AgeCommit message (Collapse)Author
2019-10-21AMIGAOS4: Automate special target installation even more (#1901)Hubert Maier
* 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
2019-10-13AMIGAOS4: amigaos.mk - Fix cp commandHubert Maier
2019-10-13AMIGAOS4: amigaos.mk - Add plugins targetHubert Maier
2019-10-13AMIGAOS4: Further update amigaos.mkHubert Maier
- Reordering, restructuring and updating - Added shared library plugins copying, if available - Added copying doc / subdir - Changed copying DIST_FILES_DOCS to doc/ subdir - Added some comments
2019-10-08AMIGAOS4: Properly copy the doc drawerHubert Maier
...and add another comment and clean up.
2019-07-08BUILD: Package networking and virtual keyboard files on all platformsCameron Cawley
2019-06-06AMIGAOS4: RM2AG.rexx rewriteHubert Maier
closes #1631
2019-05-06AmigaOS4: Fix copy of renamed RM2AG.rexx fileThierry Crozat
2019-05-05AmigaOS4: Activate syntax highlighting in GitHubStefan
2018-10-14BACKENDS: Use OSystem::destroy() instead of deleting directly the g_system ↵Thierry Crozat
instance
2016-05-13JANITORIAL: Indentation fixesEugene Sandulenko
2016-04-29Fix identation againHubert Maier
I should stop c&p'ing
2016-04-29Remove periodsHubert Maier
2016-04-29Code Formatting fixesHubert Maier
2016-04-28AMIGAOS: Preparations for use with AmiUpdateHubert Maier
Adding a bit of code to make ScummVM AmiUpdate aware. Everything else will be dealt with through a (yet to finish) AmigaOS installer script and the entries in AmiUpdate's database. I'd like to ask for hints regarding - Code Formatting - Optimizations - Comments - Obivous errors or - Ill-designed code. It's not much code, but i'm sure i still messed up glorious either way
2016-02-17AMIGAOS: Fix native build breakage caused by indented comments in amigaos.mk.Johannes Schickel
As pointed out by Raziel^.
2016-02-17AMIGAOS: Fix 'amigaosdist' for in-tree builds on AmigaOS.Hubert Maier
AmigaOS's Rexx interpreter seems to have problems with './' in the path to the Rexx script. We work around this by copying it to the cwd and using it from there. Manual merge of PR #669 "AMIGAOS: Fix amigaos.mk to make the rexx script work on local builds".
2016-02-06AMIGAOS: Fix 'amigaosdist' target for out-of-tree builds.Johannes Schickel
2016-01-30AMIGAOS: amigaos.mk - Revert rx command lineHubert Maier
rx doesn't find the program if "./" or ${srcdir} is kept in front. Probably a limitation of abc-shell...or rx
2016-01-30AMIGAOS: amigaos.mk path fixesHubert Maier
2016-01-29AMIGAOS: Fix the exe paths and delete the guide after installingHubert Maier
2016-01-29AMIGAOS: Update amigaos.mk to automatically create an AmigaGuide file from ↵Hubert Maier
README
2014-09-07AMIGAOS: Make use of the new drawer iconraziel-
On AmigaOS the user can customize every icon including drawers. This is a customized drawer icon for ScummVM with the original "S" scaled on top of it. This icon may change with further revisions of AmigaOS4 (if the default icon images change).
2014-08-08AMIGAOS: Add a stack cookieraziel-
Setting up a static stack to avoid crashes from a stack set too low.
2014-08-08AMIGAOS: Cleanup of the AmigaOS version numberraziel-
2014-07-20BUILD: Add port specific makefile for AmigaOS4.D G Turner
This moves the AmigaOS4 specific packaging rules from the global ports.mk to a port specific makefile in the AmigaOS subdirectory of the SDL backend (used for AmigaOS). Previously, port specific makefiles were only used for cross compiling builds and thus had a single entry in the cross compiling section of the configure. Since AmigaOS4 is a desktop system supporting native build, this required a second entry for when the host system is detected as ppc-amigaos to support native builds. However, currently this does break packaging of cross compiled builds for Win32, OSX and Unix when done on AmigaOS4... but this is not likely and has limited impact. To fix this, default _port_mk lines would need to be added to the sections of the cross compiling switch for mingw32 etc. to override the AmigaOS4 OS setting of _port_mk.
2014-02-18SDL: Make GPL headers consistent in themselves.Johannes Schickel
2011-05-12GIT: Clean up: Suppress SVN tags, now uselessstrangerke
2010-11-29BACKENDS: Include scummsys.h at top of all .cpp files, *before* any #ifdefsMax Horn
svn-id: r54573
2010-08-23AMIGAOS: Fix build.Alejandro Marzini
svn-id: r52303