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
19864124
Commit
19864124
authored
Jul 13, 2001
by
Jack Jansen
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
Added Mlte module (which, to my surprise, is available for classic ppc as well).
parent
2aadb891
Changes
2
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
5 additions
and
1 deletion
+5
-1
Mac/scripts/fullbuild.py
Mac/scripts/fullbuild.py
+2
-0
Mac/scripts/genpluginprojects.py
Mac/scripts/genpluginprojects.py
+3
-1
No files found.
Mac/scripts/fullbuild.py
View file @
19864124
...
...
@@ -261,6 +261,7 @@ I_PPC_PLUGINS : (buildmwproject, "CWIE", [
(
":Mac:Build:Snd.mcp"
,
"Snd.ppc"
),
(
":Mac:Build:Sndihooks.mcp"
,
"Sndihooks.ppc"
),
(
":Mac:Build:TE.mcp"
,
"TE.ppc"
),
(
":Mac:Build:Mlte.ppc.mcp"
,
"Mlte.ppc"
),
]),
I_CARBON_PLUGINS
:
(
buildmwproject
,
"CWIE"
,
[
...
...
@@ -289,6 +290,7 @@ I_CARBON_PLUGINS : (buildmwproject, "CWIE", [
(
":Mac:Build:TE.carbon.mcp"
,
"TE.carbon"
),
(
":Mac:Build:CF.carbon.mcp"
,
"CF.carbon"
),
(
":Mac:Build:Mlte.carbon.mcp"
,
"Mlte.carbon"
),
]),
I_PPC_FULL
:
(
buildmwproject
,
"CWIE"
,
[
...
...
Mac/scripts/genpluginprojects.py
View file @
19864124
...
...
@@ -144,8 +144,10 @@ def genallprojects(force=0):
genpluginproject
(
"all"
,
"Sndihooks"
,
sources
=
[
":snd:Sndihooks.c"
])
genpluginproject
(
"ppc"
,
"TE"
,
libraries
=
[
"DragLib"
])
genpluginproject
(
"carbon"
,
"TE"
)
genpluginproject
(
"ppc"
,
"Mlte"
,
libraries
=
[
"Textension"
])
genpluginproject
(
"carbon"
,
"Mlte"
)
#
OSX
Only?
#
Carbon
Only?
genpluginproject
(
"carbon"
,
"CF"
)
# Other Mac modules
...
...
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