Thanks to visit codestin.com
Credit goes to github.com

Skip to content

Commit fb721cf

Browse files
committed
Added build.macfreeze to the "special" folders.
1 parent 46603af commit fb721cf

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

Mac/scripts/binhextree.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -24,7 +24,7 @@ class MwShell(aetools.TalkTo, Metrowerks_Shell_Suite, Required_Suite):
2424
# Where to put CW projects, relative to TOP
2525
CWDIR=':Mac:mwerks:projects'
2626
# From which folders to put projects there
27-
CWDIRDIRS=['build.mac', 'build.macstand', 'PlugIns']
27+
CWDIRDIRS=['build.mac', 'build.macstand', 'build.macfreeze', 'PlugIns']
2828

2929
# Helper routines
3030
def binhexit(path, name):

0 commit comments

Comments
 (0)