mirror of
https://github.com/bminor/binutils-gdb.git
synced 2025-12-27 09:38:57 +00:00
Tue Apr 26 17:44:27 1994 Stan Shebs (shebs@andros.cygnus.com)
* mpw-make.in (MacGDB): New target, standalone Mac-hosted gdb. (XDEPFILES): Define. (main.c.o): Compile with gC instead of C. * mac-defs.h: New file, menu etc definitions shared between C and Rez files. * macgdb.r: New file, Rez (resource compiler) resource definitions. * mac-xdep.c: New file, Mac host interface code. * config/m68k/xm-mpw.h (PATHNAME_SEPARATOR): Rename to DIRNAME_SEPARATOR. (PATHNAME_SEPARATOR_STRING): Remove. (SIGQUIT, SIGHUP): Define. (fileno, R_OK): Define.
This commit is contained in:
34
gdb/mac-defs.h
Normal file
34
gdb/mac-defs.h
Normal file
@@ -0,0 +1,34 @@
|
||||
/* Definitions shared between C and Rez files. */
|
||||
|
||||
#define mbMain 128
|
||||
|
||||
#define mApple 128
|
||||
|
||||
#define miAbout 1
|
||||
|
||||
#define mFile 129
|
||||
|
||||
#define miFileNew 1
|
||||
#define miFileOpen 2
|
||||
/* 3 */
|
||||
#define miFileQuit 4
|
||||
|
||||
#define mEdit 130
|
||||
|
||||
#define miEditCut 1
|
||||
#define miEditCopy 2
|
||||
#define miEditPaste 3
|
||||
#define miEditClear 4
|
||||
|
||||
#define mDebug 131
|
||||
|
||||
#define miDebugTarget 1
|
||||
/* 2 */
|
||||
#define miDebugRun 3
|
||||
#define miDebugContinue 4
|
||||
#define miDebugStep 5
|
||||
#define miDebugNext 6
|
||||
|
||||
#define wConsole 128
|
||||
|
||||
|
||||
Reference in New Issue
Block a user