OpenCores
URL https://opencores.org/ocsvn/or1k/or1k/trunk

Subversion Repositories or1k

[/] [or1k/] [trunk/] [gdb-5.0/] [gdb/] [mac-gdb.r] - Diff between revs 105 and 1765

Go to most recent revision | Only display areas with differences | Details | Blame | View Log

Rev 105 Rev 1765
/* Resource file for MacGDB. */
/* Resource file for MacGDB. */
#include "SysTypes.r"
#include "SysTypes.r"
#include "Types.r"
#include "Types.r"
#include "mac-defs.h"
#include "mac-defs.h"
/* Version resources. */
/* Version resources. */
resource 'vers' (1) {
resource 'vers' (1) {
        0,
        0,
        0,
        0,
        0,
        0,
        0,
        0,
        verUS,
        verUS,
        VERSION_STRING,
        VERSION_STRING,
        VERSION_STRING  " (C) 1986-95 FSF, Inc."
        VERSION_STRING  " (C) 1986-95 FSF, Inc."
};
};
resource 'vers' (2, purgeable)  {
resource 'vers' (2, purgeable)  {
        0,
        0,
        0,
        0,
        0,
        0,
        0,
        0,
        verUs,
        verUs,
        VERSION_STRING,
        VERSION_STRING,
        "GDB " VERSION_STRING " for MPW"
        "GDB " VERSION_STRING " for MPW"
};
};
#ifdef WANT_CFRG
#ifdef WANT_CFRG
#include "CodeFragmentTypes.r"
#include "CodeFragmentTypes.r"
resource 'cfrg' (0) {
resource 'cfrg' (0) {
        {
        {
                kPowerPC,
                kPowerPC,
                kFullLib,
                kFullLib,
                kNoVersionNum, kNoVersionNum,
                kNoVersionNum, kNoVersionNum,
                0, 0,
                0, 0,
                kIsApp, kOnDiskFlat, kZeroOffset, kWholeFork,
                kIsApp, kOnDiskFlat, kZeroOffset, kWholeFork,
                PROG_NAME
                PROG_NAME
        }
        }
};
};
#endif /* WANT_CFRG */
#endif /* WANT_CFRG */
#ifdef Macgdb /* Exclude the following from SIOWgdb which uses SIOW.r.  */
#ifdef Macgdb /* Exclude the following from SIOWgdb which uses SIOW.r.  */
resource 'MBAR' (128) {
resource 'MBAR' (128) {
        { mApple, mFile, mEdit, mDebug };
        { mApple, mFile, mEdit, mDebug };
};
};
resource 'MENU' (mApple, preload) {
resource 'MENU' (mApple, preload) {
        mApple,
        mApple,
        textMenuProc,
        textMenuProc,
        0x7FFFFFFD,
        0x7FFFFFFD,
        enabled,
        enabled,
        apple,
        apple,
        {
        {
                "About...", noIcon, noKey, noMark, plain,
                "About...", noIcon, noKey, noMark, plain,
                "-", noIcon, noKey, noMark, plain
                "-", noIcon, noKey, noMark, plain
        }
        }
};
};
resource 'MENU' (mFile, preload) {
resource 'MENU' (mFile, preload) {
        mFile,
        mFile,
        textMenuProc,
        textMenuProc,
        allEnabled,
        allEnabled,
        enabled,
        enabled,
        "File",
        "File",
        {
        {
                "New", noIcon, noKey, noMark, plain,
                "New", noIcon, noKey, noMark, plain,
                "Open...", noIcon, "O", noMark, plain,
                "Open...", noIcon, "O", noMark, plain,
                "-", noIcon, noKey, noMark, plain,
                "-", noIcon, noKey, noMark, plain,
                "Quit", noIcon, "Q", noMark, plain
                "Quit", noIcon, "Q", noMark, plain
        }
        }
};
};
resource 'MENU' (mEdit, preload) {
resource 'MENU' (mEdit, preload) {
        mEdit,
        mEdit,
        textMenuProc,
        textMenuProc,
        allEnabled,
        allEnabled,
        enabled,
        enabled,
        "Edit",
        "Edit",
        {
        {
                "Undo", noIcon, "Z", noMark, plain,
                "Undo", noIcon, "Z", noMark, plain,
                "-", noIcon, noKey, noMark, plain,
                "-", noIcon, noKey, noMark, plain,
                "Cut", noIcon, "X", noMark, plain,
                "Cut", noIcon, "X", noMark, plain,
                "Copy", noIcon, "C", noMark, plain,
                "Copy", noIcon, "C", noMark, plain,
                "Paste", noIcon, "V", noMark, plain,
                "Paste", noIcon, "V", noMark, plain,
                "Clear", noIcon, noKey, noMark, plain
                "Clear", noIcon, noKey, noMark, plain
        }
        }
};
};
resource 'MENU' (mDebug, preload) {
resource 'MENU' (mDebug, preload) {
        mDebug,
        mDebug,
        textMenuProc,
        textMenuProc,
        allEnabled,
        allEnabled,
        enabled,
        enabled,
        "Debug",
        "Debug",
        {
        {
                "Target", noIcon, "T", noMark, plain,
                "Target", noIcon, "T", noMark, plain,
                "-", noIcon, noKey, noMark, plain,
                "-", noIcon, noKey, noMark, plain,
                "Run", noIcon, "R", noMark, plain,
                "Run", noIcon, "R", noMark, plain,
                "Continue", noIcon, "K", noMark, plain,
                "Continue", noIcon, "K", noMark, plain,
                "Step", noIcon, "S", noMark, plain,
                "Step", noIcon, "S", noMark, plain,
                "Next", noIcon, "N", noMark, plain
                "Next", noIcon, "N", noMark, plain
        }
        }
};
};
resource 'ALRT' (128) {
resource 'ALRT' (128) {
        {40, 40, 180, 420},
        {40, 40, 180, 420},
        128,
        128,
        {       /* array: 4 elements */
        {       /* array: 4 elements */
                /* [1] */
                /* [1] */
                OK, visible, sound1,
                OK, visible, sound1,
                /* [2] */
                /* [2] */
                OK, visible, sound1,
                OK, visible, sound1,
                /* [3] */
                /* [3] */
                OK, visible, sound1,
                OK, visible, sound1,
                /* [4] */
                /* [4] */
                OK, visible, sound1
                OK, visible, sound1
        }
        }
};
};
resource 'DITL' (128) {
resource 'DITL' (128) {
        {       /* array DITLarray: 2 elements */
        {       /* array DITLarray: 2 elements */
                /* [1] */
                /* [1] */
                {110, 150, 128, 200},
                {110, 150, 128, 200},
                Button {
                Button {
                        enabled,
                        enabled,
                        "OK"
                        "OK"
                },
                },
                /* [2] */
                /* [2] */
                {10, 10, 100, 370},
                {10, 10, 100, 370},
                StaticText {
                StaticText {
                        disabled,
                        disabled,
                        "GDB 4.12.3\n"
                        "GDB 4.12.3\n"
                        "Copyright ©  1994 Free Software Foundation, Inc.\n"
                        "Copyright ©  1994 Free Software Foundation, Inc.\n"
                },
                },
        }
        }
};
};
resource 'WIND' (wConsole, preload, purgeable) {
resource 'WIND' (wConsole, preload, purgeable) {
        {40, 40, 310, 572},
        {40, 40, 310, 572},
        zoomDocProc,
        zoomDocProc,
        visible,
        visible,
        goAway,
        goAway,
        0x0,
        0x0,
        "GDB Console"
        "GDB Console"
};
};
resource 'SIZE' (-1) {
resource 'SIZE' (-1) {
        reserved,
        reserved,
        acceptSuspendResumeEvents,
        acceptSuspendResumeEvents,
        reserved,
        reserved,
        canBackground,
        canBackground,
        multiFinderAware,
        multiFinderAware,
        backgroundAndForeground,
        backgroundAndForeground,
        dontGetFrontClicks,
        dontGetFrontClicks,
        ignoreChildDiedEvents,
        ignoreChildDiedEvents,
        not32BitCompatible,
        not32BitCompatible,
        isHighLevelEventAware,
        isHighLevelEventAware,
        localAndRemoteHLEvents,
        localAndRemoteHLEvents,
        notStationeryAware,
        notStationeryAware,
        dontUseTextEditServices,
        dontUseTextEditServices,
        reserved,
        reserved,
        reserved,
        reserved,
        reserved,
        reserved,
        5000*1024,
        5000*1024,
        2000*1024
        2000*1024
};
};
resource 'DLOG' (128) {
resource 'DLOG' (128) {
        {40, 40, 240, 280},
        {40, 40, 240, 280},
        documentProc,
        documentProc,
        visible,
        visible,
        goAway,
        goAway,
        0x0,
        0x0,
        128,
        128,
        ""
        ""
};
};
#endif
#endif
 
 

powered by: WebSVN 2.1.0

© copyright 1999-2024 OpenCores.org, equivalent to Oliscience, all rights reserved. OpenCores®, registered trademark.