mirror of
git://xwords.git.sourceforge.net/gitroot/xwords/xwords
synced 2024-12-30 10:26:58 +01:00
build with 68K and ARM in same .prc (menu allows choice)
This commit is contained in:
parent
0471650f88
commit
c08a95ee26
1 changed files with 5 additions and 0 deletions
|
@ -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
|
||||
|
|
Loading…
Reference in a new issue