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
4a667c72
Commit
4a667c72
authored
Jan 11, 2002
by
Jack Jansen
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
CodeWarrior includes Waste and Internet Config nowadays, obviating the need for separate downloads.
parent
8f54f2a3
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
35 additions
and
18 deletions
+35
-18
Mac/scripts/genpluginprojects.py
Mac/scripts/genpluginprojects.py
+35
-18
No files found.
Mac/scripts/genpluginprojects.py
View file @
4a667c72
...
...
@@ -175,23 +175,40 @@ def genallprojects(force=0):
genpluginproject
(
"all"
,
"calldll"
,
sources
=
[
"calldll.c"
])
genpluginproject
(
"all"
,
"ColorPicker"
)
genpluginproject
(
"ppc"
,
"Printing"
)
## genpluginproject("ppc", "waste",
## sources=[
## "wastemodule.c",
## 'WEAccessors.c', 'WEBirthDeath.c', 'WEDebug.c',
## 'WEDrawing.c', 'WEFontTables.c', 'WEHighLevelEditing.c',
## 'WEICGlue.c', 'WEInlineInput.c', 'WELineLayout.c', 'WELongCoords.c',
## 'WELowLevelEditing.c', 'WEMouse.c', 'WEObjects.c', 'WEScraps.c',
## 'WESelecting.c', 'WESelectors.c', 'WEUserSelectors.c', 'WEUtilities.c',
## 'WEObjectHandlers.c',
## 'WETabs.c',
## 'WETabHooks.c'],
## libraries=['DragLib'],
## extradirs=[
## '::::Waste 1.3 Distribution:*',
## '::::ICProgKit1.4:APIs']
## )
# This is a hack, combining parts of Waste 2.0 with parts of 1.3
genpluginproject
(
"ppc"
,
"waste"
,
sources
=
[
"wastemodule.c"
,
'WEAccessors.c'
,
'WEBirthDeath.c'
,
'WEDebug.c'
,
'WEDrawing.c'
,
'WEFontTables.c'
,
'WEHighLevelEditing.c'
,
'WEICGlue.c'
,
'WEInlineInput.c'
,
'WELineLayout.c'
,
'WELongCoords.c'
,
'WELowLevelEditing.c'
,
'WEMouse.c'
,
'WEObjects.c'
,
'WEScraps.c'
,
'WESelecting.c'
,
'WESelectors.c'
,
'WEUserSelectors.c'
,
'WEUtilities.c'
,
'WEObjectHandlers.c'
,
'WETabs.c'
,
'WETabHooks.c'
],
libraries
=
[
'DragLib'
],
"WEObjectHandlers.c"
,
"WETabs.c"
,
"WETabHooks.c"
],
libraries
=
[
"WASTE.PPC.lib"
,
"TextCommon"
,
"UnicodeConverter"
,
"DragLib"
,
],
extradirs
=
[
'::::Waste 1.3 Distribution:*'
,
'::::ICProgKit1.4:APIs'
]
'{Compiler}:MacOS Support:(Third Party Support):Waste 2.0 Distribution:C_C++ Headers'
,
'{Compiler}:MacOS Support:(Third Party Support):Waste 2.0 Distribution:Static Libraries'
,
'::wastemods'
,
]
)
# This is a hack, combining parts of Waste 2.0 with parts of 1.3
genpluginproject
(
"carbon"
,
"waste"
,
sources
=
[
"wastemodule.c"
,
...
...
@@ -201,15 +218,15 @@ def genallprojects(force=0):
extradirs
=
[
'{Compiler}:MacOS Support:(Third Party Support):Waste 2.0 Distribution:C_C++ Headers'
,
'{Compiler}:MacOS Support:(Third Party Support):Waste 2.0 Distribution:Static Libraries'
,
'::
::Waste 1.3 Distribution:Extras:Sample Object Handler
s'
,
'::::Waste 1.3 Distribution:Extras:Waste Tabs 1.3.2'
]
'::
wastemod
s'
,
]
)
## '::::Waste 1.3 Distribution:Extras:Sample Object Handlers',
## '::::Waste 1.3 Distribution:Extras:Waste Tabs 1.3.2']
genpluginproject
(
"ppc"
,
"ctb"
)
genpluginproject
(
"ppc"
,
"icglue"
,
sources
=
[
"icgluemodule.c"
],
libraries
=
[
"ICGlueCFM-PPC.lib"
],
extradirs
=
[
"::::ICProgKit1.4:APIs"
])
genpluginproject
(
"carbon"
,
"icglue"
,
sources
=
[
"icgluemodule.c"
],
extradirs
=
[
"::::ICProgKit1.4:APIs"
])
libraries
=
[
"InternetConfigLib"
])
genpluginproject
(
"carbon"
,
"icglue"
,
sources
=
[
"icgluemodule.c"
])
genpluginproject
(
"ppc"
,
"macspeech"
,
libraries
=
[
"SpeechLib"
])
if
__name__
==
'__main__'
:
...
...
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