summaryrefslogtreecommitdiffstats
path: root/Mac/scripts/binhextree.py
diff options
context:
space:
mode:
authorJack Jansen <jack.jansen@cwi.nl>1998-06-26 15:05:29 (GMT)
committerJack Jansen <jack.jansen@cwi.nl>1998-06-26 15:05:29 (GMT)
commitfb721cf03e0d1de54e12f00eb234d0f6ee09a88d (patch)
tree8e90b420a4c32a4701f9cc8a1f51b63a99870f99 /Mac/scripts/binhextree.py
parent46603af87f431ebb9984d296edf71185d99539ec (diff)
downloadcpython-fb721cf03e0d1de54e12f00eb234d0f6ee09a88d.zip
cpython-fb721cf03e0d1de54e12f00eb234d0f6ee09a88d.tar.gz
cpython-fb721cf03e0d1de54e12f00eb234d0f6ee09a88d.tar.bz2
Added build.macfreeze to the "special" folders.
Diffstat (limited to 'Mac/scripts/binhextree.py')
-rw-r--r--Mac/scripts/binhextree.py2
1 files changed, 1 insertions, 1 deletions
diff --git a/Mac/scripts/binhextree.py b/Mac/scripts/binhextree.py
index f5ebc8e..5c9143c 100644
--- a/Mac/scripts/binhextree.py
+++ b/Mac/scripts/binhextree.py
@@ -24,7 +24,7 @@ TOP=''
# Where to put CW projects, relative to TOP
CWDIR=':Mac:mwerks:projects'
# From which folders to put projects there
-CWDIRDIRS=['build.mac', 'build.macstand', 'PlugIns']
+CWDIRDIRS=['build.mac', 'build.macstand', 'build.macfreeze', 'PlugIns']
# Helper routines
def binhexit(path, name):