mirror of
https://github.com/python/cpython.git
synced 2025-11-01 18:51:43 +00:00
Added a define USE_CORE_TOOLBOX, which includes six core toolbox modules
into the config file.
This commit is contained in:
parent
fa155a1b2c
commit
fd44e3d1f4
1 changed files with 2 additions and 1 deletions
|
|
@ -8,7 +8,8 @@
|
|||
|
||||
#define USE_GUSI /* Stdio implemented with GUSI */
|
||||
#define USE_MSL /* Use Mw Standard Library (as opposed to Plaugher C libraries) */
|
||||
/* #define USE_TOOLBOX /* Include toolbox modules in core Python */
|
||||
#define USE_CORE_TOOLBOX /* Include core toolbox modules (Dlg,Ctl,Menu,Win,Res,Qd) */
|
||||
/* #define USE_TOOLBOX /* Include all toolbox modules in core Python */
|
||||
/* #define USE_QT /* Include quicktime modules in core Python */
|
||||
/* #define USE_WASTE /* Include waste module in core Python */
|
||||
/* #define USE_MACSPEECH /* Include macspeech module in core Python */
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue