diff options
author | Max Horn | 2010-07-17 18:41:38 +0000 |
---|---|---|
committer | Max Horn | 2010-07-17 18:41:38 +0000 |
commit | 0b48a71c9955b39117e2eb35b3e398f5c95c008a (patch) | |
tree | d3430fc6d2470955a74e53e6fb25256e069f6c9e /tools | |
parent | 1d4c82885ddcc0442671c863eef643aef2dc7dda (diff) | |
download | scummvm-rg350-0b48a71c9955b39117e2eb35b3e398f5c95c008a.tar.gz scummvm-rg350-0b48a71c9955b39117e2eb35b3e398f5c95c008a.tar.bz2 scummvm-rg350-0b48a71c9955b39117e2eb35b3e398f5c95c008a.zip |
Remove PalmOS port
svn-id: r50964
Diffstat (limited to 'tools')
-rw-r--r-- | tools/convbdf.c | 2 | ||||
-rwxr-xr-x | tools/credits.pl | 5 |
2 files changed, 2 insertions, 5 deletions
diff --git a/tools/convbdf.c b/tools/convbdf.c index ad0d9d2373..fc13cff6ce 100644 --- a/tools/convbdf.c +++ b/tools/convbdf.c @@ -919,7 +919,7 @@ int gen_c_source(struct font* pf, char *path) { bbuf, pf->defaultchar); - fprintf(ofp, "\n" "#if !(defined(PALMOS_ARM) || defined(PALMOS_DEBUG) || defined(__GP32__))\n"); + fprintf(ofp, "\n" "#if !(defined(__GP32__))\n"); fprintf(ofp, "extern const NewFont g_sysfont(desc);\n"); fprintf(ofp, "#else\n"); fprintf(ofp, "DEFINE_FONT(g_sysfont)\n"); diff --git a/tools/credits.pl b/tools/credits.pl index 02a42c12cc..cf9becc9b5 100755 --- a/tools/credits.pl +++ b/tools/credits.pl @@ -698,10 +698,6 @@ begin_credits("Credits"); add_person("Neil Millstone", "agent-q", ""); end_section(); - begin_section("PalmOS"); - add_person("Chris Apers", "chrilith ", ""); - end_section(); - begin_section("PocketPC / WinCE"); add_person("Nicolas Bacca", "arisme", "(retired)"); add_person("Kostas Nakos", "Jubanka", ""); @@ -775,6 +771,7 @@ begin_credits("Credits"); begin_section("Retired Team Members"); begin_persons(); + add_person("Chris Apers", "chrilith ", "Former PalmOS porter"); add_person("Ralph Brorsen", "painelf", "Help with GUI implementation"); add_person("Jamieson Christian", "jamieson630", "iMUSE, MIDI, all things musical"); add_person("Felix Jakschitsch", "yot", "Zak256 reverse engineering"); |