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

Skip to content

Commit b16cf50

Browse files
committed
Added WITHOUT_FRAMEWORKS and USE_TOOLBOX_OBJECT_GLUE defines.
1 parent 11493bc commit b16cf50

4 files changed

Lines changed: 5 additions & 1 deletion

File tree

Mac/mwerks/mwerks_carbonplugin_config.h

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -6,6 +6,7 @@
66
#define TARGET_API_MAC_CARBON 1
77
#define TARGET_API_MAC_CARBON_NOTYET 1 /* Things we should do eventually, but not now */
88
#define WITHOUT_FRAMEWORKS /* Use old-style Universal Header includes, not Carbon/Carbon.h */
9+
#define USE_TOOLBOX_OBJECT_GLUE /* Use glue routines for accessing PyArg_Parse/Py_BuildValue helpers */
910

1011
/* #define USE_GUSI1 /* Stdio implemented with GUSI */
1112
#define USE_GUSI2 /* Stdio implemented with GUSI */

Mac/mwerks/mwerks_plugin_config.h

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,8 @@
88
#define USE_GUSI
99
#endif
1010
#define WITH_THREAD /* Use thread support (needs GUSI 2, not GUSI 1) */
11-
#define WITHOUT_FRAMEWORKS /* Use old-style Universal Header includes, not Carbon/Carbon.h */
11+
#define WITHOUT_FRAMEWORKS /* Use old-style Universal Header includes, not Carbon/Carbon.h */
12+
#define USE_TOOLBOX_OBJECT_GLUE /* Use glue routines for accessing PyArg_Parse/Py_BuildValue helpers */
1213
#define USE_MSL /* Use MSL libraries */
1314
#ifdef USE_MSL
1415
#define MSL_USE_PRECOMPILED_HEADERS 0 /* Don't use precomp headers: we include our own */

Mac/mwerks/mwerks_shared_config.h

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -28,6 +28,7 @@
2828
/* #define USE_ZLIB /* Include the zlib module */
2929
#define USE_APPEARANCE /* Enable Appearance support */
3030
#define WITHOUT_FRAMEWORKS /* Use old-style Universal Header includes, not Carbon/Carbon.h */
31+
#define USE_TOOLBOX_OBJECT_GLUE /* Call toolbox object converters indirectly */
3132

3233
#define USE_MSL_MALLOC /* Disable private malloc. Also disables next two defines */
3334
#ifndef USE_MSL_MALLOC

Mac/mwerks/mwerks_shcarbon_config.h

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -33,6 +33,7 @@
3333
/* #define USE_ZLIB /* Include the zlib module */
3434
#define USE_APPEARANCE /* Enable Appearance support */
3535
#define WITHOUT_FRAMEWORKS /* Use old-style Universal Header includes, not Carbon/Carbon.h */
36+
#define USE_TOOLBOX_OBJECT_GLUE /* Call toolbox object converters indirectly */
3637

3738
#define USE_MSL_MALLOC /* Disable private malloc. Also disables next two defines */
3839
#ifndef USE_MSL_MALLOC

0 commit comments

Comments
 (0)