mirror of
https://github.com/python/cpython.git
synced 2025-07-29 14:15:07 +00:00
Added build.macfreeze to the "special" folders.
This commit is contained in:
parent
46603af87f
commit
fb721cf03e
1 changed files with 1 additions and 1 deletions
|
@ -24,7 +24,7 @@ TOP=''
|
||||||
# Where to put CW projects, relative to TOP
|
# Where to put CW projects, relative to TOP
|
||||||
CWDIR=':Mac:mwerks:projects'
|
CWDIR=':Mac:mwerks:projects'
|
||||||
# From which folders to put projects there
|
# From which folders to put projects there
|
||||||
CWDIRDIRS=['build.mac', 'build.macstand', 'PlugIns']
|
CWDIRDIRS=['build.mac', 'build.macstand', 'build.macfreeze', 'PlugIns']
|
||||||
|
|
||||||
# Helper routines
|
# Helper routines
|
||||||
def binhexit(path, name):
|
def binhexit(path, name):
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue