From c08a95ee26c18e0fae44225c5f3155ec479db49e Mon Sep 17 00:00:00 2001 From: ehouse Date: Fri, 24 Sep 2004 01:22:25 +0000 Subject: [PATCH] build with 68K and ARM in same .prc (menu allows choice) --- palm/xwords4defines.h | 5 +++++ 1 file changed, 5 insertions(+) diff --git a/palm/xwords4defines.h b/palm/xwords4defines.h index 2db8b5e6e..71d3cb92f 100644 --- a/palm/xwords4defines.h +++ b/palm/xwords4defines.h @@ -114,6 +114,11 @@ #define XW_TRADEIN_PULLDOWN_ID 1068 #define XW_HIDESHOWTRAY_PULLDOWN_ID 1069 +#ifdef FEATURE_PNOAND68K +# define XW_RUN68K_PULLDOWN_ID 1070 +# define XW_RUNARM_PULLDOWN_ID 1071 +#endif + /* debug menu */ #ifdef DEBUG # define XW_DEBUGSHOW_PULLDOWN_ID 2001