Mercurial > sdl-ios-xcode
annotate README.AmigaOS @ 3929:56ec4d962487 SDL-1.2
Date: Sat, 31 Mar 2007 16:39:52 +0200
From: Bert Wesarg
To: sdl@lists.libsdl.org
Subject: [SDL] [PATCH] sdl-config.in needs ${libdir}
Hello,
after the patch for Bug #321, sdl-config.in needs the libdir variable. and
there is a hardcoded 'lib' in SDL.spec.in too.
Bert Wesarg
author | Ryan C. Gordon <icculus@icculus.org> |
---|---|
date | Sun, 01 Apr 2007 03:27:45 +0000 |
parents | 6d2e1961661a |
children |
rev | line source |
---|---|
3888
6d2e1961661a
Removed broken AmigaOS support.
Ryan C. Gordon <icculus@icculus.org>
parents:
21
diff
changeset
|
1 The AmigaOS code has been removed from SDL, since it had been broken for a |
6d2e1961661a
Removed broken AmigaOS support.
Ryan C. Gordon <icculus@icculus.org>
parents:
21
diff
changeset
|
2 long time and had a few bits of fairly invasive code #ifdef'd into the |
6d2e1961661a
Removed broken AmigaOS support.
Ryan C. Gordon <icculus@icculus.org>
parents:
21
diff
changeset
|
3 SDL core. |
21
75a95f82bc1f
Updated the Amiga OS port of SDL (thanks Gabriele)
Sam Lantinga <slouken@lokigames.com>
parents:
diff
changeset
|
4 |
3888
6d2e1961661a
Removed broken AmigaOS support.
Ryan C. Gordon <icculus@icculus.org>
parents:
21
diff
changeset
|
5 However, there is an OS4 version of SDL here: |
6d2e1961661a
Removed broken AmigaOS support.
Ryan C. Gordon <icculus@icculus.org>
parents:
21
diff
changeset
|
6 http://www.rcdrummond.net/amiga/index.html |
21
75a95f82bc1f
Updated the Amiga OS port of SDL (thanks Gabriele)
Sam Lantinga <slouken@lokigames.com>
parents:
diff
changeset
|
7 |
3888
6d2e1961661a
Removed broken AmigaOS support.
Ryan C. Gordon <icculus@icculus.org>
parents:
21
diff
changeset
|
8 And a MorphOS version here: |
6d2e1961661a
Removed broken AmigaOS support.
Ryan C. Gordon <icculus@icculus.org>
parents:
21
diff
changeset
|
9 http://www.lehtoranta.net/powersdl/ |
21
75a95f82bc1f
Updated the Amiga OS port of SDL (thanks Gabriele)
Sam Lantinga <slouken@lokigames.com>
parents:
diff
changeset
|
10 |
3888
6d2e1961661a
Removed broken AmigaOS support.
Ryan C. Gordon <icculus@icculus.org>
parents:
21
diff
changeset
|
11 --ryan. |
21
75a95f82bc1f
Updated the Amiga OS port of SDL (thanks Gabriele)
Sam Lantinga <slouken@lokigames.com>
parents:
diff
changeset
|
12 |