From: megacz Date: Fri, 30 Jan 2004 06:50:16 +0000 (+0000) Subject: 2002/08/21 21:31:13 X-Git-Tag: RC3~1552 X-Git-Url: http://git.megacz.com/?a=commitdiff_plain;h=1c5e081b446ea1ed9c7e8702a95f69d2333e2061;p=org.ibex.core.git 2002/08/21 21:31:13 darcs-hash:20040130065016-2ba56-b94abbb0aa785969be2757c9ca1fe10e447a2a57.gz --- diff --git a/CHANGES b/CHANGES index 4c85a7f..40149fc 100644 --- a/CHANGES +++ b/CHANGES @@ -386,4 +386,6 @@ 20-Aug megacz Box.java: fixed rounding error +21-Aug megacz PalmOS.java, PalmOS.xml, jump.jar: began work on PalmOS port. + diff --git a/src/org/xwt/plat/PalmOS.java b/src/org/xwt/plat/PalmOS.java new file mode 100644 index 0000000..34f9c12 --- /dev/null +++ b/src/org/xwt/plat/PalmOS.java @@ -0,0 +1,12 @@ +// Copyright 2002 Adam Megacz, see the COPYING file for licensing [GPL] +package org.xwt.plat; + +/** Platform class for PalmOS devices */ +public class PalmOS extends Platform { + + public static int PilotMain(int cmd, int cmdBPB, int launchFlags) { + Main.main(new String[] { }); + return 0; + } + +} diff --git a/src/org/xwt/plat/PalmOS.xml b/src/org/xwt/plat/PalmOS.xml new file mode 100644 index 0000000..78996c1 --- /dev/null +++ b/src/org/xwt/plat/PalmOS.xml @@ -0,0 +1,18 @@ + + + + + + + + + + + + + + + + + +