Skip to content
Projects
Groups
Snippets
Help
Loading...
Help
Support
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in / Register
Toggle navigation
C
cpython
Project overview
Project overview
Details
Activity
Releases
Repository
Repository
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Issues
0
Issues
0
List
Boards
Labels
Milestones
Merge Requests
0
Merge Requests
0
Analytics
Analytics
Repository
Value Stream
Wiki
Wiki
Members
Members
Collapse sidebar
Close sidebar
Activity
Graph
Create a new issue
Commits
Issue Boards
Open sidebar
Kirill Smelkov
cpython
Commits
65b012a5
Commit
65b012a5
authored
May 22, 2001
by
Jack Jansen
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
Added WITHOUT_FRAMEWORKS and USE_TOOLBOX_OBJECT_GLUE defines.
parent
20f5100f
Changes
4
Hide whitespace changes
Inline
Side-by-side
Showing
4 changed files
with
5 additions
and
1 deletion
+5
-1
Mac/mwerks/mwerks_carbonplugin_config.h
Mac/mwerks/mwerks_carbonplugin_config.h
+1
-0
Mac/mwerks/mwerks_plugin_config.h
Mac/mwerks/mwerks_plugin_config.h
+2
-1
Mac/mwerks/mwerks_shared_config.h
Mac/mwerks/mwerks_shared_config.h
+1
-0
Mac/mwerks/mwerks_shcarbon_config.h
Mac/mwerks/mwerks_shcarbon_config.h
+1
-0
No files found.
Mac/mwerks/mwerks_carbonplugin_config.h
View file @
65b012a5
...
...
@@ -6,6 +6,7 @@
#define TARGET_API_MAC_CARBON 1
#define TARGET_API_MAC_CARBON_NOTYET 1
/* Things we should do eventually, but not now */
#define WITHOUT_FRAMEWORKS
/* Use old-style Universal Header includes, not Carbon/Carbon.h */
#define USE_TOOLBOX_OBJECT_GLUE
/* Use glue routines for accessing PyArg_Parse/Py_BuildValue helpers */
/* #define USE_GUSI1 /* Stdio implemented with GUSI */
#define USE_GUSI2
/* Stdio implemented with GUSI */
...
...
Mac/mwerks/mwerks_plugin_config.h
View file @
65b012a5
...
...
@@ -8,7 +8,8 @@
#define USE_GUSI
#endif
#define WITH_THREAD
/* Use thread support (needs GUSI 2, not GUSI 1) */
#define WITHOUT_FRAMEWORKS
/* Use old-style Universal Header includes, not Carbon/Carbon.h */
#define WITHOUT_FRAMEWORKS
/* Use old-style Universal Header includes, not Carbon/Carbon.h */
#define USE_TOOLBOX_OBJECT_GLUE
/* Use glue routines for accessing PyArg_Parse/Py_BuildValue helpers */
#define USE_MSL
/* Use MSL libraries */
#ifdef USE_MSL
#define MSL_USE_PRECOMPILED_HEADERS 0
/* Don't use precomp headers: we include our own */
...
...
Mac/mwerks/mwerks_shared_config.h
View file @
65b012a5
...
...
@@ -28,6 +28,7 @@
/* #define USE_ZLIB /* Include the zlib module */
#define USE_APPEARANCE
/* Enable Appearance support */
#define WITHOUT_FRAMEWORKS
/* Use old-style Universal Header includes, not Carbon/Carbon.h */
#define USE_TOOLBOX_OBJECT_GLUE
/* Call toolbox object converters indirectly */
#define USE_MSL_MALLOC
/* Disable private malloc. Also disables next two defines */
#ifndef USE_MSL_MALLOC
...
...
Mac/mwerks/mwerks_shcarbon_config.h
View file @
65b012a5
...
...
@@ -33,6 +33,7 @@
/* #define USE_ZLIB /* Include the zlib module */
#define USE_APPEARANCE
/* Enable Appearance support */
#define WITHOUT_FRAMEWORKS
/* Use old-style Universal Header includes, not Carbon/Carbon.h */
#define USE_TOOLBOX_OBJECT_GLUE
/* Call toolbox object converters indirectly */
#define USE_MSL_MALLOC
/* Disable private malloc. Also disables next two defines */
#ifndef USE_MSL_MALLOC
...
...
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment