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
87426b9f
Commit
87426b9f
authored
Aug 17, 2000
by
Jack Jansen
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
Use the new package-based scripting support.
parent
60762cb9
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
16 additions
and
6 deletions
+16
-6
Mac/scripts/fullbuild.py
Mac/scripts/fullbuild.py
+16
-6
No files found.
Mac/scripts/fullbuild.py
View file @
87426b9f
...
...
@@ -21,9 +21,16 @@ import string
import
aetools
import
AppleEvents
from
Metrowerks_Shell_Suite
import
Metrowerks_Shell_Suite
from
CodeWarrior_Standard_Suite
import
CodeWarrior_Standard_Suite
from
Required_Suite
import
Required_Suite
OLDAESUPPORT
=
0
if
OLDAESUPPORT
:
from
Metrowerks_Shell_Suite
import
Metrowerks_Shell_Suite
from
CodeWarrior_suite
import
CodeWarrior_suite
from
Metrowerks_Standard_Suite
import
Metrowerks_Standard_Suite
from
Required_Suite
import
Required_Suite
else
:
import
CodeWarrior
import
Res
import
Dlg
...
...
@@ -53,9 +60,12 @@ I_APPLETS=12
N_BUTTONS
=
13
class
MwShell
(
Metrowerks_Shell_Suite
,
CodeWarrior_Standard_Suite
,
Required_Suite
,
aetools
.
TalkTo
):
pass
if
OLDAESUPPORT
:
class
MwShell
(
Metrowerks_Shell_Suite
,
CodeWarrior_suite
,
Metrowerks_Standard_Suite
,
Required_Suite
,
aetools
.
TalkTo
):
pass
else
:
MwShell
=
CodeWarrior
.
CodeWarrior
RUNNING
=
[]
...
...
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