Thanks to visit codestin.com
Credit goes to github.com

Skip to content

Commit fd44e3d

Browse files
committed
Added a define USE_CORE_TOOLBOX, which includes six core toolbox modules
into the config file.
1 parent fa155a1 commit fd44e3d

1 file changed

Lines changed: 2 additions & 1 deletion

File tree

Mac/mwerks/mwerks_shared_config.h

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,8 @@
88

99
#define USE_GUSI /* Stdio implemented with GUSI */
1010
#define USE_MSL /* Use Mw Standard Library (as opposed to Plaugher C libraries) */
11-
/* #define USE_TOOLBOX /* Include toolbox modules in core Python */
11+
#define USE_CORE_TOOLBOX /* Include core toolbox modules (Dlg,Ctl,Menu,Win,Res,Qd) */
12+
/* #define USE_TOOLBOX /* Include all toolbox modules in core Python */
1213
/* #define USE_QT /* Include quicktime modules in core Python */
1314
/* #define USE_WASTE /* Include waste module in core Python */
1415
/* #define USE_MACSPEECH /* Include macspeech module in core Python */

0 commit comments

Comments
 (0)