Commit b166393e authored by Jack Jansen's avatar Jack Jansen

Define USE_GUSI2, not USE_GUSI1. PythonStandalone still doesn't compile due to...

Define USE_GUSI2, not USE_GUSI1. PythonStandalone still doesn't compile due to tk issues, though, but it isn't important right now.
parent 035b00f0
...@@ -5,8 +5,8 @@ ...@@ -5,8 +5,8 @@
** specific features, you may also need different sets of sources. ** specific features, you may also need different sets of sources.
*/ */
#define USE_GUSI1 /* Stdio implemented with GUSI */ /* #define USE_GUSI1 /* Stdio implemented with GUSI */
/* #define USE_GUSI2 /* Stdio implemented with GUSI 2 */ #define USE_GUSI2 /* Stdio implemented with GUSI 2 */
#define USE_MSL /* Use Mw Standard Library (as opposed to Plaugher C libraries) */ #define USE_MSL /* Use Mw Standard Library (as opposed to Plaugher C libraries) */
#define USE_TOOLBOX /* Include toolbox modules in core Python */ #define USE_TOOLBOX /* Include toolbox modules in core Python */
#define USE_QT /* Include quicktime modules in core Python */ #define USE_QT /* Include quicktime modules in core Python */
......
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