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
3bd3fede
Commit
3bd3fede
authored
Aug 05, 2002
by
Jack Jansen
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
Added _IBCarbon module.
parent
bc552ce1
Changes
4
Hide whitespace changes
Inline
Side-by-side
Showing
4 changed files
with
5 additions
and
0 deletions
+5
-0
Mac/Build/PythonStandSmall.mcp
Mac/Build/PythonStandSmall.mcp
+0
-0
Mac/Modules/macconfig.c
Mac/Modules/macconfig.c
+2
-0
Mac/scripts/fullbuild.py
Mac/scripts/fullbuild.py
+1
-0
Mac/scripts/genpluginprojects.py
Mac/scripts/genpluginprojects.py
+2
-0
No files found.
Mac/Build/PythonStandSmall.mcp
View file @
3bd3fede
No preview for this file type
Mac/Modules/macconfig.c
View file @
3bd3fede
...
...
@@ -97,6 +97,7 @@ extern void initicglue();
extern
void
init_App
();
extern
void
init_Fm
();
extern
void
init_Help
();
extern
void
init_IBCarbon
();
extern
void
init_Icn
();
extern
void
init_List
();
extern
void
init_Mlte
();
...
...
@@ -230,6 +231,7 @@ struct _inittab _PyImport_Inittab[] = {
#ifdef USE_TOOLBOX
{
"_App"
,
init_App
},
{
"_Fm"
,
init_Fm
},
{
"_IBCarbon"
,
init_IBCarbon
},
{
"_Icn"
,
init_Icn
},
{
"_List"
,
init_List
},
{
"_Mlte"
,
init_Mlte
},
...
...
Mac/scripts/fullbuild.py
View file @
3bd3fede
...
...
@@ -221,6 +221,7 @@ def buildcarbonplugins(top, dummy1, dummy2):
(
":Mac:Build:_Drag.carbon.mcp"
,
"_Drag.carbon"
),
(
":Mac:Build:_Evt.carbon.mcp"
,
"_Evt.carbon"
),
(
":Mac:Build:_Fm.carbon.mcp"
,
"_Fm.carbon"
),
(
":Mac:Build:_IBCarbon.carbon.mcp"
,
"_IBCarbon.carbon"
),
(
":Mac:Build:_Icn.carbon.mcp"
,
"_Icn.carbon"
),
(
":Mac:Build:_List.carbon.mcp"
,
"_List.carbon"
),
(
":Mac:Build:_Menu.carbon.mcp"
,
"_Menu.carbon"
),
...
...
Mac/scripts/genpluginprojects.py
View file @
3bd3fede
...
...
@@ -168,6 +168,8 @@ def genallprojects(force=0):
genpluginproject
(
"ppc"
,
"_Help"
,
outputdir
=
"::Lib:Carbon"
)
genpluginproject
(
"ppc"
,
"_Icn"
,
libraries
=
[
"IconServicesLib"
],
libraryflags
=
"Debug, WeakImport"
,
outputdir
=
"::Lib:Carbon"
)
genpluginproject
(
"carbon"
,
"_IBCarbon"
,
sources
=
[
":ibcarbon:_IBCarbon.c"
],
outputdir
=
"::Lib:Carbon"
)
genpluginproject
(
"carbon"
,
"_Icn"
,
outputdir
=
"::Lib:Carbon"
)
genpluginproject
(
"all"
,
"_List"
,
outputdir
=
"::Lib:Carbon"
)
genpluginproject
(
"carbon"
,
"_Menu"
,
outputdir
=
"::Lib:Carbon"
)
...
...
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