Exclude resources from SIOWgdb.

This commit is contained in:
Raymond Jou
1995-11-07 21:13:49 +00:00
parent 206dc163b9
commit ccb98a5afd
2 changed files with 8 additions and 0 deletions

View File

@ -12,6 +12,8 @@ resource 'vers' (1) {
"4.12.3, Copyright \251 1994 Free Software Foundation, Inc."
};
#ifdef Macgdb /* Exclude the following from SIOWgdb which uses SIOW.r. */
resource 'MBAR' (128) {
{ mApple, mFile, mEdit, mDebug };
};
@ -146,3 +148,5 @@ resource 'DLOG' (128) {
128,
""
};
#endif