mirror of
git://xwords.git.sourceforge.net/gitroot/xwords/xwords
synced 2025-01-16 15:41:16 +01:00
build with 68K and ARM in same .prc (menu allows choice)
This commit is contained in:
parent
93b39af1f2
commit
47931d4f60
1 changed files with 5 additions and 0 deletions
|
@ -35,6 +35,11 @@ BEGIN
|
|||
MENUITEM SEPARATOR
|
||||
MENUITEM "Beam dictionary" XW_BEAMDICT_PULLDOWN_ID
|
||||
MENUITEM "Beam boards and colors" XW_BEAMBOARD_PULLDOWN_ID
|
||||
#ifdef FEATURE_PNOAND68K
|
||||
MENUITEM SEPARATOR
|
||||
MENUITEM "68K next time" XW_RUN68K_PULLDOWN_ID
|
||||
MENUITEM "ARM next time" XW_RUNARM_PULLDOWN_ID
|
||||
#endif
|
||||
MENUITEM SEPARATOR
|
||||
MENUITEM "About Crosswords..." XW_ABOUT_PULLDOWN_ID "A"
|
||||
END
|
||||
|
|
Loading…
Reference in a new issue