From: Jack Jansen Date: Mon, 20 Feb 1995 15:57:12 +0000 (+0000) Subject: Some more modules temp excluded in mwerks, and a comment fix. X-Git-Tag: v1.2b4~191 X-Git-Url: http://git.ipfire.org/gitweb.cgi?a=commitdiff_plain;h=86b4049b87edc7323252a0b8f18e212fe0e1d93c;p=thirdparty%2FPython%2Fcpython.git Some more modules temp excluded in mwerks, and a comment fix. --- diff --git a/Mac/Modules/config.c b/Mac/Modules/config.c index f8b5a4aea802..4a1933dfcf0e 100644 --- a/Mac/Modules/config.c +++ b/Mac/Modules/config.c @@ -165,7 +165,8 @@ getpythonpath() { #ifdef macintosh /* Modified by Jack to do something a bit more sensible: - ** - Prepend the current directory (which is presumably where python lives) + ** - Prepend the python home-directory (which is obtained from a Preferences + ** resource) ** - Add : ** - Chdir to where the source file (if any) lives */ @@ -345,13 +346,19 @@ struct { #endif /* This is really "Guido van Rossum" specific... :-) */ {"AE", initAE}, +#ifndef __MWERKS__ {"Ctl", initCtl}, {"Dlg", initDlg}, +#endif {"Evt", initEvt}, {"Menu", initMenu}, +#ifdef THINK_C {"Qd", initQd}, +#endif +#ifndef __MWERKS__ {"Snd", initSnd}, {"Win", initWin}, +#endif {"Res", initRes}, /* -- ADDMODULE MARKER 2 -- */