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
3500d85b
Commit
3500d85b
authored
Sep 08, 2000
by
Jack Jansen
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
Removed 68k support, added pyexpat, adapted for new NumPy.
parent
ed33c9af
Changes
2
Show whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
2 additions
and
2 deletions
+2
-2
Mac/scripts/fullbuild.py
Mac/scripts/fullbuild.py
+2
-2
Mac/scripts/fullbuild.rsrc
Mac/scripts/fullbuild.rsrc
+0
-0
No files found.
Mac/scripts/fullbuild.py
View file @
3500d85b
...
@@ -173,6 +173,7 @@ I_CORE : (buildmwproject, "CWIE", [
...
@@ -173,6 +173,7 @@ I_CORE : (buildmwproject, "CWIE", [
I_PPC_PLUGINS
:
(
buildmwproject
,
"CWIE"
,
[
I_PPC_PLUGINS
:
(
buildmwproject
,
"CWIE"
,
[
(
":Mac:Build:ucnhash.prj"
,
"ucnhash.ppc"
),
(
":Mac:Build:ucnhash.prj"
,
"ucnhash.ppc"
),
(
":Mac:Build:pyexpat.prj"
,
"pyexpat.ppc"
),
(
":Mac:Build:calldll.ppc.prj"
,
"calldll.ppc"
),
(
":Mac:Build:calldll.ppc.prj"
,
"calldll.ppc"
),
(
":Mac:Build:ctb.prj"
,
"ctb.ppc"
),
(
":Mac:Build:ctb.prj"
,
"ctb.ppc"
),
(
":Mac:Build:gdbm.prj"
,
"gdbm.ppc"
),
(
":Mac:Build:gdbm.prj"
,
"gdbm.ppc"
),
...
@@ -200,6 +201,7 @@ I_PPC_PLUGINS : (buildmwproject, "CWIE", [
...
@@ -200,6 +201,7 @@ I_PPC_PLUGINS : (buildmwproject, "CWIE", [
]),
]),
I_68K_PLUGINS
:
(
buildmwproject
,
"CWIE"
,
[
I_68K_PLUGINS
:
(
buildmwproject
,
"CWIE"
,
[
(
":Mac:Build:ucnhash.prj"
,
"ucnhash.CFM68K"
),
(
":Mac:Build:ucnhash.prj"
,
"ucnhash.CFM68K"
),
(
":Mac:Build:ucnhash.prj"
,
"ucnhash.CFM68K"
),
(
":Mac:Build:ctb.prj"
,
"ctb.CFM68K"
),
(
":Mac:Build:ctb.prj"
,
"ctb.CFM68K"
),
(
":Mac:Build:gdbm.prj"
,
"gdbm.CFM68K"
),
(
":Mac:Build:gdbm.prj"
,
"gdbm.CFM68K"
),
...
@@ -248,8 +250,6 @@ I_PPC_EXTENSIONS : (buildmwproject, "CWIE", [
...
@@ -248,8 +250,6 @@ I_PPC_EXTENSIONS : (buildmwproject, "CWIE", [
(
":Extensions:Numerical:Mac:numpymodules.prj"
,
"multiarraymodule"
),
(
":Extensions:Numerical:Mac:numpymodules.prj"
,
"multiarraymodule"
),
(
":Extensions:Numerical:Mac:numpymodules.prj"
,
"_numpy"
),
(
":Extensions:Numerical:Mac:numpymodules.prj"
,
"_numpy"
),
(
":Extensions:Numerical:Mac:numpymodules.prj"
,
"umathmodule"
),
(
":Extensions:Numerical:Mac:numpymodules.prj"
,
"umathmodule"
),
(
":Extensions:Numerical:Mac:numpymodules.prj"
,
"fast_umathmodule"
),
(
":Extensions:Numerical:Mac:numpymodules.prj"
,
"fftpackmodule"
),
(
":Extensions:Numerical:Mac:numpymodules.prj"
,
"lapack_litemodule"
),
(
":Extensions:Numerical:Mac:numpymodules.prj"
,
"lapack_litemodule"
),
(
":Extensions:Numerical:Mac:numpymodules.prj"
,
"ranlibmodule"
),
(
":Extensions:Numerical:Mac:numpymodules.prj"
,
"ranlibmodule"
),
]),
]),
...
...
Mac/scripts/fullbuild.rsrc
View file @
3500d85b
No preview for this file type
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