Commit 86b4049b authored by Jack Jansen's avatar Jack Jansen

Some more modules temp excluded in mwerks, and a comment fix.

parent 3ec804af
...@@ -165,7 +165,8 @@ getpythonpath() ...@@ -165,7 +165,8 @@ getpythonpath()
{ {
#ifdef macintosh #ifdef macintosh
/* Modified by Jack to do something a bit more sensible: /* 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 : ** - Add :
** - Chdir to where the source file (if any) lives ** - Chdir to where the source file (if any) lives
*/ */
...@@ -345,13 +346,19 @@ struct { ...@@ -345,13 +346,19 @@ struct {
#endif #endif
/* This is really "Guido van Rossum" specific... :-) */ /* This is really "Guido van Rossum" specific... :-) */
{"AE", initAE}, {"AE", initAE},
#ifndef __MWERKS__
{"Ctl", initCtl}, {"Ctl", initCtl},
{"Dlg", initDlg}, {"Dlg", initDlg},
#endif
{"Evt", initEvt}, {"Evt", initEvt},
{"Menu", initMenu}, {"Menu", initMenu},
#ifdef THINK_C
{"Qd", initQd}, {"Qd", initQd},
#endif
#ifndef __MWERKS__
{"Snd", initSnd}, {"Snd", initSnd},
{"Win", initWin}, {"Win", initWin},
#endif
{"Res", initRes}, {"Res", initRes},
/* -- ADDMODULE MARKER 2 -- */ /* -- ADDMODULE MARKER 2 -- */
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment